Re: [Django] #1825: [patch] Dutch locale uses a localized word for 'site' which most dutch people will frown upon seeing

2006-05-09 Thread Django
#1825: [patch] Dutch locale uses a localized word for 'site' which most dutch people will frown upon seeing +--- Reporter: [EMAIL PROTECTED] |Owner: hugo Type: defect | Status: closed

[Changeset] r2892 - django/branches/multi-auth/docs

2006-05-09 Thread noreply
Author: jkocherhans Date: 2006-05-09 23:49:54 -0500 (Tue, 09 May 2006) New Revision: 2892 Modified: django/branches/multi-auth/docs/authentication.txt Log: mutil-auth: Rolled back pre-maturely commited changes to docs/authentication.txt committed in [2891]. Docs are still in progress. Modifi

[Changeset] r2890 - django/branches/multi-auth/django/contrib/auth

2006-05-09 Thread noreply
Author: jkocherhans Date: 2006-05-09 23:31:12 -0500 (Tue, 09 May 2006) New Revision: 2890 Modified: django/branches/multi-auth/django/contrib/auth/models.py Log: multi-auth: Removed SESSION_KEY from django.contrib.auth.models... it's in django.contrib.auth now. Modified: django/branches/mult

[Changeset] r2889 - django/branches/multi-auth/django/contrib/comments/views

2006-05-09 Thread noreply
Author: jkocherhans Date: 2006-05-09 23:30:47 -0500 (Tue, 09 May 2006) New Revision: 2889 Modified: django/branches/multi-auth/django/contrib/comments/views/comments.py Log: multi-auth: Updated comments app to use new auth api. Modified: django/branches/multi-auth/django/contrib/comments/view

[Changeset] r2888 - django/branches/multi-auth/django/contrib/admin/views

2006-05-09 Thread noreply
Author: jkocherhans Date: 2006-05-09 23:30:38 -0500 (Tue, 09 May 2006) New Revision: 2888 Modified: django/branches/multi-auth/django/contrib/admin/views/decorators.py Log: multi-auth: Updated admin system to use new auth api. Modified: django/branches/multi-auth/django/contrib/admin/views/de

[Changeset] r2887 - django/branches/multi-auth/django/contrib/auth

2006-05-09 Thread noreply
Author: jkocherhans Date: 2006-05-09 23:30:25 -0500 (Tue, 09 May 2006) New Revision: 2887 Modified: django/branches/multi-auth/django/contrib/auth/forms.py django/branches/multi-auth/django/contrib/auth/views.py Log: multi-auth: Updated auth views to use new api. Modified: django/branches/

[Changeset] r2886 - django/branches/multi-auth/django/contrib/auth

2006-05-09 Thread noreply
Author: jkocherhans Date: 2006-05-09 23:30:09 -0500 (Tue, 09 May 2006) New Revision: 2886 Modified: django/branches/multi-auth/django/contrib/auth/middleware.py Log: multi-auth: Updated middleware to use new auth api. Modified: django/branches/multi-auth/django/contrib/auth/middleware.py

[Changeset] r2885 - django/branches/multi-auth/django/conf

2006-05-09 Thread noreply
Author: jkocherhans Date: 2006-05-09 23:29:21 -0500 (Tue, 09 May 2006) New Revision: 2885 Modified: django/branches/multi-auth/django/conf/global_settings.py Log: multi-auth: Added default AUTHENTICATION_BACKENDS setting. Modified: django/branches/multi-auth/django/conf/global_settings.py ===

[Changeset] r2884 - django/branches/multi-auth/django/contrib/auth

2006-05-09 Thread noreply
Author: jkocherhans Date: 2006-05-09 23:28:51 -0500 (Tue, 09 May 2006) New Revision: 2884 Modified: django/branches/multi-auth/django/contrib/auth/__init__.py Log: multi-auth: Implemented new auth api. Modified: django/branches/multi-auth/django/contrib/auth/__init__.py ==

[Changeset] r2883 - django/branches/multi-auth/django/contrib/auth

2006-05-09 Thread noreply
Author: jkocherhans Date: 2006-05-09 23:25:39 -0500 (Tue, 09 May 2006) New Revision: 2883 Added: django/branches/multi-auth/django/contrib/auth/backends.py Log: multi-auth: Added a couple of auth backends. Added: django/branches/multi-auth/django/contrib/auth/backends.py =

[Changeset] r2882 - django/branches/multi-auth/django/contrib/auth

2006-05-09 Thread noreply
Author: jkocherhans Date: 2006-05-09 23:20:53 -0500 (Tue, 09 May 2006) New Revision: 2882 Modified: django/branches/multi-auth/django/contrib/auth/models.py Log: multi-auth: Moved check_password implementation to a function and updated the method to use it. This makes it available for future

[Django] #1827: add a id='csrfmiddlewaretoken' to the csrfmiddlewaretoken key

2006-05-09 Thread Django
#1827: add a id='csrfmiddlewaretoken' to the csrfmiddlewaretoken key -+-- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: defect | Status: new Priority: normal | Milestone:

Re: [Django] #510: [patch] Defend admin against CSRF attacks

2006-05-09 Thread Django
#510: [patch] Defend admin against CSRF attacks -+-- Reporter: Simon Willison |Owner: adrian Type: enhancement | Status: new Priority: high |Milestone: Version 1.0

Re: [Django] #1584: [patch] auto_now_add fields set to NULL on update

2006-05-09 Thread Django
#1584: [patch] auto_now_add fields set to NULL on update +--- Reporter: Andy Dustman <[EMAIL PROTECTED]> |Owner: adrian Type: defect | Status: new Priority

[Django] #1826: Model crashes with ForeignKey('self') and a field with the same name

2006-05-09 Thread Django
#1826: Model crashes with ForeignKey('self') and a field with the same name -+-- Reporter: Stefano J. Attardi <[EMAIL PROTECTED]> | Owner: adrian Type: defect | Status: ne

[Changeset] r2881 - django/trunk/docs

2006-05-09 Thread noreply
Author: adrian Date: 2006-05-09 16:32:56 -0500 (Tue, 09 May 2006) New Revision: 2881 Modified: django/trunk/docs/model-api.txt Log: Fixed bugs in docs/model-api.txt Modified: django/trunk/docs/model-api.txt === --- django/trunk/d

Re: [Django] #1820: Autogenerated ManyToMany fields can generate too long identifiers for mysql to handle

2006-05-09 Thread Django
#1820: Autogenerated ManyToMany fields can generate too long identifiers for mysql to handle --+- Reporter: [EMAIL PROTECTED]|Owner: adrian Type: defect| Status: new Pr

[Django] #1825: [patch] Dutch locale uses a localized word for 'site' which most dutch people will frown upon seeing

2006-05-09 Thread Django
#1825: [patch] Dutch locale uses a localized word for 'site' which most dutch people will frown upon seeing +--- Reporter: [EMAIL PROTECTED] | Owner: hugo Type: defect | Status: new

Re: [Django] #1736: [magic-removal] [patch] Add FastCGI support to manage.py

2006-05-09 Thread Django
#1736: [magic-removal] [patch] Add FastCGI support to manage.py ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement| Status: new Priority: normal |

Re: [Django] #1672: [patch] Template tags ifequal and ifnotequal throw exception if variable does not resolve.

2006-05-09 Thread Django
#1672: [patch] Template tags ifequal and ifnotequal throw exception if variable does not resolve. ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: new Priority: lo

Re: [Django] #1823: set timezone in pgsql is not working right

2006-05-09 Thread Django
#1823: set timezone in pgsql is not working right +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: closed Priority: normal |Milestone: Co

Re: [Django] #1822: Submenus for the django admin

2006-05-09 Thread Django
#1822: Submenus for the django admin ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement| Status: reopened Priority: normal |Milestone: Component: Ad

Re: [Django] #1810: DATABASE_DSN sets all database settings at once, w/ patch

2006-05-09 Thread Django
#1810: DATABASE_DSN sets all database settings at once, w/ patch --+- Reporter: Kumar McMillan <[EMAIL PROTECTED]> |Owner: adrian Type: enhancement | Status: closed

Re: [Django] #1810: DATABASE_DSN sets all database settings at once, w/ patch

2006-05-09 Thread Django
#1810: DATABASE_DSN sets all database settings at once, w/ patch --+- Reporter: Kumar McMillan <[EMAIL PROTECTED]> |Owner: adrian Type: enhancement | Status: reopene

[Django] #1824: Name clashes in user-installed apps cause duplications in Admin Interface

2006-05-09 Thread Django
#1824: Name clashes in user-installed apps cause duplications in Admin Interface --+- Reporter: jermy | Owner: adrian Type: defect| Status: new Priority: normal| M

Re: [Django] #1560: the Chinese translation of the javascript in the django_src

2006-05-09 Thread Django
#1560: the Chinese translation of the javascript in the django_src ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: new Priority: normal |Milestone

Re: [Django] #1806: Japanese(ja) translation for current trunk (after M-R merge)

2006-05-09 Thread Django
#1806: Japanese(ja) translation for current trunk (after M-R merge) --+- Reporter: [EMAIL PROTECTED]|Owner: hugo Type: enhancement | Status: closed Priority: normal|

Re: [Django] #1752: Updated Czech translations for the 0.92 release

2006-05-09 Thread Django
#1752: Updated Czech translations for the 0.92 release --+- Reporter: radek |Owner: hugo Type: task | Status: closed Priority: normal|Milestone: Component: Trans

Re: [Django] #1504: Allow render_to_response() to take a content-type param

2006-05-09 Thread Django
#1504: Allow render_to_response() to take a content-type param --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: closed Priority: normal|Miles

Re: [Django] #1743: Updated Norwegian translations for the 0.92 release

2006-05-09 Thread Django
#1743: Updated Norwegian translations for the 0.92 release ---+ Reporter: [EMAIL PROTECTED] |Owner: hugo Type: task | Status: closed Priority: normal |M

[Changeset] r2880 - django/trunk/django/conf/locale/no/LC_MESSAGES

2006-05-09 Thread noreply
Author: adrian Date: 2006-05-09 11:21:37 -0500 (Tue, 09 May 2006) New Revision: 2880 Modified: django/trunk/django/conf/locale/no/LC_MESSAGES/djangojs.mo django/trunk/django/conf/locale/no/LC_MESSAGES/djangojs.po Log: Fixed #1743 -- Updated Norwegian translations. Thanks, espen.grindhaug M

Re: [Django] #1757: Dutch translation for current trunk (after M-R merge)

2006-05-09 Thread Django
#1757: Dutch translation for current trunk (after M-R merge) --+- Reporter: Rudolph |Owner: hugo Type: defect| Status: closed Priority: normal|Milestone: Versio

[Changeset] r2878 - django/trunk/django/contrib/admin/media/css

2006-05-09 Thread noreply
Author: wilson Date: 2006-05-09 11:17:35 -0500 (Tue, 09 May 2006) New Revision: 2878 Modified: django/trunk/django/contrib/admin/media/css/layout.css Log: Added padding fix to container to address reported display issues in Safari. Modified: django/trunk/django/contrib/admin/media/css/layout

[Changeset] r2877 - django/trunk/django/conf/locale/fr/LC_MESSAGES

2006-05-09 Thread noreply
Author: adrian Date: 2006-05-09 11:16:54 -0500 (Tue, 09 May 2006) New Revision: 2877 Modified: django/trunk/django/conf/locale/fr/LC_MESSAGES/django.mo django/trunk/django/conf/locale/fr/LC_MESSAGES/django.po Log: Fixed #1804 -- Updated fr translation. Thanks, [EMAIL PROTECTED] Modified: d

Re: [Django] #1804: [patch] Update French translation

2006-05-09 Thread Django
#1804: [patch] Update French translation --+- Reporter: [EMAIL PROTECTED] |Owner: hugo Type: enhancement | Status: closed Priority: low |Milestone: Compone

Re: [Django] #1477: [patch] URLField is limit to 200 maxlenght, and not expose a agrument to change

2006-05-09 Thread Django
#1477: [patch] URLField is limit to 200 maxlenght, and not expose a agrument to change --+- Reporter: favo |Owner: adrian Type: enhancement | Status: closed Priority: nor

Re: [Django] #1294: RSS framework doesn't pick up item_author_name

2006-05-09 Thread Django
#1294: RSS framework doesn't pick up item_author_name ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: closed Priority: normal |Milestone:

[Changeset] r2875 - django/trunk/django/conf/locale/cs/LC_MESSAGES

2006-05-09 Thread noreply
Author: adrian Date: 2006-05-09 11:13:14 -0500 (Tue, 09 May 2006) New Revision: 2875 Modified: django/trunk/django/conf/locale/cs/LC_MESSAGES/django.mo django/trunk/django/conf/locale/cs/LC_MESSAGES/django.po django/trunk/django/conf/locale/cs/LC_MESSAGES/djangojs.mo django/trunk/djan

Re: [Django] #1584: [patch] auto_now_add fields set to NULL on update

2006-05-09 Thread Django
#1584: [patch] auto_now_add fields set to NULL on update +--- Reporter: Andy Dustman <[EMAIL PROTECTED]> |Owner: adrian Type: defect | Status: new Priority

Re: [Django] #1462: Add Page Decorator to django distribution

2006-05-09 Thread Django
#1462: Add Page Decorator to django distribution +--- Reporter: anonymous |Owner: adrian Type: enhancement | Status: closed Priority: normal |Milestone: Component: Co

[Changeset] r2874 - django/trunk/django/forms

2006-05-09 Thread noreply
Author: adrian Date: 2006-05-09 11:04:03 -0500 (Tue, 09 May 2006) New Revision: 2874 Modified: django/trunk/django/forms/__init__.py Log: Fixed #1477 -- Made maxlength overridablef for URLField formfield Modified: django/trunk/django/forms/__init__.py =

Re: [Django] #1634: [patch] core.mail does not include a Date header in mails

2006-05-09 Thread Django
#1634: [patch] core.mail does not include a Date header in mails --+- Reporter: Russell Cloran <[EMAIL PROTECTED]> |Owner: adrian Type: defect| Status: closed

Re: [Django] #1723: Typo in db-api docs

2006-05-09 Thread Django
#1723: Typo in db-api docs -+-- Reporter: ubernostrum |Owner: adrian Type: defect | Status: closed Priority: normal |Milestone: Component: Admin interface |

Re: [Django] #1753: Docutils Error in Generic Views Page

2006-05-09 Thread Django
#1753: Docutils Error in Generic Views Page --+- Reporter: Dagur <[EMAIL PROTECTED]> |Owner: jacob Type: defect| Status: closed Priority: normal|Milestone:

Re: [Django] #1769: Error on tutorial page #1

2006-05-09 Thread Django
#1769: Error on tutorial page #1 +--- Reporter: anonymous |Owner: jacob Type: defect | Status: closed Priority: low |Milestone: Component

Re: [Django] #1775: Admin page error

2006-05-09 Thread Django
#1775: Admin page error --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect| Status: closed Priority: normal|Milestone: Component: Admin interface |

Re: [Django] #1786: Reordering of RemovingTheMagic by topics

2006-05-09 Thread Django
#1786: Reordering of RemovingTheMagic by topics -+-- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: enhancement | Status: closed Priority: normal |Milestone:

Re: [Django] #1797: [patch] ado_mssql/base.py throws NameError

2006-05-09 Thread Django
#1797: [patch] ado_mssql/base.py throws NameError --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect| Status: closed Priority: normal|Milestone: Componen

[Changeset] r2873 - django/trunk/django/db/backends/ado_mssql

2006-05-09 Thread noreply
Author: adrian Date: 2006-05-09 10:45:09 -0500 (Tue, 09 May 2006) New Revision: 2873 Modified: django/trunk/django/db/backends/ado_mssql/base.py Log: Fixed #1797 -- Fixed NameError in ado_mssql backend. Thanks, pb Modified: django/trunk/django/db/backends/ado_mssql/base.py ===

Re: [Django] #1800: Convert model examples to post-magic-removal API

2006-05-09 Thread Django
#1800: Convert model examples to post-magic-removal API ---+ Reporter: anonymous |Owner: jacob Type: defect | Status: new Priority: normal |Milestone: Component: Docu

Re: [Django] #1812: [patch] django-admin sql gives exception when no model exists

2006-05-09 Thread Django
#1812: [patch] django-admin sql gives exception when no model exists -+-- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: new Priority: normal |Milestone:

Re: [Django] #1822: Submenus for the django admin

2006-05-09 Thread Django
#1822: Submenus for the django admin ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement| Status: closed Priority: normal |Milestone: Component: Admin

Re: [Django] #1823: set timezone in pgsql is not working right

2006-05-09 Thread Django
#1823: set timezone in pgsql is not working right +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: new Priority: normal |Milestone: Compo

Re: [Django] #1823: set timezone in pgsql is not working right

2006-05-09 Thread Django
#1823: set timezone in pgsql is not working right +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: new Priority: normal |Milestone: Compo

Re: [Django] #347: Add setting for table generation to use a default MySQL table type

2006-05-09 Thread Django
#347: Add setting for table generation to use a default MySQL table type +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: closed Priority: normal

Re: [Django] #1819: [patch] Inspectdb generates CharFields with null=true while this is not Django convention

2006-05-09 Thread Django
#1819: [patch] Inspectdb generates CharFields with null=true while this is not Django convention --+- Reporter: [EMAIL PROTECTED]|Owner: adrian Type: defect| Status: closed Priority: no

[Changeset] r2872 - django/trunk/django/core

2006-05-09 Thread noreply
Author: adrian Date: 2006-05-09 10:36:14 -0500 (Tue, 09 May 2006) New Revision: 2872 Modified: django/trunk/django/core/management.py Log: Fixed #1819 -- inspectdb no longer puts null=True for TextField and CharField. Thanks, [EMAIL PROTECTED] Modified: django/trunk/django/core/management.py

Re: [Django] #1811: Small inconsistency in the Django overview [documentation issue]

2006-05-09 Thread Django
#1811: Small inconsistency in the Django overview [documentation issue] +--- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: defect | Status: closed Priority: normal |Mi

[Changeset] r2871 - django/trunk/docs

2006-05-09 Thread noreply
Author: adrian Date: 2006-05-09 10:31:03 -0500 (Tue, 09 May 2006) New Revision: 2871 Modified: django/trunk/docs/overview.txt Log: Fixed #1811 -- Fixed inconsistencies in docs/overview.txt Modified: django/trunk/docs/overview.txt ===

Re: [Django] #1818: [patch] Slightly better error message for FieldDoesNotExist error

2006-05-09 Thread Django
#1818: [patch] Slightly better error message for FieldDoesNotExist error --+- Reporter: Christopher Lenz <[EMAIL PROTECTED]> |Owner: adrian Type: enhancement | Status: closed Prio

[Changeset] r2870 - django/trunk/django/db/models

2006-05-09 Thread noreply
Author: adrian Date: 2006-05-09 10:29:53 -0500 (Tue, 09 May 2006) New Revision: 2870 Modified: django/trunk/django/db/models/options.py Log: Fixed #1818 -- Added better error message for FieldDoesNotExist error. Thanks, Christopher Lenz Modified: django/trunk/django/db/models/options.py

Re: [Django] #1822: Submenus for the django admin

2006-05-09 Thread Django
#1822: Submenus for the django admin ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement| Status: new Priority: normal |Milestone: Component: Admin in

Re: [Django] #1815: [patch] Errors in docs markup

2006-05-09 Thread Django
#1815: [patch] Errors in docs markup --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect| Status: closed Priority: normal|Milestone: Component: Documentat

[Changeset] r2869 - django/trunk/docs

2006-05-09 Thread noreply
Author: adrian Date: 2006-05-09 10:21:28 -0500 (Tue, 09 May 2006) New Revision: 2869 Modified: django/trunk/docs/db-api.txt django/trunk/docs/generic_views.txt django/trunk/docs/model-api.txt django/trunk/docs/request_response.txt django/trunk/docs/tutorial01.txt Log: Fixed #1815 -

[Django] #1823: set timezone in pgsql is not working right

2006-05-09 Thread Django
#1823: set timezone in pgsql is not working right +--- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: defect | Status: new Priority: normal | Milestone: Componen

[Django] #1822: Submenus for the django admin

2006-05-09 Thread Django
#1822: Submenus for the django admin ---+ Reporter: [EMAIL PROTECTED] | Owner: adrian Type: enhancement| Status: new Priority: normal | Milestone: Component: Admin inter

Re: [Django] #347: Add setting for table generation to use a default MySQL table type

2006-05-09 Thread Django
#347: Add setting for table generation to use a default MySQL table type +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: reopened Priority: normal

Re: [Django] #1821: [patch] use module level attribute app_label for models. Support interactive use with minimal effort.

2006-05-09 Thread Django
#1821: [patch] use module level attribute app_label for models. Support interactive use with minimal effort. --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: new

[Django] #1821: use module level attribute app_label for models. Support interactive use with minimal effort.

2006-05-09 Thread Django
#1821: use module level attribute app_label for models. Support interactive use with minimal effort. --+- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: enhancement | Status: new Priority:

Re: [Django] #347: Add setting for table generation to use a default MySQL table type

2006-05-09 Thread Django
#347: Add setting for table generation to use a default MySQL table type +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: reopened Priority: normal

Re: [Django] #1819: [patch] Inspectdb generates CharFields with null=true while this is not Django convention

2006-05-09 Thread Django
#1819: [patch] Inspectdb generates CharFields with null=true while this is not Django convention --+- Reporter: [EMAIL PROTECTED]|Owner: adrian Type: defect| Status: new Priority: no

[Django] #1820: Autogenerated ManyToMany fields can generate too long identifiers for mysql to handle

2006-05-09 Thread Django
#1820: Autogenerated ManyToMany fields can generate too long identifiers for mysql to handle --+- Reporter: [EMAIL PROTECTED]| Owner: adrian Type: defect| Status: new Prio

[Django] #1819: Inspectdb generates CharFields with null=true while this is not Django convention

2006-05-09 Thread Django
#1819: Inspectdb generates CharFields with null=true while this is not Django convention --+- Reporter: [EMAIL PROTECTED]| Owner: adrian Type: defect| Status: new Priority:

Re: [Django] #952: [patch] Allow for database client encoding configuration from project settings

2006-05-09 Thread Django
#952: [patch] Allow for database client encoding configuration from project settings +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: new Priority:

Re: [Django] #1811: Small inconsistency in the Django overview [documentation issue]

2006-05-09 Thread Django
#1811: Small inconsistency in the Django overview [documentation issue] +--- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: defect | Status: reopened Priority: normal |

[Django] #1818: [patch] Slightly better error message for FieldDoesNotExist error

2006-05-09 Thread Django
#1818: [patch] Slightly better error message for FieldDoesNotExist error --+- Reporter: Christopher Lenz <[EMAIL PROTECTED]> | Owner: adrian Type: enhancement | Status: new Priori

Re: [Django] #1816: [patch] magic-removal using deprecated attribute in db/models/manipulators.py line 218

2006-05-09 Thread Django
#1816: [patch] magic-removal using deprecated attribute in db/models/manipulators.py line 218 -+-- Reporter: [EMAIL PROTECTED] |Owner: anonymous Type: defect | Status: assigned

[Django] #1817: Translation of date texts

2006-05-09 Thread Django
#1817: Translation of date texts --+- Reporter: Rudolph | Owner: hugo Type: defect| Status: new Priority: normal| Milestone: Component: Internationa

Re: [Django] #1816: magic-removal using deprecated attribute in db/models/manipulators.py line 218

2006-05-09 Thread Django
#1816: magic-removal using deprecated attribute in db/models/manipulators.py line 218 -+-- Reporter: [EMAIL PROTECTED] |Owner: anonymous Type: defect | Status: assigned Prio

Re: [Django] #1815: [patch] Errors in docs markup

2006-05-09 Thread Django
#1815: [patch] Errors in docs markup --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect| Status: new Priority: normal|Milestone: Component: Documentat

[Django] #1816: magic-removal using deprecated attribute in db/models/manipulators.py line 218

2006-05-09 Thread Django
#1816: magic-removal using deprecated attribute in db/models/manipulators.py line 218 -+-- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: defect | Status: new Priori

Re: [Django] #1798: change of int-type choice field stopps changes to be saved

2006-05-09 Thread Django
#1798: change of int-type choice field stopps changes to be saved -+-- Reporter: [EMAIL PROTECTED]|Owner: adrian Type: defect | Status: new Priority: normal |Milestone:

[Django] #1815: Errors in docs markup

2006-05-09 Thread Django
#1815: Errors in docs markup --+- Reporter: [EMAIL PROTECTED] | Owner: jacob Type: defect| Status: new Priority: normal| Milestone: Component: Documentation |