Re: [Django] #9039: Form validation problem for model with ForeignKey having unique=True, blank=True, null=True

2008-10-22 Thread Django
#9039: Form validation problem for model with ForeignKey having unique=True,blank=True,null=True ---+ Reporter: nategriswold | Owner: kmtracey Status: reopened | Milestone:

Re: [Django] #9039: Form validation problem for model with ForeignKey having unique=True, blank=True, null=True

2008-10-22 Thread Django
#9039: Form validation problem for model with ForeignKey having unique=True,blank=True,null=True ---+ Reporter: nategriswold | Owner: kmtracey Status: reopened | Milestone:

Re: [Django] #9428: admin with no css

2008-10-22 Thread Django
#9428: admin with no css +--- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: closed | Milestone: Component: Template system| Version:

[Changeset] r9246 - in django/branches/releases/1.0.X: . django/contrib/admin/views tests/regressiontests/admin_views

2008-10-22 Thread noreply
Author: kmtracey Date: 2008-10-22 18:14:48 -0500 (Wed, 22 Oct 2008) New Revision: 9246 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/django/contrib/admin/views/main.py django/branches/releases/1.0.X/tests/regressiontests/admin_views/tests.py Log: [1.0.X] Fixed

[Django] #9428: admin with no css

2008-10-22 Thread Django
#9428: admin with no css ---+ Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new| Milestone: Component: Template system| Version: 1.0 Keywords: css admin

[Changeset] r9245 - in django/trunk: django/contrib/admin/views tests/regressiontests/admin_views

2008-10-22 Thread noreply
Author: kmtracey Date: 2008-10-22 18:09:35 -0500 (Wed, 22 Oct 2008) New Revision: 9245 Modified: django/trunk/django/contrib/admin/views/main.py django/trunk/tests/regressiontests/admin_views/tests.py Log: Fixed #9252 -- Moved the try/except protecting against incorrect lookup params to

Re: [Django] #9427: admin.autodiscover() cannot locate admin inside an egg

2008-10-22 Thread Django
#9427: admin.autodiscover() cannot locate admin inside an egg ---+ Reporter: clint | Owner: nobody Status: new | Milestone: Component:

[Django] #9427: admin.autodiscover() cannot locate admin inside an egg

2008-10-22 Thread Django
#9427: admin.autodiscover() cannot locate admin inside an egg --+- Reporter: clint | Owner: nobody Status: new | Milestone: Component: django.contrib.admin |

Re: [Django] #7712: UploadedFile doesn't act like a file object

2008-10-22 Thread Django
#7712: UploadedFile doesn't act like a file object ---+ Reporter: artagnon | Owner: nobody Status: reopened | Milestone: post-1.0

[Django] #9426: discuss settings.FORCE_SCRIPT_NAME in lighttpd deployment docs

2008-10-22 Thread Django
#9426: discuss settings.FORCE_SCRIPT_NAME in lighttpd deployment docs ---+ Reporter: csingley | Owner: nobody Status: new| Milestone: Component: Documentation | Version:

Re: [Django] #6783: DecimalField tests with locale

2008-10-22 Thread Django
#6783: DecimalField tests with locale +--- Reporter: Dirk Datzert <[EMAIL PROTECTED]> | Owner: Status: new| Milestone: Component:

[Django] #9425: select_related does not descend ForeignKey fields which can be null

2008-10-22 Thread Django
#9425: select_related does not descend ForeignKey fields which can be null ---+ Reporter: fas| Owner: fas Status: new|

[Django] #9424: Verb Agreement

2008-10-22 Thread Django
#9424: Verb Agreement ---+ Reporter: jordy | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.0 Keywords: |

Re: [Django] #9423: multi inline model

2008-10-22 Thread Django
#9423: multi inline model +--- Reporter: anonymous | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Version: 1.0

Re: [Django] #9071: Can't disable "add" popup links in the admin

2008-10-22 Thread Django
#9071: Can't disable "add" popup links in the admin ---+ Reporter: jacob | Owner: kratorius Status: new | Milestone: Component:

Re: [Django] #9423: multi inline model

2008-10-22 Thread Django
#9423: multi inline model +--- Reporter: anonymous | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Version: 1.0

Re: [Django] #9252: IncorrectLookupParameters not being raised in admin get_query_set

2008-10-22 Thread Django
#9252: IncorrectLookupParameters not being raised in admin get_query_set ---+ Reporter: leanmeandonothingmachine | Owner: kmtracey Status: assigned | Milestone: post-1.0

[Django] #9423: multi inline model

2008-10-22 Thread Django
#9423: multi inline model ---+ Reporter: anonymous | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.0 Keywords: |

[Django] #9422: Incorrect handling of foreign keys by serializers

2008-10-22 Thread Django
#9422: Incorrect handling of foreign keys by serializers ---+ Reporter: etianen| Owner: nobody Status: new| Milestone: Component: Serialization | Version: 1.0

[Django] #9420: Correction to documentation on get(**kwargs) queryset method

2008-10-22 Thread Django
#9420: Correction to documentation on get(**kwargs) queryset method +--- Reporter: daveyjoe| Owner: nobody Status: new | Milestone: Component:

[Django] #9421: delete object with ManyToManyField (option through)

2008-10-22 Thread Django
#9421: delete object with ManyToManyField (option through) ---+ Reporter: anonymous | Owner: nobody Status: new| Milestone: Component: Forms | Version: 1.0 Keywords:

Re: [Django] #7712: UploadedFile doesn't act like a file object

2008-10-22 Thread Django
#7712: UploadedFile doesn't act like a file object -+-- Reporter: artagnon| Owner: nobody Status: reopened| Milestone: 1.0 beta Component: Tools

Re: [Django] #7768: r 'str' object is not callable in base.py

2008-10-22 Thread Django
#7768: r 'str' object is not callable in base.py +--- Reporter: William Martinez Pomares <[EMAIL PROTECTED]> | Owner: nobody Status: closed |

Re: [Django] #7768: r 'str' object is not callable in base.py

2008-10-22 Thread Django
#7768: r 'str' object is not callable in base.py +--- Reporter: William Martinez Pomares <[EMAIL PROTECTED]> | Owner: nobody Status: closed |

Re: [Django] #8165: When using can_order=True on formset, ordered_forms is not avaible when formset.is_valid() is false

2008-10-22 Thread Django
#8165: When using can_order=True on formset, ordered_forms is not avaible when formset.is_valid() is false ---+ Reporter: James Chua <[EMAIL PROTECTED]> | Owner: brosner Status: reopened

Re: [Django] #7287: Newforms' initial values as models, for ModelChoiceField etc

2008-10-22 Thread Django
#7287: Newforms' initial values as models, for ModelChoiceField etc --+- Reporter: Simon Litchfield <[EMAIL PROTECTED]> | Owner: nobody Status: new |

Re: [Django] #7768: r 'str' object is not callable in base.py

2008-10-22 Thread Django
#7768: r 'str' object is not callable in base.py +--- Reporter: William Martinez Pomares <[EMAIL PROTECTED]> | Owner: nobody Status: reopened |

Re: [Django] #7965: Documentation should encourage users to use double-quotes in template tags.

2008-10-22 Thread Django
#7965: Documentation should encourage users to use double-quotes in template tags. -+-- Reporter: jashugan| Owner: nobody Status: closed | Milestone:

Re: [Django] #9204: Google Maps Marker to change the Icon

2008-10-22 Thread Django
#9204: Google Maps Marker to change the Icon -+-- Reporter: qingfeng| Owner: jbronn Status: new | Milestone: post-1.0

Re: [Django] #8245: Exceptions in admin.py can get hidden by an AlreadyRegistered exception

2008-10-22 Thread Django
#8245: Exceptions in admin.py can get hidden by an AlreadyRegistered exception ---+ Reporter: jarrow| Owner: nobody Status: new | Milestone: post-1.0

Re: [Django] #9358: .dates(...) only spitting out a single date, bug in queryset order

2008-10-22 Thread Django
#9358: .dates(...) only spitting out a single date, bug in queryset order ---+ Reporter: dokterbob | Owner: mtredinnick Status: assigned

[Django] #9419: Russian translation for "Currently:"

2008-10-22 Thread Django
#9419: Russian translation for "Currently:" -+-- Reporter: anonymous| Owner: nobody Status: new | Milestone: Component: Translations

Re: [Django] #9409: "OperationalError: database is locked" with Python 2.6 multiprocessing and SQLite backend

2008-10-22 Thread Django
#9409: "OperationalError: database is locked" with Python 2.6 multiprocessing and SQLite backend ---+ Reporter: mrts | Owner: nobody Status: closed

Re: [Django] #9006: QuerySet indexing by __getitem__ gets wrong answer in edge cases

2008-10-22 Thread Django
#9006: QuerySet indexing by __getitem__ gets wrong answer in edge cases -+-- Reporter: smoluf | Owner: mtredinnick Status: assigned| Milestone:

[Django] #9418: upload_to doesn't work like excepted

2008-10-22 Thread Django
#9418: upload_to doesn't work like excepted --+- Reporter: Bernd Schlapsi| Owner: nobody Status: new | Milestone: Component: File uploads/storage | Version: 1.0

Re: [Django] #8138: Switch django tests to use transactions

2008-10-22 Thread Django
#8138: Switch django tests to use transactions +--- Reporter: mremolt| Owner: nobody Status: new| Milestone: post-1.0 Component: Testing framework

Re: [Django] #9409: "OperationalError: database is locked" with Python 2.6 multiprocessing and SQLite backend

2008-10-22 Thread Django
#9409: "OperationalError: database is locked" with Python 2.6 multiprocessing and SQLite backend ---+ Reporter: mrts | Owner: nobody Status: closed

Re: [Django] #9417: Unhelpful admin.py error message

2008-10-22 Thread Django
#9417: Unhelpful admin.py error message ---+ Reporter: dwillis | Owner: nobody Status: closed| Milestone: Component: django.contrib.admin |

Re: [Django] #9409: "OperationalError: database is locked" with Python 2.6 multiprocessing and SQLite backend

2008-10-22 Thread Django
#9409: "OperationalError: database is locked" with Python 2.6 multiprocessing and SQLite backend ---+ Reporter: mrts | Owner: nobody Status: new