Re: [Django] #15164: Filtering queryset via ForeignKey to legacy model with OneToOneField as primary doesn't evaluate primary key

2011-01-25 Thread Django
#15164: Filtering queryset via ForeignKey to legacy model with OneToOneField as primary doesn't evaluate primary key ---+ Reporter: GDorn | Owner: nobody Status: closed

Re: [Django] #13224: style of m2m readonly_fields in admin change_form

2011-01-25 Thread Django
#13224: style of m2m readonly_fields in admin change_form -+-- Reporter: benc| Owner: Status: new | Milestone:

Re: [Django] #12534: django.contrib.auth.views.login refuses to redirect to urls with spaces

2011-01-25 Thread Django
#12534: django.contrib.auth.views.login refuses to redirect to urls with spaces -+-- Reporter: sharky | Owner: nobody Status: reopened| Milestone: 1.3

Re: [Django] #15130: Model.validate_unique method doesn't take in account multi-db

2011-01-25 Thread Django
#15130: Model.validate_unique method doesn't take in account multi-db --+- Reporter: t2y | Owner: Status: reopened | Milestone: 1.3 Component:

Re: [Django] #13756: File upload not working under Tomcat

2011-01-25 Thread Django
#13756: File upload not working under Tomcat +--- Reporter: SvenKlemm | Owner: nobody Status: new| Milestone: Component: HTTP handling | Version:

Re: [Django] #14303: admin inline form id attribute numbering order and uniqueness is lost

2011-01-25 Thread Django
#14303: admin inline form id attribute numbering order and uniqueness is lost ---+ Reporter: m0nonoke | Owner: nobody Status: new |

Re: [Django] #13674: Javascript for adding inline fields doesn't update "for" attribute in label

2011-01-25 Thread Django
#13674: Javascript for adding inline fields doesn't update "for" attribute in label ---+ Reporter: Jonas | Owner: rctay Status: new | Milestone: 1.3

[Changeset] r15320 - in django/branches/releases/1.2.X: django/db/models tests/modeltests/model_inheritance

2011-01-25 Thread noreply
Author: Alex Date: 2011-01-25 21:52:52 -0600 (Tue, 25 Jan 2011) New Revision: 15320 Modified: django/branches/releases/1.2.X/django/db/models/base.py django/branches/releases/1.2.X/tests/modeltests/model_inheritance/models.py

[Changeset] r15319 - in django/branches/releases/1.2.X: django/db/models/sql tests/regressiontests/aggregation_regress

2011-01-25 Thread noreply
Author: Alex Date: 2011-01-25 21:52:41 -0600 (Tue, 25 Jan 2011) New Revision: 15319 Modified: django/branches/releases/1.2.X/django/db/models/sql/compiler.py django/branches/releases/1.2.X/tests/regressiontests/aggregation_regress/tests.py Log: [1.2.X] Fixed #13159 -- properly quote

Re: [Django] #897: Bi-Directional ManyToMany in Admin

2011-01-25 Thread Django
#897: Bi-Directional ManyToMany in Admin ---+ Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: django.contrib.admin |

[Changeset] r15318 - in django/trunk: django/db/models/sql tests/regressiontests/aggregation_regress

2011-01-25 Thread noreply
Author: Alex Date: 2011-01-25 21:48:15 -0600 (Tue, 25 Jan 2011) New Revision: 15318 Modified: django/trunk/django/db/models/sql/compiler.py django/trunk/tests/regressiontests/aggregation_regress/tests.py Log: Fixed #13159 -- properly quote aggregates in order_by. Modified:

Re: [Django] #15159: createsuperuser can't be interrupted or suspended

2011-01-25 Thread Django
#15159: createsuperuser can't be interrupted or suspended --+- Reporter: slinkp | Owner: nobody Status: new | Milestone: Component: django-admin.py

[Changeset] r15317 - in django/trunk: django/db/models tests/modeltests/model_inheritance

2011-01-25 Thread noreply
Author: Alex Date: 2011-01-25 21:42:31 -0600 (Tue, 25 Jan 2011) New Revision: 15317 Modified: django/trunk/django/db/models/base.py django/trunk/tests/modeltests/model_inheritance/models.py django/trunk/tests/modeltests/model_inheritance/tests.py Log: Fixed #13206 -- call

[Changeset] r15316 - django/trunk/django/template

2011-01-25 Thread noreply
Author: Alex Date: 2011-01-25 21:34:16 -0600 (Tue, 25 Jan 2011) New Revision: 15316 Modified: django/trunk/django/template/defaultfilters.py Log: Fixed #13828 -- DRY'd up the dictsort(reversed) filters, will speed them up as well. Modified: django/trunk/django/template/defaultfilters.py

Re: [Django] #13875: cannot customize admin submit_row

2011-01-25 Thread Django
#13875: cannot customize admin submit_row ---+ Reporter: drul | Owner: nobody Status: new | Milestone: Component: django.contrib.admin

Re: [Django] #14955: URLField validation should use HEAD requet instead of GET

2011-01-25 Thread Django
#14955: URLField validation should use HEAD requet instead of GET -+-- Reporter: claudep | Owner: Status: new | Milestone: 1.3 Component: Core framework

Re: [Django] #897: Bi-Directional ManyToMany in Admin

2011-01-25 Thread Django
#897: Bi-Directional ManyToMany in Admin ---+ Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: django.contrib.admin |

[Changeset] r15315 - django/trunk/django/views/generic

2011-01-25 Thread noreply
Author: Alex Date: 2011-01-25 21:23:59 -0600 (Tue, 25 Jan 2011) New Revision: 15315 Modified: django/trunk/django/views/generic/dates.py Log: Fixed #15052 -- corrected an innacurate docstring in the generic views. Modified: django/trunk/django/views/generic/dates.py

[Changeset] r15314 - django/trunk/django/conf/app_template

2011-01-25 Thread noreply
Author: Alex Date: 2011-01-25 21:22:16 -0600 (Tue, 25 Jan 2011) New Revision: 15314 Modified: django/trunk/django/conf/app_template/tests.py Log: Fixed #15154 -- removed doctests from the tests.py generated with createapp. Modified: django/trunk/django/conf/app_template/tests.py

Re: [Django] #12464: Empty PATH_INFO causes blank SCRIPT_NAME

2011-01-25 Thread Django
#12464: Empty PATH_INFO causes blank SCRIPT_NAME +--- Reporter: chrisw | Owner: wogan Status: assigned | Milestone: 1.3 Component: HTTP handling | Version:

Re: [Django] #12464: Empty PATH_INFO causes blank SCRIPT_NAME

2011-01-25 Thread Django
#12464: Empty PATH_INFO causes blank SCRIPT_NAME +--- Reporter: chrisw | Owner: wogan Status: assigned | Milestone: 1.3 Component: HTTP handling | Version:

[Changeset] r15313 - django/trunk/docs/intro

2011-01-25 Thread noreply
Author: timo Date: 2011-01-25 18:58:41 -0600 (Tue, 25 Jan 2011) New Revision: 15313 Modified: django/trunk/docs/intro/tutorial04.txt Log: Fixed #15153 - removed obsolete sentence in tutorial; thanks LeSphinx for the report. Modified: django/trunk/docs/intro/tutorial04.txt

Re: [Django] #15130: Model.validate_unique method doesn't take in account multi-db

2011-01-25 Thread Django
#15130: Model.validate_unique method doesn't take in account multi-db --+- Reporter: t2y | Owner: Status: reopened | Milestone: 1.3 Component:

Re: [Django] #12464: Empty PATH_INFO causes blank SCRIPT_NAME

