Re: [Django] #9961: select_related(depth=0) should be a no-op

2009-03-01 Thread Django
#9961: select_related(depth=0) should be a no-op ---+ Reporter: rdaysky | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #9961: select_related(depth=0) should be a no-op

2009-03-01 Thread Django
#9961: select_related(depth=0) should be a no-op ---+ Reporter: rdaysky | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #3461: DatabaseWrapper should pass through args and kwargs to underlying database adapter

2009-03-01 Thread Django
#3461: DatabaseWrapper should pass through args and kwargs to underlying database adapter +--- Reporter: Jack Moffitt | Owner: cgrady Status: new| Mileston

Re: [Django] #4299: remove code duplication in postgresql and postgresql_psycopg2 backends

2009-03-01 Thread Django
#4299: remove code duplication in postgresql and postgresql_psycopg2 backends --+- Reporter: Gary Wilson | Owner: nobody Status: closed | Milestone:

Re: [Django] #10227: OneToOne fields with null=True raise DoesNotExist exception on related model

2009-03-01 Thread Django
#10227: OneToOne fields with null=True raise DoesNotExist exception on related model ---+ Reporter: rvdrijst | Owner: nobody Status: new

Re: [Django] #3016: make reverse one-to-one field return None instead of DoesNotExist

2009-03-01 Thread Django
#3016: make reverse one-to-one field return None instead of DoesNotExist ---+ Reporter: shaunc | Owner: nobody Status: closed| Milestone:

Re: [Django] #2918: "ValueError: too many values to unpack" when doing the tutorial.

2009-03-01 Thread Django
#2918: "ValueError: too many values to unpack" when doing the tutorial. ---+ Reporter: tkl...@...| Owner: nobody Status: closed| Milestone:

[Changeset] r9951 - in django/trunk: django/db/models/sql tests/regressiontests/queries

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-02 00:08:02 -0600 (Mon, 02 Mar 2009) New Revision: 9951 Modified: django/trunk/django/db/models/sql/where.py django/trunk/tests/regressiontests/queries/models.py Log: Fixed #10181 -- Handle an EmptyResultSet exception case properly in nested querysets. Mo

[Changeset] r9950 - django/branches/releases/1.0.X/docs/topics

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 23:47:25 -0600 (Sun, 01 Mar 2009) New Revision: 9950 Modified: django/branches/releases/1.0.X/docs/topics/cache.txt Log: [1.0.X] Small edit to the caching docs. Turns out, super-lightning is not faster than normal lightning. :-) Backport of r9949 from tru

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

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 23:46:04 -0600 (Sun, 01 Mar 2009) New Revision: 9949 Modified: django/trunk/docs/topics/cache.txt Log: Small edit to the caching docs. Turns out, super-lightning is not faster than normal lightning. :-) Modified: django/trunk/docs/topics/cache.txt ===

Re: [Django] #10164: AutoField is broken for sqlite backend [patch included]

2009-03-01 Thread Django
#10164: AutoField is broken for sqlite backend [patch included] ---+ Reporter: malte | Owner: nobody Status: new | Milestone:

Re: [Django] #10391: [spam]

2009-03-01 Thread Django
#10391: [spam] +--- Reporter: anonymous | Owner: nobody Status: closed | Milestone: 1.0.3 Component: Uncategorized | Version: 1.0 Resolution: inv

[Django] #10391: heFdYrgITYSfS

2009-03-01 Thread Django
#10391: heFdYrgITYSfS ---+ Reporter: anonymous | Owner: nobody Status: new| Milestone: 1.0.3 Component: Uncategorized | Version: 1.0 Keywords: hhcyVikMldtN | Sta

Re: [Django] #8193: `__import__(mod, {}, {}, [''])` causes double import of modules ('module' and 'module' + '.')

2009-03-01 Thread Django
#8193: `__import__(mod, {}, {}, [''])` causes double import of modules ('module' and 'module' + '.') +--- Reporter: i_i| Owner: mtredinnick Status: reopened | Milestone:

[Changeset] r9948 - django/branches/releases/1.0.X/tests/regressiontests/queries

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 23:19:51 -0600 (Sun, 01 Mar 2009) New Revision: 9948 Modified: django/branches/releases/1.0.X/tests/regressiontests/queries/models.py Log: [1.0.X] Removed a test that was accidentally merged as part of r9927. This was testing a feature that doesn't exist i

[Changeset] r9947 - in django/branches/releases/1.0.X/django: conf core/files utils

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 22:57:03 -0600 (Sun, 01 Mar 2009) New Revision: 9947 Modified: django/branches/releases/1.0.X/django/conf/__init__.py django/branches/releases/1.0.X/django/core/files/storage.py django/branches/releases/1.0.X/django/utils/functional.py Log: Removed so

[Changeset] r9946 - django/trunk/django/core/files

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 22:48:47 -0600 (Sun, 01 Mar 2009) New Revision: 9946 Modified: django/trunk/django/core/files/storage.py Log: Removed some import-time dependencies on Django's settings. Now you can import the file storage stuff and still call settings.configure() afterwar

[Changeset] r9945 - in django/trunk: django/conf django/utils tests/regressiontests/comment_tests/tests

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 22:48:22 -0600 (Sun, 01 Mar 2009) New Revision: 9945 Modified: django/trunk/django/conf/__init__.py django/trunk/django/utils/functional.py django/trunk/tests/regressiontests/comment_tests/tests/app_api_tests.py Log: Factor out some common pieces of d

[Changeset] r9944 - django/trunk/tests/regressiontests/forms/localflavor

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 22:17:00 -0600 (Sun, 01 Mar 2009) New Revision: 9944 Modified: django/trunk/tests/regressiontests/forms/localflavor/cz.py Log: Fixed some test output in the wake of r9940. Modified: django/trunk/tests/regressiontests/forms/localflavor/cz.py ===

Re: [Django] #10388: Global settings -> Langiages. Ukranian language has wrong code.

2009-03-01 Thread Django
#10388: Global settings -> Langiages. Ukranian language has wrong code. ---+ Reporter: prudnikov | Owner: nobody Status: closed| Milestone: 1.1 beta C

[Changeset] r9943 - django/branches/releases/1.0.X/django/core/cache/backends

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 21:17:30 -0600 (Sun, 01 Mar 2009) New Revision: 9943 Modified: django/branches/releases/1.0.X/django/core/cache/backends/db.py Log: [1.0.X] The database cache wasn't correctly handling expired keys. Fixed now. The cache tests have been failing for a long t

[Changeset] r9942 - django/trunk/django/core/cache/backends

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 21:15:27 -0600 (Sun, 01 Mar 2009) New Revision: 9942 Modified: django/trunk/django/core/cache/backends/db.py Log: The database cache wasn't correctly handling expired keys. Fixed now. The cache tests have been failing for a long time with the db backend. T

Re: [Django] #10356: proxy models: subclass a model without creating a new table

2009-03-01 Thread Django
#10356: proxy models: subclass a model without creating a new table ---+ Reporter: rfk | Owner: mtredinnick Status: new | Milestone:

Re: [Django] #10175: Proposal for Serbian Cyrillic translation

2009-03-01 Thread Django
#10175: Proposal for Serbian Cyrillic translation ---+ Reporter: janos | Owner: nobody Status: new | Milestone: 1.1 Component: Translations | Version:

Re: [Django] #10013: Updated French translation

2009-03-01 Thread Django
#10013: Updated French translation +--- Reporter: stephaner | Owner: stephaner Status: closed | Milestone: 1.1 beta Component: Translations | Ver

[Changeset] r9940 - django/trunk/django/contrib/localflavor/cz

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 18:26:55 -0600 (Sun, 01 Mar 2009) New Revision: 9940 Modified: django/trunk/django/contrib/localflavor/cz/cz_regions.py Log: Fixed #10385 -- Fixed a typographical error in the Czech regions list. Modified: django/trunk/django/contrib/localflavor/cz/cz_regi

Re: [Django] #10390: "exact" should be NULL-safe comparison

2009-03-01 Thread Django
#10390: "exact" should be NULL-safe comparison ---+ Reporter: tallfred | Owner: nobody Status: new | Milestone: Component: Da

Re: [Django] #10388: Global settings -> Langiages. Ukranian language has wrong code.

2009-03-01 Thread Django
#10388: Global settings -> Langiages. Ukranian language has wrong code. ---+ Reporter: prudnikov | Owner: nobody Status: closed| Milestone: 1.1 beta C

Re: [Django] #10385: Typo in 'Cenral Bohemian Region'

2009-03-01 Thread Django
#10385: Typo in 'Cenral Bohemian Region' ---+ Reporter: stephaner | Owner: nobody Status: new | Milestone: 1.1 beta Component: Translations | Version: SVN

Re: [Django] #10390: "exact" should be NULL-safe comparison

2009-03-01 Thread Django
#10390: "exact" should be NULL-safe comparison ---+ Reporter: tallfred | Owner: nobody Status: new | Milestone: Component: Da

[Django] #10390: "exact" should be NULL-safe comparison

2009-03-01 Thread Django
#10390: "exact" should be NULL-safe comparison --+- Reporter: tallfred | Owner: nobody Status: new | Milestone: Component: Database layer (models, O

Re: [Django] #10189: German translation improvements

2009-03-01 Thread Django
#10189: German translation improvements ---+ Reporter: julianb | Owner: jezdez Status: closed| Milestone: 1.1 Component: Translations | Version: SVN

Re: [Django] #10189: German translation improvements

2009-03-01 Thread Django
#10189: German translation improvements ---+ Reporter: julianb | Owner: jezdez Status: closed| Milestone: 1.1 Component: Translations | Version: SVN

Re: [Django] #10389: Typos in docs/ref/databases.txt

2009-03-01 Thread Django
#10389: Typos in docs/ref/databases.txt +--- Reporter: timo | Owner: timo Status: new| Milestone: Component: Documentation

Re: [Django] #10189: German translation improvements

2009-03-01 Thread Django
#10189: German translation improvements ---+ Reporter: julianb | Owner: jezdez Status: closed| Milestone: 1.1 Component: Translations | Version: SVN

[Django] #10389: Typos in docs/ref/databases.txt

2009-03-01 Thread Django
#10389: Typos in docs/ref/databases.txt +--- Reporter: timo| Owner: timo Status: new | Milestone: Component: Documentation | Version: SVN Keywords: typo

Re: [Django] #10189: German translation improvements

2009-03-01 Thread Django
#10189: German translation improvements ---+ Reporter: julianb | Owner: jezdez Status: closed| Milestone: 1.1 Component: Translations | Version: SVN

Re: [Django] #10388: Global settings -> Langiages. Ukranian language has wrong code.

2009-03-01 Thread Django
#10388: Global settings -> Langiages. Ukranian language has wrong code. ---+ Reporter: prudnikov | Owner: nobody Status: new | Milestone: 1.1 beta C

Re: [Django] #10386: typo in doc for 'get_object_or_404' and 'get_object_or_404'

2009-03-01 Thread Django
#10386: typo in doc for 'get_object_or_404' and 'get_object_or_404' +--- Reporter: gogna | Owner: nobody Status: closed | Milestone: Component: Documentati

[Django] #10388: Global settings -> Langiages. Ukranian language has wrong code.

2009-03-01 Thread Django
#10388: Global settings -> Langiages. Ukranian language has wrong code. --+- Reporter: prudnikov | Owner: nobody Status: new | Milestone: 1.1 beta Component: Internationaliza

[Django] #10387: code duplication in django.utils.cache

2009-03-01 Thread Django
#10387: code duplication in django.utils.cache -+-- Reporter: tra...@domain51.com | Owner: nobody Status: new | Milestone: Component: Cache system | Version: SVN

Re: [Django] #10212: Admin ChangeList doesn't apply 'order_by' clause specified by ModelAdmin.queryset

2009-03-01 Thread Django
#10212: Admin ChangeList doesn't apply 'order_by' clause specified by ModelAdmin.queryset -+-- Reporter: kyle@gmail.com | Owner: nobody Status: new

Re: [Django] #10386: typo in doc for 'get_object_or_404' and 'get_object_or_404'

2009-03-01 Thread Django
#10386: typo in doc for 'get_object_or_404' and 'get_object_or_404' +--- Reporter: gogna | Owner: nobody Status: closed | Milestone: Component: Documentati

Re: [Django] #10386: typo in doc for 'get_object_or_404' and 'get_object_or_404'

2009-03-01 Thread Django
#10386: typo in doc for 'get_object_or_404' and 'get_object_or_404' +--- Reporter: gogna | Owner: nobody Status: new| Milestone: Component: Documentati

[Django] #10386: typo in doc for 'get_object_or_404' and 'get_object_or_404'

2009-03-01 Thread Django
#10386: typo in doc for 'get_object_or_404' and 'get_object_or_404' ---+ Reporter: gogna | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.0

[Changeset] r9939 - django/branches/releases/1.0.X/django/conf/locale/de/LC_MESSAGES

2009-03-01 Thread noreply
Author: jezdez Date: 2009-03-01 08:24:08 -0600 (Sun, 01 Mar 2009) New Revision: 9939 Modified: django/branches/releases/1.0.X/django/conf/locale/de/LC_MESSAGES/django.mo django/branches/releases/1.0.X/django/conf/locale/de/LC_MESSAGES/django.po Log: [1.0.X] Updated German translation, fixes

[Changeset] r9938 - django/trunk/django/conf/locale/de/LC_MESSAGES

2009-03-01 Thread noreply
Author: jezdez Date: 2009-03-01 08:23:40 -0600 (Sun, 01 Mar 2009) New Revision: 9938 Modified: django/trunk/django/conf/locale/de/LC_MESSAGES/django.mo django/trunk/django/conf/locale/de/LC_MESSAGES/django.po Log: Updated German translation, fixes #10189. Thanks julianb Modified: django/tr

Re: [Django] #10149: FileField doesn't validate max_length

2009-03-01 Thread Django
#10149: FileField doesn't validate max_length --+- Reporter: Massimo Scamarcia | Owner: meaksh Status: assigned | Milesto

Re: [Django] #10204: Validation fails in spanish localflavor ESIdentityCardNumberField

2009-03-01 Thread Django
#10204: Validation fails in spanish localflavor ESIdentityCardNumberField -+-- Reporter: meaksh | Owner: meaksh Status: assigned

Re: [Django] #8792: Django's unit test system wipes out "custom sql" data before performing tests

2009-03-01 Thread Django
#8792: Django's unit test system wipes out "custom sql" data before performing tests +--- Reporter: deltoide | Owner: nobody Status: closed | Milestone:

Re: [Django] #10362: Queryset.update throws ProgrammingError when updating inherited fields

2009-03-01 Thread Django
#10362: Queryset.update throws ProgrammingError when updating inherited fields ---+ Reporter: vbmendes | Owner: mtredinnick Status: new

Re: [Django] #9974: Allow pluralize filter to consider zero as a singular form

2009-03-01 Thread Django
#9974: Allow pluralize filter to consider zero as a singular form -+-- Reporter: david | Owner: david Status: assigned| Milestone: Component

Re: [Django] #10013: Updated French translation

2009-03-01 Thread Django
#10013: Updated French translation +--- Reporter: stephaner | Owner: stephaner Status: new| Milestone: 1.1 beta Component: Translations | Ver

Re: [Django] #10013: Updated French translation

2009-03-01 Thread Django
#10013: Updated French translation +--- Reporter: stephaner | Owner: stephaner Status: new| Milestone: 1.1 beta Component: Translations | Ver

Re: [Django] #10013: Updated French translation

2009-03-01 Thread Django
#10013: Updated French translation +--- Reporter: stephaner | Owner: stephaner Status: new| Milestone: 1.1 beta Component: Translations | Ver

[Django] #10385: Typo in 'Cenral Bohemian Region'

2009-03-01 Thread Django
#10385: Typo in 'Cenral Bohemian Region' --+- Reporter: stephaner | Owner: nobody Status: new | Milestone: 1.1 beta Component: Translations | Version: SVN Keywords:

Re: [Django] #10013: Updated French translation

2009-03-01 Thread Django
#10013: Updated French translation ---+ Reporter: stephaner | Owner: stephaner Status: new | Milestone: Component: Translations | Version: SVN

Re: [Django] #8140: User.objects.create_superuser should return the new User instance

2009-03-01 Thread Django
#8140: User.objects.create_superuser should return the new User instance ---+ Reporter: danfairs | Owner: ericholscher Status: assigned | Milestone: Componen

Re: [Django] #10189: German translation improvements

2009-03-01 Thread Django
#10189: German translation improvements ---+ Reporter: julianb | Owner: jezdez Status: assigned | Milestone: 1.1 Component: Translations | Version: SVN

Re: [Django] #10189: German translation improvements

2009-03-01 Thread Django
#10189: German translation improvements ---+ Reporter: julianb | Owner: nobody Status: new | Milestone: 1.1 Component: Translations | Version: SVN

Re: [Django] #10200: loaddata command does not raise CommandError on errors

2009-03-01 Thread Django
#10200: loaddata command does not raise CommandError on errors -+-- Reporter: lgs | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #2705: [patch] Add optional FOR UPDATE clause to QuerySets

2009-03-01 Thread Django
#2705: [patch] Add optional FOR UPDATE clause to QuerySets ---+ Reporter: Hawkeye | Owner: nobody Status: new | Milestone: Co

[Changeset] r9937 - in django/branches/releases/1.0.X/django: core/cache db/backends

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 02:15:52 -0600 (Sun, 01 Mar 2009) New Revision: 9937 Modified: django/branches/releases/1.0.X/django/core/cache/__init__.py django/branches/releases/1.0.X/django/db/backends/creation.py Log: [1.0.X] Changed the way cache specifiers are parsed. Allows us

[Changeset] r9936 - in django/trunk/django: core/cache db/backends

2009-03-01 Thread noreply
Author: mtredinnick Date: 2009-03-01 02:13:38 -0600 (Sun, 01 Mar 2009) New Revision: 9936 Modified: django/trunk/django/core/cache/__init__.py django/trunk/django/db/backends/creation.py Log: Changed the way cache specifiers are parsed. Allows us to reuse the same code in multiple places,