Re: [Django] #16686: Race condition in test_view_decorator()

2011-08-23 Thread Django
#16686: Race condition in test_view_decorator() --+--- Reporter: barry@… | Owner: nobody Type: Bug | Status: new Milestone: | Compon

Re: [Django] #16586: Use Sphinx' intersphinx extension to link to Python docs

2011-08-23 Thread Django
#16586: Use Sphinx' intersphinx extension to link to Python docs -+- Reporter: jezdez | Owner: aaugustin Type: | Status: new Cleanup/optimization

Re: [Django] #6045: Many2Many manager and “TypeError: filter() keywords must be strings”

2011-08-23 Thread Django
#6045: Many2Many manager and “TypeError: filter() keywords must be strings” -+- Reporter: proxor | Owner: Natim Type: Bug| Status: closed Mileston

[Changeset] r16679 - django/trunk/tests/modeltests/m2m_and_m2o

2011-08-23 Thread noreply
Author: mtredinnick Date: 2011-08-23 20:51:33 -0700 (Tue, 23 Aug 2011) New Revision: 16679 Modified: django/trunk/tests/modeltests/m2m_and_m2o/models.py django/trunk/tests/modeltests/m2m_and_m2o/tests.py Log: Added another test to confirm fix in r16663. This is the test case from #6045, whi

Re: [Django] #6045: Many2Many manager and “TypeError: filter() keywords must be strings”

2011-08-23 Thread Django
#6045: Many2Many manager and “TypeError: filter() keywords must be strings” -+- Reporter: proxor | Owner: Natim Type: Bug| Status: reopened Milest

Re: [Django] #16299: Django model-module doesn't support unicode_literals

2011-08-23 Thread Django
#16299: Django model-module doesn't support unicode_literals -+- Reporter: | Owner: nobody martijn.bastiaan@… | Status: closed Type: Bug

Re: [Django] #7231: New "join" parameter for the "extra" QuerySet method

2011-08-23 Thread Django
#7231: New "join" parameter for the "extra" QuerySet method -+- Reporter: Davide | Owner: nobody "Design" Muzzarelli| Status: closed Type:

Re: [Django] #16687: Several tests requiring internet fail on Ubuntu build machines

2011-08-23 Thread Django
#16687: Several tests requiring internet fail on Ubuntu build machines +--- Reporter: barry@… | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16687: Several tests requiring internet fail on Ubuntu build machines

2011-08-23 Thread Django
#16687: Several tests requiring internet fail on Ubuntu build machines +--- Reporter: barry@… | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16686: Race condition in test_view_decorator()

2011-08-23 Thread Django
#16686: Race condition in test_view_decorator() --+--- Reporter: barry@… | Owner: nobody Type: Bug | Status: new Milestone: | Compon

[Changeset] r16678 - in django/trunk: django/core/management tests/modeltests/invalid_models/invalid_models

2011-08-23 Thread noreply
Author: mtredinnick Date: 2011-08-23 16:43:29 -0700 (Tue, 23 Aug 2011) New Revision: 16678 Modified: django/trunk/django/core/management/validation.py django/trunk/tests/modeltests/invalid_models/invalid_models/models.py Log: Teach "django-admin.py validate" to forbid nullable primary keys.

Re: [Django] #15884: Model validation allows nullable primary key field.

2011-08-23 Thread Django
#15884: Model validation allows nullable primary key field. -+- Reporter: | Owner: JustinTArthur JustinTArthur | Status: closed Type: Bug

Re: [Django] #13906: REPEATABLE READ (as used by default on MySQL) breaks atleast QuerySet.get_or_create().

2011-08-23 Thread Django
#13906: REPEATABLE READ (as used by default on MySQL) breaks atleast QuerySet.get_or_create(). -+- Reporter: | Owner: sebastian_noack| Status: new

[Django] #16688: unionagg doesn't respect limits

2011-08-23 Thread Django
#16688: unionagg doesn't respect limits -+ Reporter: arc | Owner: nobody Type: Bug | Status: new Milestone: | Component: GIS Version: 1.3 |

[Django] #16687: Several tests requiring internet fail on Ubuntu build machines

2011-08-23 Thread Django
#16687: Several tests requiring internet fail on Ubuntu build machines -+--- Reporter: barry@… | Owner: nobody Type: Bug | Status: new Milestone: | Component: Testing framework Version: 1.3

[Django] #16686: Race condition in test_view_decorator()

2011-08-23 Thread Django
#16686: Race condition in test_view_decorator() -+--- Reporter: barry@… | Owner: nobody Type: Bug | Status: new Milestone: | Component: Testing framework Version: 1.3 | Severity: Norm

Re: [Django] #16667: Error in Pagination-Template?

2011-08-23 Thread Django
#16667: Error in Pagination-Template? -+--- Reporter: Aufwind| Owner: nobody Type: Uncategorized | Status: closed Milestone: | Compo

Re: [Django] #15178: Development server hangs very often when used with IE9 beta

2011-08-23 Thread Django
#15178: Development server hangs very often when used with IE9 beta -+- Reporter: | Owner: nobody cataliniacob | Status: closed Type:

Re: [Django] #16685: Improvement of comment for database host setting

2011-08-23 Thread Django
#16685: Improvement of comment for database host setting -+- Reporter: chromano | Owner: nobody Type: | Status: closed Uncategorized |

Re: [Django] #9920: Empty string is not the same as typing "localhost" in DATABASE_HOST in settings.py

2011-08-23 Thread Django
#9920: Empty string is not the same as typing "localhost" in DATABASE_HOST in settings.py -+- Reporter: crazy2k| Owner: nobody Type: Bug| Status: reopened

[Django] #16685: Improvement of comment for database host setting

2011-08-23 Thread Django
#16685: Improvement of comment for database host setting ---+-- Reporter: chromano | Owner: nobody Type: Uncategorized | Status: new Milestone: | Component: Database layer (mo

Re: [Django] #12308: Adding tablespace support to postgres backends

2011-08-23 Thread Django
#12308: Adding tablespace support to postgres backends -+- Reporter: tclineks | Owner: aaugustin Type: New| Status: new feature|

Re: [Django] #12308: Adding tablespace support to postgres backends

2011-08-23 Thread Django
#12308: Adding tablespace support to postgres backends -+- Reporter: tclineks | Owner: andrewsk Type: New| Status: assigned feature|

Re: [Django] #16458: Equality operator on django.db.models.Model not commutative

2011-08-23 Thread Django
#16458: Equality operator on django.db.models.Model not commutative -+- Reporter: | Owner: teraom freek.wiekmeijer@… | Status: assigned Type: B

[Django] #16684: BaseForm needs to escape the 'class' attribute value

2011-08-23 Thread Django
#16684: BaseForm needs to escape the 'class' attribute value ---+ Reporter: dtrebbien | Owner: nobody Type: Bug| Status: new Milestone: | Component: Forms Version: 1.3| Severity:

Re: [Django] #16681: modeltests.invalid_models tests are a weird special case

2011-08-23 Thread Django
#16681: modeltests.invalid_models tests are a weird special case -+- Reporter: anthonyb | Owner: nobody Type: | Status: closed Cleanup/optimization |

[Changeset] r16677 - django/branches/releases/1.3.X/tests/modeltests/invalid_models

2011-08-23 Thread noreply
Author: russellm Date: 2011-08-23 08:57:19 -0700 (Tue, 23 Aug 2011) New Revision: 16677 Modified: django/branches/releases/1.3.X/tests/modeltests/invalid_models/tests.py Log: [1.3.X] Corrected the setup and teardown of the refactored invalid_models test so that it guarantees that stdout is res

[Changeset] r16676 - in django/branches/releases/1.3.X: django/http tests/regressiontests/requests

2011-08-23 Thread noreply
Author: russellm Date: 2011-08-23 08:57:01 -0700 (Tue, 23 Aug 2011) New Revision: 16676 Modified: django/branches/releases/1.3.X/django/http/multipartparser.py django/branches/releases/1.3.X/tests/regressiontests/requests/tests.py Log: [1.3.X] Fixed #16201 -- Ensure that requests with Conten

Re: [Django] #16201: When Content-Length is 0, MultiPartParser violates RFC2616

2011-08-23 Thread Django
#16201: When Content-Length is 0, MultiPartParser violates RFC2616 -+- Reporter: albsen | Owner: nobody Type: Bug| Status: closed Milestone:

Re: [Django] #16299: Django model-module doesn't support unicode_literals

2011-08-23 Thread Django
#16299: Django model-module doesn't support unicode_literals -+- Reporter: | Owner: nobody martijn.bastiaan@… | Status: closed Type: Bug

[Changeset] r16675 - in django/branches/releases/1.3.X: django/db/models tests/modeltests/invalid_models/invalid_models

2011-08-23 Thread noreply
Author: russellm Date: 2011-08-23 08:56:40 -0700 (Tue, 23 Aug 2011) New Revision: 16675 Modified: django/branches/releases/1.3.X/django/db/models/options.py django/branches/releases/1.3.X/tests/modeltests/invalid_models/invalid_models/models.py Log: [1.3.X] Fixed #16299 -- Ensure that unico

[Changeset] r16673 - in django/branches/releases/1.3.X: django/utils docs/topics tests/regressiontests/cache

2011-08-23 Thread noreply
Author: russellm Date: 2011-08-23 08:55:48 -0700 (Tue, 23 Aug 2011) New Revision: 16673 Modified: django/branches/releases/1.3.X/django/utils/cache.py django/branches/releases/1.3.X/docs/topics/cache.txt django/branches/releases/1.3.X/tests/regressiontests/cache/tests.py Log: [1.3.X] Fixe

Re: [Django] #15499: patch_cache_control should replace public/private setting if already set

2011-08-23 Thread Django
#15499: patch_cache_control should replace public/private setting if already set -+- Reporter: AndiDog| Owner: AndiDog Type: Bug| Status: closed M

Re: [Django] #10571: FakePayload Truncates Unicode Content

2011-08-23 Thread Django
#10571: FakePayload Truncates Unicode Content -+- Reporter: rwagner@… | Owner: nobody Type: Bug| Status: closed Milestone: 1.1| Compone

[Changeset] r16672 - in django/branches/releases/1.3.X: django/test tests/regressiontests/test_client_regress

2011-08-23 Thread noreply
Author: russellm Date: 2011-08-23 08:55:22 -0700 (Tue, 23 Aug 2011) New Revision: 16672 Modified: django/branches/releases/1.3.X/django/test/client.py django/branches/releases/1.3.X/tests/regressiontests/test_client_regress/models.py Log: [1.3.X] Fixed #10571 -- Factored out the payload enc

[Changeset] r16671 - in django/branches/releases/1.3.X: django/db/models/sql tests/regressiontests/queries

2011-08-23 Thread noreply
Author: russellm Date: 2011-08-23 08:54:45 -0700 (Tue, 23 Aug 2011) New Revision: 16671 Modified: django/branches/releases/1.3.X/django/db/models/sql/query.py django/branches/releases/1.3.X/tests/regressiontests/queries/tests.py Log: [1.3.X] Fixed #14876 -- Ensure that join promotion works c

Re: [Django] #14876: Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN

2011-08-23 Thread Django
#14876: Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN -+- Reporter: | Owner: oinopion simonpercivall | Status: closed

[Changeset] r16670 - django/trunk/tests/modeltests/invalid_models

2011-08-23 Thread noreply
Author: russellm Date: 2011-08-23 08:36:40 -0700 (Tue, 23 Aug 2011) New Revision: 16670 Modified: django/trunk/tests/modeltests/invalid_models/tests.py Log: Corrected the setup and teardown of the refactored invalid_models test so that it guarantees that stdout is restored, and purges all the

Re: [Django] #16683: Make ipv6 tests in regressiontests.admin_scripts.tests.ManageRunserver skippable if ipv6 support isn't present

2011-08-23 Thread Django
#16683: Make ipv6 tests in regressiontests.admin_scripts.tests.ManageRunserver skippable if ipv6 support isn't present +--- Reporter: bugs@…| Owner: nobody Type: Bug |

Re: [Django] #15729: Cache middleware issues after restart when using mod_wsgi with PyLibMC

2011-08-23 Thread Django
#15729: Cache middleware issues after restart when using mod_wsgi with PyLibMC -+- Reporter: jsdalton | Owner: nobody Type: Bug| Status: new Milesto

[Django] #16683: Make ipv6 tests in regressiontests.admin_scripts.tests.ManageRunserver skippable if ipv6 support isn't present

2011-08-23 Thread Django
#16683: Make ipv6 tests in regressiontests.admin_scripts.tests.ManageRunserver skippable if ipv6 support isn't present +--- Reporter: bugs@… | Owner: nobody Type: Bug | Status: new Milestone: | Compone

Re: [Django] #16458: Equality operator on django.db.models.Model not commutative

2011-08-23 Thread Django
#16458: Equality operator on django.db.models.Model not commutative -+- Reporter: | Owner: teraom freek.wiekmeijer@… | Status: assigned Type: B

Re: [Django] #6947: Auto increment field in sqlite

2011-08-23 Thread Django
#6947: Auto increment field in sqlite -+- Reporter: | Owner: nobody ctrochalakis | Status: closed Type: | Component: Dat

Re: [Django] #15099: ModelFormset.queryset requirement is too strict

2011-08-23 Thread Django
#15099: ModelFormset.queryset requirement is too strict + Reporter: Ciantic | Owner: nobody Type: Bug | Status: new Milestone:| Component: Forms

Re: [Django] #3055: GenericRelation should squawk if pointed to a model that doesn't have a GenericForeignKey on it

2011-08-23 Thread Django
#3055: GenericRelation should squawk if pointed to a model that doesn't have a GenericForeignKey on it -+- Reporter: panta@…| Owner: marcosmoyano Type: defect | Stat

Re: [Django] #13640: add_filter in django/db/models/ sql/query.py causes exception when model have 'evaluate' attribute

2011-08-23 Thread Django
#13640: add_filter in django/db/models/ sql/query.py causes exception when model have 'evaluate' attribute -+- Reporter: | Owner: tobias LukaszKorzybski| Status

Re: [Django] #6928: commit_on_success: Handle KeyboardInterrupt

2011-08-23 Thread Django
#6928: commit_on_success: Handle KeyboardInterrupt -+- Reporter: guettli| Owner: nobody Type: | Status: closed Uncategorized | Co

[Django] #16682: KeyboardInterrupt not handled properly in transaction aborting

2011-08-23 Thread Django
#16682: KeyboardInterrupt not handled properly in transaction aborting -+- Reporter: mtredinnick |Owner: nobody Type: Bug | Status: new Miles

Re: [Django] #16202: Localflavor support for Slovenia (si)

2011-08-23 Thread Django
#16202: Localflavor support for Slovenia (si) -+- Reporter: Jure | Owner: nobody Cuhalev | Status: reopened Type: New| Component: cont

Re: [Django] #13165: Display edit link beside add button for ForeignKey fields in admin

2011-08-23 Thread Django
#13165: Display edit link beside add button for ForeignKey fields in admin -+- Reporter: DrMeers| Owner: DrMeers Type: New| Status: reopened feature

Re: [Django] #16202: Localflavor support for Slovenia (si)

2011-08-23 Thread Django
#16202: Localflavor support for Slovenia (si) -+- Reporter: Jure | Owner: nobody Cuhalev | Status: reopened Type: New| Component: cont

Re: [Django] #15497: BooleanField should work for all PostgreSQL expressions

2011-08-23 Thread Django
#15497: BooleanField should work for all PostgreSQL expressions -+- Reporter: lsaffre| Owner: nobody Type: New| Status: new feature

Re: [Django] #16130: Add some information about admin media in staticfiles documentation

2011-08-23 Thread Django
#16130: Add some information about admin media in staticfiles documentation -+- Reporter: aroy | Owner: kman Type: | Status: closed Cleanup/optimization

Re: [Django] #16134: django.db.models.fields.Field instance can not be compared with None

2011-08-23 Thread Django
#16134: django.db.models.fields.Field instance can not be compared with None -+- Reporter: amcharg@… | Owner: nobody Type: Bug| Status: new Milestone

Re: [Django] #16678: Write tests for django.contrib.redirects

2011-08-23 Thread Django
#16678: Write tests for django.contrib.redirects -+- Reporter: julien | Owner: nobody Type: | Status: new Cleanup/optimization | Compone

Re: [Django] #16655: Silent error in ModelAdmin.list_display callables...

2011-08-23 Thread Django
#16655: Silent error in ModelAdmin.list_display callables... +--- Reporter: jedie | Owner: nobody Type: Bug | Status: new Milestone:| Compo