2011-01-25 Thread Django
#12464: Empty PATH_INFO causes blank SCRIPT_NAME +--- Reporter: chrisw | Owner: wogan Status: assigned | Milestone: 1.3 Component: HTTP handling | Version:

[Changeset] r15312 - django/branches/releases/1.2.X/docs/topics

2011-01-25 Thread noreply
Author: timo Date: 2011-01-25 18:37:55 -0600 (Tue, 25 Jan 2011) New Revision: 15312 Modified: django/branches/releases/1.2.X/docs/topics/email.txt Log: [1.2.X] Fixed #15163 - typo in email docs; thanks metal for the report. Backport of r15311 from trunk. Modified:

[Changeset] r15311 - django/trunk/docs/topics

2011-01-25 Thread noreply
Author: timo Date: 2011-01-25 18:37:08 -0600 (Tue, 25 Jan 2011) New Revision: 15311 Modified: django/trunk/docs/topics/email.txt Log: Fixed #15163 - typo in email docs; thanks metal for the report. Modified: django/trunk/docs/topics/email.txt

Re: [Django] #12464: Empty PATH_INFO causes blank SCRIPT_NAME

2011-01-25 Thread Django
#12464: Empty PATH_INFO causes blank SCRIPT_NAME +--- Reporter: chrisw | Owner: wogan Status: assigned | Milestone: 1.3 Component: HTTP handling | Version:

Re: [Django] #15165: GeoQuerySet.perimeter returns invalid results on geometry fields with geodetic coordinate systems

2011-01-25 Thread Django
#15165: GeoQuerySet.perimeter returns invalid results on geometry fields with geodetic coordinate systems -+-- Reporter: jbronn | Owner: jbronn Status: assigned| Milestone:

[Django] #15165: GeoQuerySet.perimeter returns invalid results on geometry fields with geodetic coordinate systems

2011-01-25 Thread Django
#15165: GeoQuerySet.perimeter returns invalid results on geometry fields with geodetic coordinate systems ---+ Reporter: jbronn | Owner: nobody Status: new| Milestone: Component: GIS

Re: [Django] #7712: UploadedFile missing readline method

2011-01-25 Thread Django
#7712: UploadedFile missing readline method ---+ Reporter: artagnon | Owner: nobody Status: closed| Milestone:

[Django] #15164: Filtering queryset via ForeignKey to legacy model with OneToOneField as primary doesn't evaluate primary key

2011-01-25 Thread Django
#15164: Filtering queryset via ForeignKey to legacy model with OneToOneField as primary doesn't evaluate primary key --+- Reporter: GDorn | Owner: nobody Status: new

[Django] #15163: The send-mass-mail section contains a wrong example

2011-01-25 Thread Django
#15163: The send-mass-mail section contains a wrong example +--- Reporter: metal | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.2

Re: [Django] #15130: Model.validate_unique method doesn't take in account multi-db

2011-01-25 Thread Django
#15130: Model.validate_unique method doesn't take in account multi-db --+- Reporter: t2y | Owner: Status: reopened | Milestone: 1.3 Component:

Re: [Django] #15162: syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3

2011-01-25 Thread Django
#15162: syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3 ---+ Reporter: david_heagney | Owner: nobody

Re: [Django] #9532: min_num on formsets

2011-01-25 Thread Django
#9532: min_num on formsets -+-- Reporter: gsf | Owner: nobody Status: new | Milestone: Component: Forms |

Re: [Django] #15162: syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3

2011-01-25 Thread Django
#15162: syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3 ---+ Reporter: david_heagney | Owner: nobody

[Django] #15162: syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3

2011-01-25 Thread Django
#15162: syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3 --+- Reporter: david_heagney | Owner: nobody Status: new

Re: [Django] #12464: Empty PATH_INFO causes blank SCRIPT_NAME

2011-01-25 Thread Django
#12464: Empty PATH_INFO causes blank SCRIPT_NAME +--- Reporter: chrisw | Owner: wogan Status: assigned | Milestone: 1.3 Component: HTTP handling | Version:

Re: [Django] #11868: Multiple sort in admin changelist

2011-01-25 Thread Django
#11868: Multiple sort in admin changelist -+-- Reporter: bendavis78 | Owner: bendavis78 Status: assigned| Milestone:

[Changeset] r15310 - in django/branches/releases/1.2.X/docs: ref ref/templates releases

2011-01-25 Thread noreply
Author: ramiro Date: 2011-01-25 09:44:41 -0600 (Tue, 25 Jan 2011) New Revision: 15310 Modified: django/branches/releases/1.2.X/docs/ref/settings.txt django/branches/releases/1.2.X/docs/ref/templates/api.txt django/branches/releases/1.2.X/docs/releases/1.2.txt Log: [1.2.X] Fixed #14038 --

[Changeset] r15309 - in django/trunk/docs: ref ref/templates releases

2011-01-25 Thread noreply
Author: ramiro Date: 2011-01-25 09:42:24 -0600 (Tue, 25 Jan 2011) New Revision: 15309 Modified: django/trunk/docs/ref/settings.txt django/trunk/docs/ref/templates/api.txt django/trunk/docs/releases/1.2.txt Log: Fixed #14038 -- Added information to release notes and version changed|added

Re: [Django] #15089: contrib.sites and multitenancy

2011-01-25 Thread Django
#15089: contrib.sites and multitenancy -+-- Reporter: legutierr | Owner: nobody Status: new | Milestone: Component: Contrib apps

Re: [Django] #15152: Common middleware raises UnicodeDecodeError if receives specially formatted unicode-like query string

2011-01-25 Thread Django
#15152: Common middleware raises UnicodeDecodeError if receives specially formatted unicode-like query string -+-- Reporter: Loststylus | Owner: nobody Status: new

Re: [Django] #15161: ManyToManyField with a through model with to_field set returns no results

2011-01-25 Thread Django
#15161: ManyToManyField with a through model with to_field set returns no results ---+ Reporter: adehnert | Owner: carljm Status: new |

Re: [Django] #15151: i18n tests failing

2011-01-25 Thread Django
#15151: i18n tests failing ---+ Reporter: Alex | Owner: nobody Status: closed| Milestone: 1.3 Component: Internationalization |

[Django] #15161: ManyToManyField with a through model with to_field set returns no results

2011-01-25 Thread Django
#15161: ManyToManyField with a through model with to_field set returns no results --+- Reporter: adehnert | Owner: nobody Status: new | Milestone:

Re: [Django] #14677: tests.py cannot be split to package always

2011-01-25 Thread Django
#14677: tests.py cannot be split to package always +--- Reporter: Ciantic| Owner: nobody Status: closed | Milestone: Component: Testing framework

Re: [Django] #15103: Django 1.2.4 breaks limit_choices_to for raw_id_fields

2011-01-25 Thread Django
#15103: Django 1.2.4 breaks limit_choices_to for raw_id_fields ---+ Reporter: natrius | Owner: nobody Status: new | Milestone:

Re: [Django] #15129: Invalid order of applying formats

2011-01-25 Thread Django
#15129: Invalid order of applying formats ---+ Reporter: tonnzor | Owner: nobody Status: new | Milestone: 1.3 Component: Internationalization

Re: [Django] #3591: add support for custom app_label and verbose_name

2011-01-25 Thread Django
#3591: add support for custom app_label and verbose_name +--- Reporter: jkocherhans| Owner: adrian Status: reopened | Milestone: Component: Core

Re: [Django] #15158: Server-crashing error: local variable 'loader_name' referenced before assignment

2011-01-25 Thread Django
#15158: Server-crashing error: local variable 'loader_name' referenced before assignment +--- Reporter: gsf| Owner: ramiro Status: assigned | Milestone: 1.3