Re: [Django] #17460: add KEY to HIDDEN_SETTINGS regexp

2011-12-25 Thread Django
#17460: add KEY to HIDDEN_SETTINGS regexp -+- Reporter: daenney |Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #17437: Static file finder are styled as finders.AppDirectoriesFinder while template loaders are styled as loaders.app_directories.Loader

2011-12-25 Thread Django
#17437: Static file finder are styled as finders.AppDirectoriesFinder while template loaders are styled as loaders.app_directories.Loader -+- Reporter: anonymous|Owner: nobody Typ

Re: [Django] #17461: Document presumed order of foreign keys on intermediate M2M model (was: Need more document for defining a many-to-many relationship from a model to itself and using an intermediar

2011-12-25 Thread Django
#17461: Document presumed order of foreign keys on intermediate M2M model --+ Reporter: flytwokites@… |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #16891: [patch] Delete/update should return number of rows modified

2011-12-25 Thread Django
#16891: [patch] Delete/update should return number of rows modified -+- Reporter: estebistec |Owner: Type: New feature | estebistec Component: Database layer |

Re: [Django] #159: Circular logout problem

2011-12-25 Thread Django
#159: Circular logout problem ---+-- Reporter: Manuzhai |Owner: ashchristopher Type: Bug| Status: assigned Component: contrib.admin |

Re: [Django] #10809: mod_wsgi authentication handler

2011-12-25 Thread Django
#10809: mod_wsgi authentication handler -+- Reporter: baumer1122 |Owner: Type: New feature | davidfischer Component: contrib.auth | Status:

Re: [Django] #159: Circular logout problem

2011-12-25 Thread Django
#159: Circular logout problem ---+-- Reporter: Manuzhai |Owner: ashchristopher Type: Bug| Status: assigned Component: contrib.admin |

[Django] #17463: timezones tests fail on Windows

2011-12-25 Thread Django
#17463: timezones tests fail on Windows ---+ Reporter: kmtracey | Owner: nobody Type: Bug | Status: new Component: Core (Other) |Ver

[Changeset] r17276 - django/trunk/django/contrib/staticfiles

2011-12-25 Thread noreply
Author: kmtracey Date: 2011-12-25 11:44:20 -0800 (Sun, 25 Dec 2011) New Revision: 17276 Modified: django/trunk/django/contrib/staticfiles/storage.py Log: Fixed #17462: Adjusted staticfiles CachedFilesMixin code so its tests pass on Windows. Modified: django/trunk/django/contrib/staticfiles/s

Re: [Django] #17462: TestCollectionCachedStorage errors & failure on Windows

2011-12-25 Thread Django
#17462: TestCollectionCachedStorage errors & failure on Windows -+- Reporter: kmtracey |Owner: kmtracey Type: Bug | Status: closed Compone

[Django] #17462: TestCollectionCachedStorage errors & failure on Windows

2011-12-25 Thread Django
#17462: TestCollectionCachedStorage errors & failure on Windows ---+-- Reporter: kmtracey | Owner: kmtracey Type: Bug | Status: new C

[Changeset] r17275 - django/trunk/tests

2011-12-25 Thread noreply
Author: kmtracey Date: 2011-12-25 10:53:29 -0800 (Sun, 25 Dec 2011) New Revision: 17275 Modified: django/trunk/tests/runtests.py Log: Fixed deletion of the runtests temp tree to work on Windows even when the tree contains non-ASCII filenames. Modified: django/trunk/tests/runtests.py

Re: [Django] #16978: Related models cannot have split() method

2011-12-25 Thread Django
#16978: Related models cannot have split() method -+- Reporter: mitar|Owner: ojii Type: Bug | Status: new Component: Database layer

Re: [Django] #16978: Related models cannot have split() method

2011-12-25 Thread Django
#16978: Related models cannot have split() method -+- Reporter: mitar|Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #16978: Related models cannot have split() method

2011-12-25 Thread Django
#16978: Related models cannot have split() method -+- Reporter: mitar|Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #16978: Related models cannot have split() method

2011-12-25 Thread Django
#16978: Related models cannot have split() method -+- Reporter: mitar|Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #16978: Related models cannot have split() method

2011-12-25 Thread Django
#16978: Related models cannot have split() method -+- Reporter: mitar|Owner: ojii Type: Bug | Status: new Component: Database layer

Re: [Django] #17458: Http404 untranslatable strings

2011-12-25 Thread Django
#17458: Http404 untranslatable strings --+ Reporter: claudep |Owner: nobody Type: Bug | Status: new Component: Internationalization |

Re: [Django] #17455: CachedFilesMixin fails when postprocessing files with url('data:*')

2011-12-25 Thread Django
#17455: CachedFilesMixin fails when postprocessing files with url('data:*') -+- Reporter: tkaemming|Owner: jezdez Type: Bug | Status: new

Re: [Django] #17455: CachedFilesMixin fails when postprocessing files with url('data:*')

2011-12-25 Thread Django
#17455: CachedFilesMixin fails when postprocessing files with url('data:*') -+- Reporter: tkaemming|Owner: jezdez Type: Bug | Status: new

Re: [Django] #17437: Static file finder are styled as finders.AppDirectoriesFinder while template loaders are styled as loaders.app_directories.Loader

2011-12-25 Thread Django
#17437: Static file finder are styled as finders.AppDirectoriesFinder while template loaders are styled as loaders.app_directories.Loader -+- Reporter: anonymous|Owner: nobody Typ

Re: [Django] #17437: Static file finder are styled as finders.AppDirectoriesFinder while template loaders are styled as loaders.app_directories.Loader

2011-12-25 Thread Django
#17437: Static file finder are styled as finders.AppDirectoriesFinder while template loaders are styled as loaders.app_directories.Loader -+- Reporter: anonymous|Owner: nobody Typ

[Changeset] r17274 - in django/trunk: django/db tests/regressiontests/backends

2011-12-25 Thread noreply
Author: jezdez Date: 2011-12-25 05:24:39 -0800 (Sun, 25 Dec 2011) New Revision: 17274 Modified: django/trunk/django/db/utils.py django/trunk/tests/regressiontests/backends/tests.py Log: Fixed #17047 -- Improved django.db.utils.load_backend to raise a better exception when using a unqualifie

Re: [Django] #17047: django.db.utils.load_backend gives confusing error for unqualified db backend name

2011-12-25 Thread Django
#17047: django.db.utils.load_backend gives confusing error for unqualified db backend name -+- Reporter: carljm |Owner: ojii Type: Bug | Stat

Re: [Django] #16978: Related models cannot have split() method

2011-12-25 Thread Django
#16978: Related models cannot have split() method -+- Reporter: mitar|Owner: ojii Type: Bug | Status: new Component: Database layer

Re: [Django] #17047: django.db.utils.load_backend gives confusing error for unqualified db backend name

2011-12-25 Thread Django
#17047: django.db.utils.load_backend gives confusing error for unqualified db backend name -+- Reporter: carljm |Owner: ojii Type: Bug | Stat

Re: [Django] #17047: django.db.utils.load_backend gives confusing error for unqualified db backend name

2011-12-25 Thread Django
#17047: django.db.utils.load_backend gives confusing error for unqualified db backend name -+- Reporter: carljm |Owner: ojii Type: Bug | Stat

[Changeset] r17273 - in django/trunk: django/utils tests/regressiontests/utils

2011-12-25 Thread noreply
Author: jezdez Date: 2011-12-25 04:47:13 -0800 (Sun, 25 Dec 2011) New Revision: 17273 Modified: django/trunk/django/utils/archive.py django/trunk/tests/regressiontests/utils/crypto.py Log: Fixed a few tests to run on Python 2.5. Thanks, Florian Apolloner. Modified: django/trunk/django/utils

[Django] #17461: Need more document for defining a many-to-many relationship from a model to itself and using an intermediary model

2011-12-25 Thread Django
#17461: Need more document for defining a many-to-many relationship from a model to itself and using an intermediary model ---+ Reporter: flytwokites@… | Owner: nobody Type: Uncategorized | Status: new Component: Doc

Re: [Django] #159: Circular logout problem

2011-12-25 Thread Django
#159: Circular logout problem ---+-- Reporter: Manuzhai |Owner: ashchristopher Type: Bug| Status: assigned Component: contrib.admin |

Re: [Django] #17373: jQuery forward compatibility: TabularInline with extra = 0: "Add another" wraps in instead of inside of

2011-12-25 Thread Django
#17373: jQuery forward compatibility: TabularInline with extra = 0: "Add another" wraps in instead of inside of ---+-- Reporter: jpic |Owner: nobody Type: Bug|