Re: [Django] #13121: Backwards compatible patch for ModelForm to improve model validation.

2010-03-15 Thread Django
#13121: Backwards compatible patch for ModelForm to improve model validation. ---+ Reporter: orokusaki | Owner: nobody Status: reopened |

Re: [Django] #13121: Backwards compatible patch for ModelForm to improve model validation.

2010-03-15 Thread Django
#13121: Backwards compatible patch for ModelForm to improve model validation. ---+ Reporter: orokusaki | Owner: nobody Status: reopened |

Re: [Django] #13121: Backwards compatible patch for ModelForm to improve model validation.

2010-03-15 Thread Django
#13121: Backwards compatible patch for ModelForm to improve model validation. ---+ Reporter: orokusaki | Owner: nobody Status: closed|

[Django] #13121: Backwards compatible patch for ModelForm to improve model validation.

2010-03-15 Thread Django
#13121: Backwards compatible patch for ModelForm to improve model validation. --+- Reporter: orokusaki | Owner: nobody Status: new | Milestone:

Re: [Django] #12945: url tag breaks on spaces between delimiting commas since [12503]

2010-03-15 Thread Django
#12945: url tag breaks on spaces between delimiting commas since [12503] --+- Reporter: jklaiho | Owner: coleifer Status: assigned | Milestone: 1.2

Re: [Django] #13120: Typo in SVN middleware documentation

2010-03-15 Thread Django
#13120: Typo in SVN middleware documentation --+- Reporter: dja...@willhardy.com.au | Owner: nobody Status: new | Milestone: 1.2 Component: Documentation

Re: [Django] #13118: Multiple(minimum 36) queries when opening user page in django admin

2010-03-15 Thread Django
#13118: Multiple(minimum 36) queries when opening user page in django admin ---+ Reporter: DesZodiak | Owner: nobody Status: new |

Re: [Django] #13119: Can't pickle queryset

2010-03-15 Thread Django
#13119: Can't pickle queryset ---+ Reporter: anentropic| Owner: nobody Status: closed| Milestone: Component:

Re: [Django] #12882: jQuery.noConflict() in admin brokes site specific code with jQuery

2010-03-15 Thread Django
#12882: jQuery.noConflict() in admin brokes site specific code with jQuery ---+ Reporter: krej...@i3.cz | Owner: jezdez Status: assigned | Milestone: 1.2

Re: [Django] #12594: Meaningless exception when DEBUG=False and resolver.urlconf_module is None.

2010-03-15 Thread Django
#12594: Meaningless exception when DEBUG=False and resolver.urlconf_module is None. +--- Reporter: buriy | Owner: buriy Status: assigned | Milestone: 1.2

Re: [Django] #12471: Wrong assertion in resolve_aggregate in django.db.models.sql.query

2010-03-15 Thread Django
#12471: Wrong assertion in resolve_aggregate in django.db.models.sql.query ---+ Reporter: courtjus | Owner: nobody Status: new |

Re: [Django] #12239: Float is rounded to integer on queries on integer field

2010-03-15 Thread Django
#12239: Float is rounded to integer on queries on integer field ---+ Reporter: waverider | Owner: nobody Status: new |

Re: [Django] #12831: Use CACHE_MIDDLEWARE_KEY_PREFIX in template cache.

2010-03-15 Thread Django
#12831: Use CACHE_MIDDLEWARE_KEY_PREFIX in template cache. -+-- Reporter: b...@debian.org | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #11916: Extra params + aggregation creates incorrect SQL.

2010-03-15 Thread Django
#11916: Extra params + aggregation creates incorrect SQL. ---+ Reporter: jaklaas...@gmail.com | Owner: nobody Status: reopened | Milestone: 1.2

Re: [Django] #12882: jQuery.noConflict() in admin brokes site specific code with jQuery

2010-03-15 Thread Django
#12882: jQuery.noConflict() in admin brokes site specific code with jQuery ---+ Reporter: krej...@i3.cz | Owner: jezdez Status: assigned | Milestone: 1.2

Re: [Django] #8896: Routing according also to hostname

2010-03-15 Thread Django
#8896: Routing according also to hostname -+-- Reporter: veena | Owner: jshedd Status: new | Milestone: Component: Core framework

Re: [Django] #12962: Broken Admin Delete Action With Confirmation

2010-03-15 Thread Django
#12962: Broken Admin Delete Action With Confirmation ---+ Reporter: leveille | Owner: nobody Status: new | Milestone: 1.2 Component:

Re: [Django] #13101: Documentation: Add note about multiple databases and debugging raw sql

2010-03-15 Thread Django
#13101: Documentation: Add note about multiple databases and debugging raw sql +--- Reporter: anonymous | Owner: davidfischer Status: assigned | Milestone: 1.2

Re: [Django] #13101: Documentation: Add note about multiple databases and debugging raw sql

2010-03-15 Thread Django
#13101: Documentation: Add note about multiple databases and debugging raw sql +--- Reporter: anonymous | Owner: davidfischer Status: assigned | Milestone: 1.2

[Changeset] r12791 - in django/trunk: django/contrib/syndication tests/regressiontests/syndication

2010-03-15 Thread noreply
Author: russellm Date: 2010-03-15 10:25:39 -0500 (Mon, 15 Mar 2010) New Revision: 12791 Modified: django/trunk/django/contrib/syndication/views.py django/trunk/tests/regressiontests/syndication/tests.py Log: Fixed #12998 -- Corrected handling of time zones in syndication framework.

Re: [Django] #11015: django-1.0.2 does not catch the exception that database backend first close the db connection.

2010-03-15 Thread Django
#11015: django-1.0.2 does not catch the exception that database backend first close the db connection. ---+ Reporter: qingran | Owner: nobody Status: closed

Re: [Django] #11015: django-1.0.2 does not catch the exception that database backend first close the db connection.

2010-03-15 Thread Django
#11015: django-1.0.2 does not catch the exception that database backend first close the db connection. ---+ Reporter: qingran | Owner: nobody Status: closed

Re: [Django] #5415: Every SQL query should send a signal

2010-03-15 Thread Django
#5415: Every SQL query should send a signal ---+ Reporter: adrian| Owner: gav Status: assigned | Milestone:

Re: [Django] #12953: Generic-related objects are cascade-deleted, but the cascade does not extend beyond them

2010-03-15 Thread Django
#12953: Generic-related objects are cascade-deleted, but the cascade does not extend beyond them ---+ Reporter: carljm| Owner: carljm Status: closed

[Changeset] r12790 - in django/trunk: django/contrib/admin django/db/models django/db/models/sql tests/regressiontests/delete_regress

2010-03-15 Thread noreply
Author: russellm Date: 2010-03-15 08:15:01 -0500 (Mon, 15 Mar 2010) New Revision: 12790 Added: django/trunk/tests/regressiontests/delete_regress/tests.py Modified: django/trunk/django/contrib/admin/util.py django/trunk/django/db/models/base.py django/trunk/django/db/models/query.py

Re: [Django] #7506: Unable to pickle certain QuerySet objects due to use of curry function in RelatedField

2010-03-15 Thread Django
#7506: Unable to pickle certain QuerySet objects due to use of curry function in RelatedField ---+ Reporter: mmalone | Owner: jacob Status: closed

[Changeset] r12789 - django/branches/releases/1.1.X/tests/modeltests/transactions

2010-03-15 Thread noreply
Author: russellm Date: 2010-03-15 08:00:24 -0500 (Mon, 15 Mar 2010) New Revision: 12789 Modified: django/branches/releases/1.1.X/tests/modeltests/transactions/models.py Log: [1.1.X] Added a transaction rollback needed to clean up after the test introduced by r12764. Backport of r12788 from

Re: [Django] #7506: Unable to pickle certain QuerySet objects due to use of curry function in RelatedField

2010-03-15 Thread Django
#7506: Unable to pickle certain QuerySet objects due to use of curry function in RelatedField ---+ Reporter: mmalone | Owner: jacob Status: closed

[Django] #13119: Can't pickle queryset

2010-03-15 Thread Django
#13119: Can't pickle queryset --+- Reporter: anentropic| Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) |

[Changeset] r12788 - django/trunk/tests/modeltests/transactions

2010-03-15 Thread noreply
Author: russellm Date: 2010-03-15 07:58:21 -0500 (Mon, 15 Mar 2010) New Revision: 12788 Modified: django/trunk/tests/modeltests/transactions/models.py Log: Added a transaction rollback needed to clean up after the test introduced by r12764. Modified:

Re: [Django] #7506: Unable to pickle certain QuerySet objects due to use of curry function in RelatedField

2010-03-15 Thread Django
#7506: Unable to pickle certain QuerySet objects due to use of curry function in RelatedField ---+ Reporter: mmalone | Owner: jacob Status: closed

Re: [Django] #7506: Unable to pickle certain QuerySet objects due to use of curry function in RelatedField

2010-03-15 Thread Django
#7506: Unable to pickle certain QuerySet objects due to use of curry function in RelatedField ---+ Reporter: mmalone | Owner: jacob Status: reopened

[Changeset] r12787 - in django/trunk/docs/topics: . i18n

2010-03-15 Thread noreply
Author: jezdez Date: 2010-03-15 07:16:37 -0500 (Mon, 15 Mar 2010) New Revision: 12787 Modified: django/trunk/docs/topics/cache.txt django/trunk/docs/topics/i18n/internationalization.txt Log: Fixed #13014 - Added section about how to use the language code with fragement caching. Thanks for

[Changeset] r12786 - in django/trunk: django/conf/project_template docs/topics/i18n

2010-03-15 Thread noreply
Author: jezdez Date: 2010-03-15 07:16:21 -0500 (Mon, 15 Mar 2010) New Revision: 12786 Modified: django/trunk/django/conf/project_template/settings.py django/trunk/docs/topics/i18n/localization.txt Log: Fixed #13045 - Add USE_L10N to the project skeleton settings. Modified:

[Changeset] r12785 - django/trunk/django/contrib/auth

2010-03-15 Thread noreply
Author: jezdez Date: 2010-03-15 07:16:01 -0500 (Mon, 15 Mar 2010) New Revision: 12785 Modified: django/trunk/django/contrib/auth/forms.py Log: Fixed #13000 - Use a dictionary for the error messages definition in user creation and change form. Thanks for the patch, lgs. Modified:

[Changeset] r12784 - django/trunk/django/contrib/admin/media/js

2010-03-15 Thread noreply
Author: jezdez Date: 2010-03-15 07:15:44 -0500 (Mon, 15 Mar 2010) New Revision: 12784 Modified: django/trunk/django/contrib/admin/media/js/inlines.js django/trunk/django/contrib/admin/media/js/inlines.min.js Log: Fixed #13026 - Also update the index of lookup links when adding inlines

Re: [Django] #13045: Expose l10n setting in generated settings.py file when beginning a new project

2010-03-15 Thread Django
#13045: Expose l10n setting in generated settings.py file when beginning a new project --+- Reporter: efmontes | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl'

2010-03-15 Thread Django
#12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl' ---+ Reporter: w...@go2people.nl | Owner: bmihelac Status: new | Milestone: 1.2

Re: [Django] #12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl'

2010-03-15 Thread Django
#12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl' ---+ Reporter: w...@go2people.nl | Owner: anonymous Status: assigned | Milestone: 1.2

Re: [Django] #12962: Broken Admin Delete Action With Confirmation

2010-03-15 Thread Django
#12962: Broken Admin Delete Action With Confirmation ---+ Reporter: leveille | Owner: nobody Status: new | Milestone: 1.2 Component:

[Django] #13118: Multiple(minimum 36) queries when opening user page in django admin

2010-03-15 Thread Django
#13118: Multiple(minimum 36) queries when opening user page in django admin ---+ Reporter: DesZodiak | Owner: nobody Status: new| Milestone:

[Changeset] r12783 - django/branches/releases/1.1.X/django/contrib/contenttypes

2010-03-15 Thread noreply
Author: russellm Date: 2010-03-15 04:59:38 -0500 (Mon, 15 Mar 2010) New Revision: 12783 Modified: django/branches/releases/1.1.X/django/contrib/contenttypes/management.py Log: [1.1.X] Fixed #12339 -- Made content type deletion an interactive process to prevent accidentally cascade deleting

[Changeset] r12782 - django/trunk/django/contrib/contenttypes

2010-03-15 Thread noreply
Author: russellm Date: 2010-03-15 04:57:57 -0500 (Mon, 15 Mar 2010) New Revision: 12782 Modified: django/trunk/django/contrib/contenttypes/management.py Log: Fixed #12339 -- Made content type deletion an interactive process to prevent accidentally cascade deleting content from a production

Re: [Django] #12882: jQuery.noConflict() in admin brokes site specific code with jQuery

2010-03-15 Thread Django
#12882: jQuery.noConflict() in admin brokes site specific code with jQuery ---+ Reporter: krej...@i3.cz | Owner: jezdez Status: assigned | Milestone: 1.2

[Changeset] r12781 - in django/branches/releases/1.1.X: django/template docs/ref/templates tests/regressiontests/defaultfilters tests/regressiontests/templates

2010-03-15 Thread noreply
Author: russellm Date: 2010-03-15 03:06:47 -0500 (Mon, 15 Mar 2010) New Revision: 12781 Modified: django/branches/releases/1.1.X/django/template/defaultfilters.py django/branches/releases/1.1.X/docs/ref/templates/builtins.txt

[Changeset] r12780 - in django/trunk: django/template docs/ref/templates tests/regressiontests/defaultfilters tests/regressiontests/templates

2010-03-15 Thread noreply
Author: russellm Date: 2010-03-15 02:22:20 -0500 (Mon, 15 Mar 2010) New Revision: 12780 Modified: django/trunk/django/template/defaultfilters.py django/trunk/docs/ref/templates/builtins.txt django/trunk/tests/regressiontests/defaultfilters/tests.py

[Changeset] r12779 - django/branches/releases/1.1.X/django/contrib/auth/tests

2010-03-15 Thread noreply
Author: russellm Date: 2010-03-15 01:57:07 -0500 (Mon, 15 Mar 2010) New Revision: 12779 Modified: django/branches/releases/1.1.X/django/contrib/auth/tests/forms.py Log: [1.1.X] Fixed #13108 -- Corrected an ambiguity in test data with the potential to cause test failures out of the box. Thanks

[Changeset] r12778 - django/trunk/django/contrib/auth/tests

2010-03-15 Thread noreply
Author: russellm Date: 2010-03-15 01:55:56 -0500 (Mon, 15 Mar 2010) New Revision: 12778 Modified: django/trunk/django/contrib/auth/tests/forms.py Log: Fixed #13108 -- Corrected an ambiguity in test data with the potential to cause test failures out of the box. Thanks to benreynwar for the

Re: [Django] #12979: TestCase disables savepoint_commit, savepoint_rollback

2010-03-15 Thread Django
#12979: TestCase disables savepoint_commit, savepoint_rollback +--- Reporter: forest | Owner: nobody Status: new| Milestone: Component: Testing

Re: [Django] #13111: 1.1.X: decorators broken by r12763

2010-03-15 Thread Django
#13111: 1.1.X: decorators broken by r12763 +--- Reporter: kmtracey | Owner: nobody Status: closed | Milestone: 1.2 Component: Uncategorized | Version:

Re: [Django] #13117: Recenter OSMGeoAdmin widget with coordinates

2010-03-15 Thread Django
#13117: Recenter OSMGeoAdmin widget with coordinates +--- Reporter: anonymous | Owner: nobody Status: new| Milestone: