[Django] #2375: Let email template be variable for password reset

2006-07-18 Thread Django
#2375: Let email template be variable for password reset +--- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: enhancement | Status: new Priority: normal | Milestone:

Re: [Django] #2256: queryset.count() drops LIMIT/OFFSET information

2006-07-18 Thread Django
#2256: queryset.count() drops LIMIT/OFFSET information -+-- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: new Priority: normal |Milestone:

Re: [Django] #1706: Admin interface munging overquoted data

2006-07-18 Thread Django
#1706: Admin interface munging overquoted data --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect| Status: closed Priority: normal

Re: [Django] #1512: Paginator still uses old api style in magic removal version

2006-07-18 Thread Django
#1512: Paginator still uses old api style in magic removal version -+-- Reporter: the_deco |Owner: adrian Type: enhancement | Status: closed Priority: normal |M

[Changeset] r3372 - django/trunk/django/db/models/fields

2006-07-18 Thread noreply
Author: russellm Date: 2006-07-19 00:50:33 -0500 (Wed, 19 Jul 2006) New Revision: 3372 Modified: django/trunk/django/db/models/fields/__init__.py Log: Modified BooleanField's to_python method to play nice with encode()ed strings. Modified: django/trunk/django/db/models/fields/__init__.py

Re: [Django] #2333: Add unit test framework for end-user Django applications

2006-07-18 Thread Django
#2333: Add unit test framework for end-user Django applications ---+ Reporter: russellm |Owner: russellm Type: enhancement| Status: new Priority: normal |Mileston

Re: [Django] #1077: BoundField class doesn't have "original_url" method, used in file widget in Admin

2006-07-18 Thread Django
#1077: BoundField class doesn't have "original_url" method, used in file widget in Admin -+-- Reporter: Yango|Owner: adrian Type: defect | Status: closed Priority: normal

Re: [Django] #984: list_display and the repr-to-str change

2006-07-18 Thread Django
#984: list_display and the repr-to-str change -+-- Reporter: hugo |Owner: adrian Type: defect | Status: closed Priority: normal |Milestone: Component: Admin

Re: [Django] #944: allow app to specify a template for login/logout screens

2006-07-18 Thread Django
#944: allow app to specify a template for login/logout screens -+-- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: closed Priority: normal |Milestone:

[Changeset] r3371 - django/trunk/django/db/models/fields

2006-07-18 Thread noreply
Author: russellm Date: 2006-07-18 23:17:24 -0500 (Tue, 18 Jul 2006) New Revision: 3371 Modified: django/trunk/django/db/models/fields/__init__.py Log: Modified to_python method for BooleanField so that the to_python(str(bool_val)) round trip works. This was causing problems with the serialize

Re: [Django] #2230: Creating tables under MySQL4.1 fails if constraint names are not unique

2006-07-18 Thread Django
#2230: Creating tables under MySQL4.1 fails if constraint names are not unique ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: closed Priority: normal

Re: [Django] #698: Exceptions thrown after CONTROL-C typed to stop test web server.

2006-07-18 Thread Django
#698: Exceptions thrown after CONTROL-C typed to stop test web server. -+-- Reporter: Tekhne |Owner: adrian Type: defect | Status: closed Priority: normal |Miles

Re: [Django] #2257: syncdb should generate unique constraint names with hashes

2006-07-18 Thread Django
#2257: syncdb should generate unique constraint names with hashes -+-- Reporter: [EMAIL PROTECTED] |Owner: mtredinnick Type: defect | Status: new Priority: normal |M

[Changeset] r3370 - django/branches/multiple-db-support/django/db/models

2006-07-18 Thread noreply
Author: jpellerin Date: 2006-07-18 21:46:18 -0500 (Tue, 18 Jul 2006) New Revision: 3370 Modified: django/branches/multiple-db-support/django/db/models/query.py Log: [multi-db] Began updating models.db.query to access connection through manager (work in progress). Modified: django/branches/mu

[Changeset] r3369 - django/branches/multiple-db-support/tests/modeltests/multiple_databases

2006-07-18 Thread noreply
Author: jpellerin Date: 2006-07-18 21:43:38 -0500 (Tue, 18 Jul 2006) New Revision: 3369 Modified: django/branches/multiple-db-support/tests/modeltests/multiple_databases/models.py Log: [multi-db] Updated multiple_databases tests to use OTHER_DATABASES setting. Modified: django/branches/mult

[Changeset] r3368 - django/branches/multiple-db-support/tests

2006-07-18 Thread noreply
Author: jpellerin Date: 2006-07-18 21:41:56 -0500 (Tue, 18 Jul 2006) New Revision: 3368 Modified: django/branches/multiple-db-support/tests/runtests.py Log: [multi-db] Added MODELS settings to TEST_DATABASES. Modified: django/branches/multiple-db-support/tests/runtests.py

[Changeset] r3367 - django/branches/multiple-db-support/django/db/backends/ansi

2006-07-18 Thread noreply
Author: jpellerin Date: 2006-07-18 21:38:31 -0500 (Tue, 18 Jul 2006) New Revision: 3367 Modified: django/branches/multiple-db-support/django/db/backends/ansi/sql.py Log: Updated ansi sql schema builder to access db connection through model._default_manager. Modified: django/branches/multiple

[Changeset] r3366 - django/branches/multiple-db-support/django/db/models/fields

2006-07-18 Thread noreply
Author: jpellerin Date: 2006-07-18 21:36:45 -0500 (Tue, 18 Jul 2006) New Revision: 3366 Modified: django/branches/multiple-db-support/django/db/models/fields/related.py Log: [multi-db] Updated related fields to get db connection from model._default_manager. Modified: django/branches/multiple

[Changeset] r3365 - django/branches/multiple-db-support/django/db/models

2006-07-18 Thread noreply
Author: jpellerin Date: 2006-07-18 21:32:40 -0500 (Tue, 18 Jul 2006) New Revision: 3365 Modified: django/branches/multiple-db-support/django/db/models/base.py Log: [multi-db] Updated Model and its utility functions to access the db connection through the default manager. Modified: django/bra

Re: [Django] #1658: db.models.base.ModelBase.__new__ fails to deduce app_label with model packages

2006-07-18 Thread Django
#1658: db.models.base.ModelBase.__new__ fails to deduce app_label with model packages --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect| Status: reopened Priority: high

[Changeset] r3364 - django/branches/multiple-db-support/django/db/models

2006-07-18 Thread noreply
Author: jpellerin Date: 2006-07-18 21:31:44 -0500 (Tue, 18 Jul 2006) New Revision: 3364 Modified: django/branches/multiple-db-support/django/db/models/options.py Log: [multi-db] Removed connection information and db_connection from model Meta. Modified: django/branches/multiple-db-support/dja

[Changeset] r3363 - django/branches/multiple-db-support/tests/othertests

2006-07-18 Thread noreply
Author: jpellerin Date: 2006-07-18 21:28:58 -0500 (Tue, 18 Jul 2006) New Revision: 3363 Added: django/branches/multiple-db-support/tests/othertests/manager_db.py Log: [multi-db] Added basic tests for Manager.db attribute. Added: django/branches/multiple-db-support/tests/othertests/manager_db.

[Changeset] r3362 - django/trunk/docs

2006-07-18 Thread noreply
Author: mtredinnick Date: 2006-07-18 21:28:35 -0500 (Tue, 18 Jul 2006) New Revision: 3362 Modified: django/trunk/docs/tutorial01.txt Log: Fixed #2354 -- Added a note about "manage.py validate" to the list of useful commands. Modified: django/trunk/docs/tutorial01.txt

Re: [Django] #2354: [patch] add validate to tutorial1

2006-07-18 Thread Django
#2354: [patch] add validate to tutorial1 -+-- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: enhancement | Status: closed Priority: low |Milestone: Component: Document

[Changeset] r3361 - django/branches/multiple-db-support/django/db/models

2006-07-18 Thread noreply
Author: jpellerin Date: 2006-07-18 21:28:24 -0500 (Tue, 18 Jul 2006) New Revision: 3361 Modified: django/branches/multiple-db-support/django/db/models/manager.py Log: [multi-db] Added ConnectionInfoDescriptor and attached it as db attribute in Manager class. Modified: django/branches/multipl

Re: [Django] #1658: db.models.base.ModelBase.__new__ fails to deduce app_label with model packages

2006-07-18 Thread Django
#1658: db.models.base.ModelBase.__new__ fails to deduce app_label with model packages --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect| Status: reopened Priority: high

Re: [Django] #2366: [patch] forms.FloatField is incompatible with models.FloatField

2006-07-18 Thread Django
#2366: [patch] forms.FloatField is incompatible with models.FloatField ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: new Priority: normal |Miles

Re: [Django] #2332: [patch] is_loggedin method for User and AnonymousUser models.

2006-07-18 Thread Django
#2332: [patch] is_loggedin method for User and AnonymousUser models. --+- Reporter: SmileyChris |Owner: adrian Type: enhancement | Status: closed Priority: normal|Milestone: Com

[Changeset] r3360 - in django/trunk: django/contrib/admin/templates/admin django/contrib/admin/views django/contrib/auth django/contrib/comments/templates/comments django/contrib/comments/templatetags

2006-07-18 Thread noreply
Author: mtredinnick Date: 2006-07-18 21:09:26 -0500 (Tue, 18 Jul 2006) New Revision: 3360 Modified: django/trunk/django/contrib/admin/templates/admin/base.html django/trunk/django/contrib/admin/views/decorators.py django/trunk/django/contrib/auth/decorators.py django/trunk/django/cont

Re: [Django] #2355: [patch] tutorial3 limit missing

2006-07-18 Thread Django
#2355: [patch] tutorial3 limit missing -+-- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: defect | Status: closed Priority: low |Milestone: Component: Documentat

[Changeset] r3359 - django/trunk/docs

2006-07-18 Thread noreply
Author: mtredinnick Date: 2006-07-18 20:35:58 -0500 (Tue, 18 Jul 2006) New Revision: 3359 Modified: django/trunk/docs/tutorial03.txt Log: Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03. Modified: django/trunk/docs/tutorial03.txt ==

Re: [Django] #2373: Add support for multiple profile modules

2006-07-18 Thread Django
#2373: Add support for multiple profile modules +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: new Priority: normal |Milestone:

[Django] #2374: [patch] fix for admin template validator

2006-07-18 Thread Django
#2374: [patch] fix for admin template validator +--- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: defect | Status: new Priority: normal | Milestone: Co

[Django] #2373: Add support for multiple profile modules

2006-07-18 Thread Django
#2373: Add support for multiple profile modules +--- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: enhancement | Status: new Priority: normal | Milestone: Co

Re: [Django] #698: Exceptions thrown after CONTROL-C typed to stop test web server.

2006-07-18 Thread Django
#698: Exceptions thrown after CONTROL-C typed to stop test web server. -+-- Reporter: Tekhne |Owner: adrian Type: defect | Status: reopened Priority: normal |Milesto

Re: [Django] #2233: [patch] Model save method should have acces to file fields details during save

2006-07-18 Thread Django
#2233: [patch] Model save method should have acces to file fields details during save --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: new Priority: n

Re: [Django] #2233: [patch] Model save method should have acces to file fields details during save

2006-07-18 Thread Django
#2233: [patch] Model save method should have acces to file fields details during save --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: new Priority: h

[Django] #2372: manage.py runfcgi seems to ignore LAANGUAGE_CODE

2006-07-18 Thread Django
#2372: manage.py runfcgi seems to ignore LAANGUAGE_CODE -+-- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: defect | Status: new Priority: normal | Milestone: Component: Tool

[Django] #2371: Tamil .po file

2006-07-18 Thread Django
#2371: Tamil .po file +--- Reporter: [EMAIL PROTECTED] | Owner: hugo Type: enhancement | Status: new Priority: normal | Milestone: Component: Translations| Version:

Re: [Django] #2369: MySQL backend does not handle zero dates

2006-07-18 Thread Django
#2369: MySQL backend does not handle zero dates +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: new Priority: normal |Milestone: