Re: [Django] #12525: ModelForm validation doesn't work like documented

2010-01-19 Thread Django
#12525: ModelForm validation doesn't work like documented -+-- Reporter: Bernd Schlapsi | Owner: nobody Status: closed | Milestone: 1.2

Re: [Django] #1480: Don't Set TIME_ZONE unless it is explictly needed (or put it back to how you found it)

2010-01-19 Thread Django
#1480: Don't Set TIME_ZONE unless it is explictly needed (or put it back to how you found it) --+- Reporter: i...@holsman.net | Owner: jedie Status: assigned | Milestone: 1.2

Re: [Django] #11077: Django's built-in tests fail when using url reverse tags in default registration templates

2010-01-19 Thread Django
#11077: Django's built-in tests fail when using url reverse tags in default registration templates -+-- Reporter: srosro | Owner: nobody Status: reopened|

Re: [Django] #11077: Django's built-in tests fail when using url reverse tags in default registration templates

2010-01-19 Thread Django
#11077: Django's built-in tests fail when using url reverse tags in default registration templates -+-- Reporter: srosro | Owner: nobody Status: reopened|

Re: [Django] #11077: Django's built-in tests fail when using url reverse tags in default registration templates

2010-01-19 Thread Django
#11077: Django's built-in tests fail when using url reverse tags in default registration templates +--- Reporter: srosro | Owner: nobody Status: closed | Milestone:

Re: [Django] #12641: ManyToMany relationship with self, symmetrical=True, related_name='something' doesn't work

2010-01-19 Thread Django
#12641: ManyToMany relationship with self, symmetrical=True, related_name='something' doesn't work +--- Reporter: hwmrocker | Owner: nobody Status: closed | Milestone:

Re: [Django] #12646: Flawed error display in admin when using fieldsets.

2010-01-19 Thread Django
#12646: Flawed error display in admin when using fieldsets. +--- Reporter: schinckel | Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #12646: Flawed error display in admin when using fieldsets.

2010-01-19 Thread Django
#12646: Flawed error display in admin when using fieldsets. +--- Reporter: schinckel | Owner: nobody Status: new| Milestone: Component: Uncategorized |

[Django] #12646: Flawed error display in admin when using fieldsets.

2010-01-19 Thread Django
#12646: Flawed error display in admin when using fieldsets. ---+ Reporter: schinckel | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1

Re: [Django] #8896: Routing according also to hostname

2010-01-19 Thread Django
#8896: Routing according also to hostname -+-- Reporter: veena | Owner: jshedd Status: new | Milestone: 1.2 Component: Core framework

Re: [Django] #12508: Feature: Dynamically adding inlines

2010-01-19 Thread Django
#12508: Feature: Dynamically adding inlines ---+ Reporter: zain | Owner: jezdez Status: new | Milestone: 1.2 Component:

Re: [Django] #12282: Admin Actions: No Way to Select All

2010-01-19 Thread Django
#12282: Admin Actions: No Way to Select All ---+ Reporter: blinkylights | Owner: jezdez Status: new | Milestone: 1.2

Re: [Django] #12525: ModelForm validation doesn't work like documented

2010-01-19 Thread Django
#12525: ModelForm validation doesn't work like documented -+-- Reporter: Bernd Schlapsi | Owner: nobody Status: closed | Milestone: 1.2

[Changeset] r12265 - django/trunk/django/contrib/auth

2010-01-19 Thread noreply
Author: jezdez Date: 2010-01-19 16:19:26 -0600 (Tue, 19 Jan 2010) New Revision: 12265 Modified: django/trunk/django/contrib/auth/admin.py Log: Fixed #12644 - Allow overriding the admin user creation form based on r12216. Thanks, minmax. Modified: django/trunk/django/contrib/auth/admin.py

Re: [Django] #12644: Can not override UserAdmin.add_form in subclasses

2010-01-19 Thread Django
#12644: Can not override UserAdmin.add_form in subclasses -+-- Reporter: minmax | Owner: jezdez Status: assigned| Milestone: Component: Authentication |

Re: [Django] #12645: UnicodeEncodeError when validating forms with non-ascii field names

2010-01-19 Thread Django
#12645: UnicodeEncodeError when validating forms with non-ascii field names -+-- Reporter: alanjds | Owner: nobody Status: new | Milestone: 1.2 Component: Forms

[Django] #12645: UnicodeEncodeError when validating forms with non-ascii names

2010-01-19 Thread Django
#12645: UnicodeEncodeError when validating forms with non-ascii names -+-- Reporter: alanjds | Owner: nobody Status: new | Milestone: 1.2 Component: Forms| Version: 1.1

Re: [Django] #12525: ModelForm validation doesn't work like documented

2010-01-19 Thread Django
#12525: ModelForm validation doesn't work like documented -+-- Reporter: Bernd Schlapsi | Owner: nobody Status: reopened| Milestone: 1.2

Re: [Django] #8160: ModelFormset ignores form properties

2010-01-19 Thread Django
#8160: ModelFormset ignores form properties +--- Reporter: andrew.mcmu...@ifi.uio.no | Owner: jkocherhans Status: assigned | Milestone: Component:

Re: [Django] #8160: ModelFormset ignores form properties

2010-01-19 Thread Django
#8160: ModelFormset ignores form properties +--- Reporter: andrew.mcmu...@ifi.uio.no | Owner: jkocherhans Status: assigned | Milestone: Component:

Re: [Django] #12644: Can not override UserAdmin.add_form in subclasses

2010-01-19 Thread Django
#12644: Can not override UserAdmin.add_form in subclasses -+-- Reporter: minmax | Owner: nobody Status: new | Milestone: Component: Authentication |

Re: [Django] #12644: Can not override UserAdmin.add_form in subclasses

2010-01-19 Thread Django
#12644: Can not override UserAdmin.add_form in subclasses -+-- Reporter: minmax | Owner: nobody Status: new | Milestone: Component: Authentication |

[Django] #12644: Can not override UserAdmin.add_form in subclasses

2010-01-19 Thread Django
#12644: Can not override UserAdmin.add_form in subclasses +--- Reporter: minmax | Owner: nobody Status: new | Milestone: Component: Authentication | Version: SVN

Re: [Django] #12628: readonly_fields in GenericInlineModelAdmin are ignored during save

2010-01-19 Thread Django
#12628: readonly_fields in GenericInlineModelAdmin are ignored during save ---+ Reporter: yedpodtrzitko | Owner: nobody Status: new | Milestone:

Re: [Django] #12628: readonly_fields in GenericInlineModelAdmin are ignored during save

2010-01-19 Thread Django
#12628: readonly_fields in GenericInlineModelAdmin are ignored during save ---+ Reporter: yedpodtrzitko | Owner: nobody Status: new | Milestone:

Re: [Django] #11696: validate command in 1.1 hides errors in models that used to be shown

2010-01-19 Thread Django
#11696: validate command in 1.1 hides errors in models that used to be shown ---+ Reporter: martin maney | Owner: lsaffre Status: assigned | Milestone:

[Changeset] r12264 - django/trunk/tests/modeltests/model_package

2010-01-19 Thread noreply
Author: ikelly Date: 2010-01-19 12:09:03 -0600 (Tue, 19 Jan 2010) New Revision: 12264 Modified: django/trunk/tests/modeltests/model_package/tests.py Log: Fixed an Oracle test failure introduced in [12226]. Modified: django/trunk/tests/modeltests/model_package/tests.py

Re: [Django] #12557: AnonymousUser has_perm should check backends has_perm

2010-01-19 Thread Django
#12557: AnonymousUser has_perm should check backends has_perm -+-- Reporter: hvdklauw| Owner: nobody Status: new | Milestone: 1.2

[Django] #12643: Should mention to call parent clean method for modelForm in custom validation chapter

2010-01-19 Thread Django
#12643: Should mention to call parent clean method for modelForm in custom validation chapter --+- Reporter: fgaudin | Owner: nobody Status: new | Milestone:

[Changeset] r12263 - in django/branches/releases/1.1.X: . django/db/models/fields tests/regressiontests/model_fields

2010-01-19 Thread noreply
Author: kmtracey Date: 2010-01-19 10:55:22 -0600 (Tue, 19 Jan 2010) New Revision: 12263 Modified: django/branches/releases/1.1.X/ django/branches/releases/1.1.X/django/db/models/fields/__init__.py django/branches/releases/1.1.X/tests/regressiontests/model_fields/models.py

Re: [Django] #9200: Add a session based form wizard

2010-01-19 Thread Django
#9200: Add a session based form wizard ---+ Reporter: ddurham | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12540: Add support for cross-database foreign keys and m2m

2010-01-19 Thread Django
#12540: Add support for cross-database foreign keys and m2m ---+ Reporter: russellm | Owner: nobody Status: new | Milestone:

Re: [Django] #12541: Add support for describing master/slave arrangements in multi-db

2010-01-19 Thread Django
#12541: Add support for describing master/slave arrangements in multi-db ---+ Reporter: russellm | Owner: nobody Status: new | Milestone:

Re: [Django] #9200: Add a session based form wizard

2010-01-19 Thread Django
#9200: Add a session based form wizard ---+ Reporter: ddurham | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12540: Add support for cross-database foreign keys and m2m

2010-01-19 Thread Django
#12540: Add support for cross-database foreign keys and m2m ---+ Reporter: russellm | Owner: nobody Status: new | Milestone:

Re: [Django] #10712: ModelAdmin.queryset() is undocumented.

2010-01-19 Thread Django
#10712: ModelAdmin.queryset() is undocumented. +--- Reporter: mrts | Owner: nobody Status: new| Milestone: Component: Documentation

Re: [Django] #12642: wiki:RowLevelPermissions should part of the official documentation

2010-01-19 Thread Django
#12642: wiki:RowLevelPermissions should part of the official documentation +--- Reporter: MadeR | Owner: nobody Status: new

Re: [Django] #8363: Make it possible to specify tests to skip when running runtests.py

2010-01-19 Thread Django
#8363: Make it possible to specify tests to skip when running runtests.py +--- Reporter: ramiro | Owner: ramiro Status: new| Milestone:

Re: [Django] #10151: url tag causes TypeError: dict objects are unhashable

2010-01-19 Thread Django
#10151: url tag causes TypeError: dict objects are unhashable +--- Reporter: pclerie| Owner: nobody Status: closed | Milestone: Component: Uncategorized |

[Django] #12642: wiki:RowLevelPermissions should part of the official documentation

2010-01-19 Thread Django
#12642: wiki:RowLevelPermissions should part of the official documentation --+- Reporter: MadeR | Owner: nobody Status: new

Re: [Django] #12639: Download page should list checksums

2010-01-19 Thread Django
#12639: Download page should list checksums --+- Reporter: joerg| Owner: nobody Status: closed | Milestone: Component: Django Web site |