Re: [Django] #10426: Add a description of language environment variales to "How to use Django with Apache and mod_python" doc page

2009-03-08 Thread Django
#10426: Add a description of language environment variales to "How to use Django with Apache and mod_python" doc page +--- Reporter: daybreaker | Owner: nobody

Re: [Django] #10439: Test suite side-effects cause dateformat tests to fail

2009-03-08 Thread Django
#10439: Test suite side-effects cause dateformat tests to fail +--- Reporter: mtredinnick| Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #10439: Test suite side-effects cause dateformat tests to fail

2009-03-08 Thread Django
#10439: Test suite side-effects cause dateformat tests to fail +--- Reporter: mtredinnick| Owner: nobody Status: new| Milestone: Component: Uncategorized |

[Django] #10439: Test suite side-effects cause dateformat tests to fail

2009-03-08 Thread Django
#10439: Test suite side-effects cause dateformat tests to fail ---+ Reporter: mtredinnick| Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: SVN

Re: [Django] #10000: Django has too many open tickets

2009-03-08 Thread Django
#1: Django has too many open tickets -+-- Reporter: ubernostrum | Owner: nobody Status: closed | Milestone: Component: Core framework | Version: 1.

Re: [Django] #10436: Application names i18n in the admin app broken

2009-03-08 Thread Django
#10436: Application names i18n in the admin app broken ---+ Reporter: ramiro| Owner: ramiro Status: new | Mi

Re: [Django] #10000: Django has too many open tickets

2009-03-08 Thread Django
#1: Django has too many open tickets -+-- Reporter: ubernostrum | Owner: nobody Status: reopened| Milestone: Component: Core framework | Version: 1.

Re: [Django] #10438: Rowcount for updates not correct with MySQL

2009-03-08 Thread Django
#10438: Rowcount for updates not correct with MySQL ---+ Reporter: mtredinnick | Owner: nobody Status: new | Milestone: Component

Re: [Django] #10438: Rowcount for updates not correct with MySQL

2009-03-08 Thread Django
#10438: Rowcount for updates not correct with MySQL ---+ Reporter: mtredinnick | Owner: nobody Status: new | Milestone: Component

[Django] #10438: Rowcount for updates not correct with MySQL

2009-03-08 Thread Django
#10438: Rowcount for updates not correct with MySQL --+- Reporter: mtredinnick | Owner: nobody Status: new | Milestone: Component: Database layer (mode

[Changeset] r10008 - in django/trunk: . django/core/management/commands django/db/backends django/db/models docs/ref docs/ref/models tests/modeltests tests/modeltests/unmanaged_models

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 22:35:02 -0500 (Sun, 08 Mar 2009) New Revision: 10008 Added: django/trunk/tests/modeltests/unmanaged_models/ django/trunk/tests/modeltests/unmanaged_models/__init__.py django/trunk/tests/modeltests/unmanaged_models/models.py Modified: django/trunk/

[Changeset] r10007 - in django/trunk/docs: ref/models topics/db

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 22:33:54 -0500 (Sun, 08 Mar 2009) New Revision: 10007 Modified: django/trunk/docs/ref/models/fields.txt django/trunk/docs/topics/db/models.txt Log: Made a couple of cross-references in the model fields documentaiton consistent. Modified: django/trunk/do

[Changeset] r10006 - in django/trunk/docs: . _ext

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 20:37:17 -0500 (Sun, 08 Mar 2009) New Revision: 10006 Modified: django/trunk/docs/_ext/djangodocs.py django/trunk/docs/conf.py Log: Fixed #9436 -- Updated docs build code to create "new in development version". Patch from Marc Fargas. Modified: django/t

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

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 20:36:53 -0500 (Sun, 08 Mar 2009) New Revision: 10005 Modified: django/trunk/docs/topics/testing.txt Log: Changed a few versionadded doc directives from "development" to "1.1". Modified: django/trunk/docs/topics/testing.txt

Re: [Django] #10436: Application names i18n in the admin app broken

2009-03-08 Thread Django
#10436: Application names i18n in the admin app broken ---+ Reporter: ramiro| Owner: ramiro Status: new | Mi

Re: [Django] #10055: Documentation clarification to url lookups

2009-03-08 Thread Django
#10055: Documentation clarification to url lookups +--- Reporter: TLS| Owner: nobody Status: new| Milestone: 1.1 Component: Documentation | Ver

[Django] #10437: Typo in forms media docs

2009-03-08 Thread Django
#10437: Typo in forms media docs ---+ Reporter: msaelices | Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN Keywords:

Re: [Django] #9964: Transaction middleware closes the transaction only when it's marked as dirty

2009-03-08 Thread Django
#9964: Transaction middleware closes the transaction only when it's marked as dirty ---+ Reporter: ishirav | Owner: mtredinnick Status: assigned |

[Changeset] r10004 - in django/branches/releases/1.0.X/django: contrib/gis/db/backend contrib/gis/db/backend/postgis contrib/gis/tests/geoapp db/models db/models/sql

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 19:07:50 -0500 (Sun, 08 Mar 2009) New Revision: 10004 Added: django/branches/releases/1.0.X/django/contrib/gis/tests/geoapp/test_regress.py Modified: django/branches/releases/1.0.X/django/contrib/gis/db/backend/adaptor.py django/branches/releases/1.

[Changeset] r10003 - in django/trunk/django: contrib/gis/db/backend contrib/gis/db/backend/postgis contrib/gis/tests/geoapp db/models db/models/sql

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 19:03:03 -0500 (Sun, 08 Mar 2009) New Revision: 10003 Added: django/trunk/django/contrib/gis/tests/geoapp/test_regress.py Modified: django/trunk/django/contrib/gis/db/backend/adaptor.py django/trunk/django/contrib/gis/db/backend/postgis/adaptor.py

Re: [Django] #9946: Redundant wording in documentation

2009-03-08 Thread Django
#9946: Redundant wording in documentation +--- Reporter: taho...@gmail.com | Owner: nobody Status: new| Milestone: 1.1 Component: Documentation | Ve

Re: [Django] #10018: Small mistake in django.core.management.base.BaseCommand.__doc__

2009-03-08 Thread Django
#10018: Small mistake in django.core.management.base.BaseCommand.__doc__ +--- Reporter: dswistowski| Owner: nobody Status: new| Milestone: 1.1 Component:

Re: [Django] #10329: link "get_FOO_display()" in model field reference

2009-03-08 Thread Django
#10329: link "get_FOO_display()" in model field reference +--- Reporter: rctay | Owner: nobody Status: new| Milestone: 1.1 Component: Documentation

Re: [Django] #10203: Nicaragua LocalFlavor ticket

2009-03-08 Thread Django
#10203: Nicaragua LocalFlavor ticket -+-- Reporter: fitoria | Owner: nobody Status: new | Milestone:

Re: [Django] #9914: Code sample calls non-existant models.ManyToMany()

2009-03-08 Thread Django
#9914: Code sample calls non-existant models.ManyToMany() +--- Reporter: abackstrom | Owner: nobody Status: new| Milestone: 1.1 Component: Documentation

[Django] #10436: Application names i10n in the admin app broken

2009-03-08 Thread Django
#10436: Application names i10n in the admin app broken ---+ Reporter: ramiro | Owner: ramiro Status: new|

[Django] #10435: WSGI handler class cannot be overridden in runserver

2009-03-08 Thread Django
#10435: WSGI handler class cannot be overridden in runserver ---+ Reporter: trevor | Owner: nobody Status: new| Milestone: Component: django-admin.py r

Re: [Django] #10235: contrib.sitemaps doesn't support RequestSite

2009-03-08 Thread Django
#10235: contrib.sitemaps doesn't support RequestSite ---+ Reporter: arthurk | Owner: nobody Status: new | Milestone: Component: Contrib apps | Vers

Re: [Django] #8161: ManyToManyField with relation to self not saved in admin when using inheritance

2009-03-08 Thread Django
#8161: ManyToManyField with relation to self not saved in admin when using inheritance ---+ Reporter: Mathijs de Bruin | Owner: nobody

Re: [Django] #8161: ManyToManyField with relation to self not saved in admin when using inheritance

2009-03-08 Thread Django
#8161: ManyToManyField with relation to self not saved in admin when using inheritance ---+ Reporter: Mathijs de Bruin | Owner: nobody

[Changeset] r10002 - django/trunk/django/contrib/gis/maps/google

2009-03-08 Thread noreply
Author: jbronn Date: 2009-03-08 13:34:24 -0500 (Sun, 08 Mar 2009) New Revision: 10002 Modified: django/trunk/django/contrib/gis/maps/google/overlays.py Log: Fixed #10072 -- `GMarker` overlays now have `draggable` option. Thanks to prairiedogg for ticket and patch. Modified: django/trunk/dj

Re: [Django] #10411: Updates do not work with GeometryFields

2009-03-08 Thread Django
#10411: Updates do not work with GeometryFields ---+ Reporter: jbronn| Owner: mtredinnick Status: new | Milestone: 1.1 Component: GIS

Re: [Django] #5972: Use filters with {% trans %} tag - depends on #5971

2009-03-08 Thread Django
#5972: Use filters with {% trans %} tag - depends on #5971 --+- Reporter: Dmitri Fedortchenko | Owner: nobody Status: new | Milestone:

Re: [Django] #9626: Bug in Cache when calling has_key

2009-03-08 Thread Django
#9626: Bug in Cache when calling has_key ---+ Reporter: anonymous | Owner: nobody Status: closed| Milestone: 1.1

Re: [Django] #7270: selected_related() can not follow reverse relations of OneToOne.

2009-03-08 Thread Django
#7270: selected_related() can not follow reverse relations of OneToOne. ---+ Reporter: towjz...@hotmail.com | Owner: mtredinnick Status: new

Re: [Django] #9657: Model field reference - optional first positional argument not explained

2009-03-08 Thread Django
#9657: Model field reference - optional first positional argument not explained +--- Reporter: ziofunk| Owner: nobody Status: new| Milestone: 1.1 Component:

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

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 05:02:23 -0500 (Sun, 08 Mar 2009) New Revision: 10001 Modified: django/branches/releases/1.0.X/django/core/cache/backends/locmem.py Log: [1.0.X] Fixed #9626 -- Fixed a deletion race in the locmem cache. Backport of r9998 from trunk. Modified: django/branc

[Changeset] r10000 - in django/branches/releases/1.0.X: django/db/models/fields tests/regressiontests/file_storage

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 05:01:59 -0500 (Sun, 08 Mar 2009) New Revision: 1 Modified: django/branches/releases/1.0.X/django/db/models/fields/files.py django/branches/releases/1.0.X/tests/regressiontests/file_storage/models.py Log: [1.0.x] Fixed #9508 -- Added an appropriate F

[Changeset] r9999 - django/branches/releases/1.0.X/django/core/handlers

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 05:01:22 -0500 (Sun, 08 Mar 2009) New Revision: Modified: django/branches/releases/1.0.X/django/core/handlers/wsgi.py Log: [1.0.X] Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well. This is a defensive encoding fix. No functionality

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

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 04:59:43 -0500 (Sun, 08 Mar 2009) New Revision: 9998 Modified: django/trunk/django/core/cache/backends/locmem.py Log: Fixed #9626 -- Fixed a deletion race in the locmem cache. Modified: django/trunk/django/core/cache/backends/locmem.py

[Changeset] r9997 - in django/trunk: django/db/models/fields tests/regressiontests/file_storage

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 04:59:17 -0500 (Sun, 08 Mar 2009) New Revision: 9997 Modified: django/trunk/django/db/models/fields/files.py django/trunk/tests/regressiontests/file_storage/models.py Log: Fixed #9508 -- Added an appropriate FileField.__hash__ implementation. Required b

[Changeset] r9996 - django/trunk/django/core/handlers

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 04:58:40 -0500 (Sun, 08 Mar 2009) New Revision: 9996 Modified: django/trunk/django/core/handlers/wsgi.py Log: Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well. This is a defensive encoding fix. No functionality change for correct URLs. P

Re: [Django] #9626: Bug in Cache when calling has_key

2009-03-08 Thread Django
#9626: Bug in Cache when calling has_key ---+ Reporter: anonymous | Owner: nobody Status: new | Milestone: 1.1

[Changeset] r9995 - in django/branches/releases/1.0.X: django/conf tests/regressiontests tests/regressiontests/app_loading tests/regressiontests/app_loading/parent tests/regressiontests/app_loading/pa

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 04:41:37 -0500 (Sun, 08 Mar 2009) New Revision: 9995 Added: django/branches/releases/1.0.X/tests/regressiontests/app_loading/ django/branches/releases/1.0.X/tests/regressiontests/app_loading/__init__.py django/branches/releases/1.0.X/tests/regressiont

[Changeset] r9994 - in django/trunk: django/conf tests/regressiontests tests/regressiontests/app_loading tests/regressiontests/app_loading/parent tests/regressiontests/app_loading/parent/app tests/reg

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 04:39:48 -0500 (Sun, 08 Mar 2009) New Revision: 9994 Added: django/trunk/tests/regressiontests/app_loading/ django/trunk/tests/regressiontests/app_loading/__init__.py django/trunk/tests/regressiontests/app_loading/models.py django/trunk/tests/regre

[Changeset] r9993 - django/branches/releases/1.0.X/django/core/files

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 04:33:14 -0500 (Sun, 08 Mar 2009) New Revision: 9993 Modified: django/branches/releases/1.0.X/django/core/files/uploadhandler.py Log: [1.0.X] Fixed #9399 -- Added StopFutureHandlers to export list in file handling. Thanks, George Vilches. Backport of r999

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

2009-03-08 Thread noreply
Author: mtredinnick Date: 2009-03-08 04:31:30 -0500 (Sun, 08 Mar 2009) New Revision: 9992 Modified: django/trunk/django/core/files/uploadhandler.py Log: Fixed #9399 -- Added StopFutureHandlers to export list in file handling. Thanks, George Vilches. Modified: django/trunk/django/core/files/u

Re: [Django] #9399: Missing StopFutureHandlers in core/files/uploadhandler.py, __all__

2009-03-08 Thread Django
#9399: Missing StopFutureHandlers in core/files/uploadhandler.py, __all__ -+-- Reporter: gav | Owner: nobody Status: new | Milestone: 1.1

Re: [Django] #10427: Bound field needs an easy way to get form value

2009-03-08 Thread Django
#10427: Bound field needs an easy way to get form value ---+ Reporter: toxik | Owner: nobody Status: reopened | Milestone: Component: Forms |

Re: [Django] #10427: Bound field needs an easy way to get form value

2009-03-08 Thread Django
#10427: Bound field needs an easy way to get form value ---+ Reporter: toxik | Owner: nobody Status: reopened | Milestone: Component: Forms |