Re: [Django] #15372: manage.py adds to sys.path and forcibly imports the parent dir of the settings module (was: Django modifies the module name while importing it.)

2011-10-08 Thread Django
#15372: manage.py adds to sys.path and forcibly imports the parent dir of the settings module -+- Reporter: Jorge Vargas |Owner: russellm | Status: reop

[Django] #17022: createsuperuser / get_default_username fail on systems without default locale encoding

2011-10-08 Thread Django
#17022: createsuperuser / get_default_username fail on systems without default locale encoding -+ Reporter: ptone| Owner: nobody Type: Bug | Status: new Component: contrib.auth |Vers

Re: [Django] #11670: Minor limitation using fields named 'year' in related searches.

2011-10-08 Thread Django
#11670: Minor limitation using fields named 'year' in related searches. -+- Reporter: andy@… |Owner: Type: Bug | Status: new Component:

Re: [Django] #3591: add support for custom app_label and verbose_name

2011-10-08 Thread Django
#3591: add support for custom app_label and verbose_name -+- Reporter: jkocherhans |Owner: adrian Type: New feature | Status: reopened Component: Co

Re: [Django] #16360: Add a standard entrypoint for WSGI to project template

2011-10-08 Thread Django
#16360: Add a standard entrypoint for WSGI to project template --+ Reporter: jezdez|Owner: nobody Type: New feature | Status: new Component: Core (Other) |

[Changeset] r16946 - django/trunk/django/conf

2011-10-08 Thread noreply
Author: carljm Date: 2011-10-08 12:23:37 -0700 (Sat, 08 Oct 2011) New Revision: 16946 Modified: django/trunk/django/conf/global_settings.py Log: Fixed #16873 - Added dummy database backend in default settings, so that just importing django.db doesn't trigger ImproperlyConfigured if there is no

Re: [Django] #16873: removal of deprecated settings.DATABASE code causes shell scripts to raise ImproperlyConfigured

2011-10-08 Thread Django
#16873: removal of deprecated settings.DATABASE code causes shell scripts to raise ImproperlyConfigured -+- Reporter: ptone|Owner: ptone Type: Bug |

[Django] #17021: views.generic.create_update.lo okup_object uses .objects instead of the default manager

2011-10-08 Thread Django
#17021: views.generic.create_update.lo okup_object uses .objects instead of the default manager ---+ Reporter: salgado| Owner: nobody Type: Bug| Status: new Component: Generic views |Version: 1

[Changeset] r16945 - django/trunk/docs/ref/models

2011-10-08 Thread noreply
Author: lukeplant Date: 2011-10-08 11:07:30 -0700 (Sat, 08 Oct 2011) New Revision: 16945 Modified: django/trunk/docs/ref/models/querysets.txt Log: Fixed some ReST errors in docs. Modified: django/trunk/docs/ref/models/querysets.txt ==

Re: [Django] #9371: Fixtures combined with inherited models causing constraint violations/possible double entry of data

2011-10-08 Thread Django
#9371: Fixtures combined with inherited models causing constraint violations/possible double entry of data --+ Reporter: terpsquared |Owner: nobody Type: Bug |

Re: [Django] #5524: Cleaned form data should not be deleted if other data is invalid.

2011-10-08 Thread Django
#5524: Cleaned form data should not be deleted if other data is invalid. -+ Reporter: __hawkeye__ |Owner: Type: Bug | Status: new Component: Forms|

Re: [Django] #5524: Cleaned form data should not be deleted if other data is invalid.

2011-10-08 Thread Django
#5524: Cleaned form data should not be deleted if other data is invalid. -+ Reporter: __hawkeye__ |Owner: Type: Bug | Status: new Component: Forms|

Re: [Django] #15053: Make templates more reusable by Improving template loading algorithm to avoid extending infinite recursion

2011-10-08 Thread Django
#15053: Make templates more reusable by Improving template loading algorithm to avoid extending infinite recursion -+ Reporter: pmartin |Owner: nobody Type: New feature |

[Changeset] r16944 - in django/trunk/django: contrib/contenttypes db/models/fields

2011-10-08 Thread noreply
Author: lukeplant Date: 2011-10-08 06:50:29 -0700 (Sat, 08 Oct 2011) New Revision: 16944 Modified: django/trunk/django/contrib/contenttypes/generic.py django/trunk/django/db/models/fields/related.py Log: More efficient IN clauses for prefetch_related queries by use of sets to eliminate dupl

Re: [Django] #11670: Minor limitation using fields named 'year' in related searches.

2011-10-08 Thread Django
#11670: Minor limitation using fields named 'year' in related searches. -+- Reporter: andy@… |Owner: Type: Bug | Status: new Component:

Re: [Django] #11670: Minor limitation using fields named 'year' in related searches.

2011-10-08 Thread Django
#11670: Minor limitation using fields named 'year' in related searches. -+- Reporter: andy@… |Owner: Type: Bug | Status: new Component:

[Changeset] r16943 - django/trunk/tests/regressiontests/settings_tests

2011-10-08 Thread noreply
Author: julien Date: 2011-10-08 04:36:05 -0700 (Sat, 08 Oct 2011) New Revision: 16943 Modified: django/trunk/tests/regressiontests/settings_tests/tests.py Log: Made the tests introduced in r16942 use old-style class decoration to run with Python < 2.6. Modified: django/trunk/tests/regressiont

Re: [Django] #17017: Localization for en_GB is incorrect

2011-10-08 Thread Django
#17017: Localization for en_GB is incorrect --+ Reporter: mcginness.s@… |Owner: nobody Type: Uncategorized | Status: new Component: Internationalizati

Re: [Django] #17011: Recursion error in TestCase class decorated by override_settings when overriding method on parent class and calling parent method

2011-10-08 Thread Django
#17011: Recursion error in TestCase class decorated by override_settings when overriding method on parent class and calling parent method ---+ Reporter: jsdalton |Owner: nobody Type: B

[Changeset] r16942 - in django/trunk: django/test docs/topics tests/regressiontests/settings_tests

2011-10-08 Thread noreply
Author: carljm Date: 2011-10-08 01:16:17 -0700 (Sat, 08 Oct 2011) New Revision: 16942 Modified: django/trunk/django/test/utils.py django/trunk/docs/topics/testing.txt django/trunk/tests/regressiontests/settings_tests/tests.py Log: Fixed #17011 - Made override_settings modify a decorated c

Re: [Django] #17016: File uploading documentation leaves out the easiest method for saving a file with a model

2011-10-08 Thread Django
#17016: File uploading documentation leaves out the easiest method for saving a file with a model ---+ Reporter: tim.saylor@… |Owner: nobody Type: New feature| Status: new

Re: [Django] #17011: Recursion error in TestCase class decorated by override_settings when overriding method on parent class and calling parent method

2011-10-08 Thread Django
#17011: Recursion error in TestCase class decorated by override_settings when overriding method on parent class and calling parent method ---+ Reporter: jsdalton |Owner: nobody Type: B

Re: [Django] #17020: Error in Tests: Causes a TemplateNotFound Exception

2011-10-08 Thread Django
#17020: Error in Tests: Causes a TemplateNotFound Exception --+ Reporter: dstufft |Owner: nobody Type: Bug | Status: new Component: contrib.messag

Re: [Django] #17002: ManyToManyField through a model which extends some other model

2011-10-08 Thread Django
#17002: ManyToManyField through a model which extends some other model -+- Reporter: mitar|Owner: nobody Type: Bug | Status: new Compo

Re: [Django] #17002: ManyToManyField through a model which extends some other model

2011-10-08 Thread Django
#17002: ManyToManyField through a model which extends some other model -+- Reporter: mitar|Owner: nobody Type: Bug | Status: new Compo

Re: [Django] #17017: Localization for en_GB is incorrect

2011-10-08 Thread Django
#17017: Localization for en_GB is incorrect --+ Reporter: mcginness.s@… |Owner: nobody Type: Uncategorized | Status: new Component: Internationalizati