Re: [Django] #3615: Can't define forward references in fixtures using MySQL with InnoDB

2011-06-29 Thread Django
#3615: Can't define forward references in fixtures using MySQL with InnoDB -+- Reporter: russellm | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #3615: Can't define forward references in fixtures using MySQL with InnoDB

2011-06-29 Thread Django
#3615: Can't define forward references in fixtures using MySQL with InnoDB -+- Reporter: russellm | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #3615: Can't define forward references in fixtures using MySQL with InnoDB

2011-06-29 Thread Django
#3615: Can't define forward references in fixtures using MySQL with InnoDB -+- Reporter: russellm | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #16376: [oracle] Support for database links

2011-06-29 Thread Django
#16376: [oracle] Support for database links -+- Reporter: | Owner: nobody stephane.benchimol@… | Status: new Type: New| Component:

Re: [Django] #16361: IGNORABLE_404 functionality should respect APPEND_SLASH setting

2011-06-29 Thread Django
#16361: IGNORABLE_404 functionality should respect APPEND_SLASH setting +--- Reporter: Leo | Owner: nobody Type: Bug | Status: new Milestone:

[Django] #16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.

2011-06-29 Thread Django
#16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al. ---+- Reporter: PaulM | Owner: nobody Type: Bug| Status: new Milestone: 1.4| Component: Core (Cache system) Version: 1.3

[Django] #16377: "Conditionally disabling actions" documentation needs updating

2011-06-29 Thread Django
#16377: "Conditionally disabling actions" documentation needs updating --+--- Reporter: pgullekson@… | Owner: nobody Type: Cleanup/optimization | Status: new Milestone:|

Re: [Django] #11305: Support for "Conditional Aggregates"

2011-06-29 Thread Django
#11305: Support for "Conditional Aggregates" -+- Reporter: bendavis78 | Owner: Type: New feature| Status: new Milestone: |

Re: [Django] #16375: PEP 0263 for generated project and apps

2011-06-29 Thread Django
#16375: PEP 0263 for generated project and apps -+- Reporter: wildfire | Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #16361: IGNORABLE_404 functionality should respect APPEND_SLASH setting

2011-06-29 Thread Django
#16361: IGNORABLE_404 functionality should respect APPEND_SLASH setting +--- Reporter: Leo | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16368: Custom sites model overridden by contrib.sites.model.Site

2011-06-29 Thread Django
#16368: Custom sites model overridden by contrib.sites.model.Site -+- Reporter: | Owner: nobody briehan.lombaard@… | Status: new Type: Bug

Re: [Django] #16366: contrib.auth.tests.context_processors.AuthContextProcessorTests.test_session_not_accessed fails when project loads other middleware that access the session.

2011-06-29 Thread Django
#16366: contrib.auth.tests.context_processors.AuthContextProcessorTests.test_session_not_accessed fails when project loads other middleware that access the session. --+-- Reporter: jsdalton| Owner:

Re: [Django] #11305: Support for "Conditional Aggregates"

2011-06-29 Thread Django
#11305: Support for "Conditional Aggregates" -+- Reporter: bendavis78 | Owner: Type: New feature| Status: new Milestone: |

[Django] #16376: [oracle] Support for database links

2011-06-29 Thread Django
#16376: [oracle] Support for database links +-- Reporter: | Owner: nobody stephane.benchimol@… | Status: new Type: New feature | Component: Database layer (models,

Re: [Django] #16375: PEP 0263 for generated project and apps

2011-06-29 Thread Django
#16375: PEP 0263 for generated project and apps -+- Reporter: wildfire | Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #16364: Missing tests for #14731

2011-06-29 Thread Django
#16364: Missing tests for #14731 --+- Reporter: jezdez | Owner: chipx86 Type: Bug | Status: new Milestone: | Component:

Re: [Django] #16368: Custom sites model overridden by contrib.sites.model.Site

2011-06-29 Thread Django
#16368: Custom sites model overridden by contrib.sites.model.Site -+- Reporter: | Owner: nobody briehan.lombaard@… | Status: new Type: Bug

[Django] #16375: PEP 0263 for generated project and apps

2011-06-29 Thread Django
#16375: PEP 0263 for generated project and apps --+-- Reporter: wildfire | Owner: nobody Type: Cleanup/optimization | Status: new Milestone:| Component: Core (Other)

Re: [Django] #11115: overriding change_list.html causes 'maximum recursion depth exceeded' exceptin

2011-06-29 Thread Django
#5: overriding change_list.html causes 'maximum recursion depth exceeded' exceptin -+- Reporter: | Owner: nobody margieroginski@… | Status: closed

Re: [Django] #14904: TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres

2011-06-29 Thread Django
#14904: TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres -+- Reporter: jorn | Owner: nobody Type: Bug| Status:

Re: [Django] #16232: Modifiable attribues on GeoAdmin class documentation are exact opposite of true functionality

2011-06-29 Thread Django
#16232: Modifiable attribues on GeoAdmin class documentation are exact opposite of true functionality -+ Reporter: anonymous | Owner: nobody Type: Bug|

[Changeset] r16486 - django/branches/releases/1.3.X/docs/ref/contrib/gis

2011-06-29 Thread noreply
Author: jbronn Date: 2011-06-29 09:40:31 -0700 (Wed, 29 Jun 2011) New Revision: 16486 Modified: django/branches/releases/1.3.X/docs/ref/contrib/gis/admin.txt Log: [1.3.X] Fixed #16232 -- Corrected typo in geographic admin reference. Thanks, Issac Kelly. Backport of r16484 from trunk.

[Django] #16374: ExceptionReporter may re-evaluate error-causing queryset, leading to a later DatabaseError that masks the original one

2011-06-29 Thread Django
#16374: ExceptionReporter may re-evaluate error-causing queryset, leading to a later DatabaseError that masks the original one -+- Reporter: aaron| Owner: nobody Type: Bug

[Django] #16373: Django admin templates trigger a DeprecationWarning

2011-06-29 Thread Django
#16373: Django admin templates trigger a DeprecationWarning --+--- Reporter: slinkp| Owner: nobody Type: Cleanup/optimization | Status: new Milestone:| Component:

[Changeset] r16485 - django/trunk/django/http

2011-06-29 Thread noreply
Author: lukeplant Date: 2011-06-29 08:12:48 -0700 (Wed, 29 Jun 2011) New Revision: 16485 Modified: django/trunk/django/http/__init__.py Log: Fixed our SimpleCookie overriding and use to be compatible with a (potential) stdlib SimpleCookie that fixes http://bugs.python.org/issue2193 The

[Django] #16372: TransactionTestCase doesn't count skipped cases in test result.

2011-06-29 Thread Django
#16372: TransactionTestCase doesn't count skipped cases in test result. +--- Reporter: zimnyx | Owner: nobody Type: Bug | Status: new Milestone: | Component: Testing framework Version: SVN |

Re: [Django] #11665: django.test.TestCase should flush constraints

2011-06-29 Thread Django
#11665: django.test.TestCase should flush constraints +--- Reporter: Glenn | Owner: Type: Bug | Status: new Milestone:| Component:

Re: [Django] #11665: django.test.TestCase should flush constraints

2011-06-29 Thread Django
#11665: django.test.TestCase should flush constraints +--- Reporter: Glenn | Owner: Type: Bug | Status: new Milestone:| Component:

[Changeset] r16484 - django/trunk/docs/ref/contrib/gis

2011-06-29 Thread noreply
Author: jbronn Date: 2011-06-29 06:52:27 -0700 (Wed, 29 Jun 2011) New Revision: 16484 Modified: django/trunk/docs/ref/contrib/gis/admin.txt Log: Fixed #16232 -- Corrected typo in geographic admin reference. Thanks, Issac Kelly. Modified: django/trunk/docs/ref/contrib/gis/admin.txt

Re: [Django] #16361: IGNORABLE_404 functionality should respect APPEND_SLASH setting

2011-06-29 Thread Django
#16361: IGNORABLE_404 functionality should respect APPEND_SLASH setting +--- Reporter: Leo | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #15648: [Feature request] NamedTupleQuerySet

2011-06-29 Thread Django
#15648: [Feature request] NamedTupleQuerySet -+- Reporter: pbagwl | Owner: paulmillr Type: New| Status: assigned feature|

Re: [Django] #15863: SimpleCookies are not correctly serialized with the file or database cache backends

2011-06-29 Thread Django
#15863: SimpleCookies are not correctly serialized with the file or database cache backends +- Reporter: rakuco| Owner: PaulM Type: Bug | Status: assigned

[Django] #16370: All ManyToMany field get a default message which is not overridable

2011-06-29 Thread Django
#16370: All ManyToMany field get a default message which is not overridable --+-- Reporter: wildfire | Owner: nobody Type: Bug | Status: new Milestone:| Component: Database layer

Re: [Django] #16361: IGNORABLE_404 functionality should respect APPEND_SLASH setting

2011-06-29 Thread Django
#16361: IGNORABLE_404 functionality should respect APPEND_SLASH setting +--- Reporter: Leo | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16285: Remove a misleading comment from the signing code

2011-06-29 Thread Django
#16285: Remove a misleading comment from the signing code -+- Reporter: PaulM | Owner: nobody Type: | Status: closed Cleanup/optimization |

[Django] #16369: Remove a misleading comment from the signing documentation

2011-06-29 Thread Django
#16369: Remove a misleading comment from the signing documentation --+--- Reporter: mitsuhiko | Owner: nobody Type: Cleanup/optimization | Status: new Milestone: 1.4 |

Re: [Django] #16285: Remove a misleading comment from the signing code

2011-06-29 Thread Django
#16285: Remove a misleading comment from the signing code -+- Reporter: PaulM | Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #16364: Missing tests for #14731

2011-06-29 Thread Django
#16364: Missing tests for #14731 --+- Reporter: jezdez | Owner: nobody Type: Bug | Status: new Milestone: | Component:

Re: [Django] #16364: Missing tests for #14731

2011-06-29 Thread Django
#16364: Missing tests for #14731 --+- Reporter: jezdez | Owner: nobody Type: Bug | Status: new Milestone: | Component:

Re: [Django] #16364: Missing tests for #14731

2011-06-29 Thread Django
#16364: Missing tests for #14731 --+- Reporter: jezdez | Owner: nobody Type: Bug | Status: new Milestone: | Component:

Re: [Django] #15785: HttpRequest.read(NUM_BYTES) can read beyond the end of wsgi.input stream. (Violation of WSGI spec & under-defined behaviour)

2011-06-29 Thread Django
#15785: HttpRequest.read(NUM_BYTES) can read beyond the end of wsgi.input stream. (Violation of WSGI spec & under-defined behaviour) -+- Reporter: | Owner: tomchristie tomchristie

Re: [Django] #9249: Google Analytics' Cookies break CacheMiddleware when SessionMiddleware turns on Vary: Cookie

2011-06-29 Thread Django
#9249: Google Analytics' Cookies break CacheMiddleware when SessionMiddleware turns on Vary: Cookie ---+--- Reporter: pixelcort| Owner: vvd Type: New feature | Status:

Re: [Django] #16368: Custom sites model overridden by contrib.sites.model.Site

2011-06-29 Thread Django
#16368: Custom sites model overridden by contrib.sites.model.Site -+- Reporter: | Owner: nobody briehan.lombaard@… | Status: new Type: Bug

[Django] #16368: Custom sites model overridden by contrib.sites.model.Site

2011-06-29 Thread Django
#16368: Custom sites model overridden by contrib.sites.model.Site +--- Reporter: briehan.lombaard@… | Owner: nobody Type: Bug | Status: new Milestone: | Component: