[Django] #10811: Assigning unsaved model to a ForeignKey leads to silent failures

2009-04-13 Thread Django
#10811: Assigning unsaved model to a ForeignKey leads to silent failures --+- Reporter: Glenn | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #10810: FormWizard

2009-04-13 Thread Django
#10810: FormWizard ---+ Reporter: Qrilka| Owner: nobody Status: new | Milestone: Component: django.contrib

[Django] #10810: FormWizard

2009-04-13 Thread Django
#10810: FormWizard --+- Reporter: Qrilka| Owner: nobody Status: new | Milestone: Component: django.contrib.formtools | Version: SVN Keyword

Re: [Django] #7270: selected_related() can not follow reverse relations of OneToOne.

2009-04-13 Thread Django
#7270: selected_related() can not follow reverse relations of OneToOne. ---+ Reporter: towjz...@hotmail.com | Owner: mtredinnick Status: new

[Django] #10809: mod_wsgi authentication handler

2009-04-13 Thread Django
#10809: mod_wsgi authentication handler +--- Reporter: baumer1122 | Owner: nobody Status: new | Milestone: Component: Authentication | Version: SVN Keywords: mod_w

Re: [Django] #10727: Exception Raised: TypeError: Initialization arguments are not supported

2009-04-13 Thread Django
#10727: Exception Raised: TypeError: Initialization arguments are not supported ---+ Reporter: dejones | Owner: nobody Status

Re: [Django] #7270: selected_related() can not follow reverse relations of OneToOne.

2009-04-13 Thread Django
#7270: selected_related() can not follow reverse relations of OneToOne. ---+ Reporter: towjz...@hotmail.com | Owner: mtredinnick Status: new

[Django] #10808: Multiple inheritance (model-based) broken for __init__ of common fields in diamond inheritance

2009-04-13 Thread Django
#10808: Multiple inheritance (model-based) broken for __init__ of common fields in diamond inheritance --+- Reporter: mikemintz | Owner: nobody Status: new | Mil

Re: [Django] #10593: Brazilian portuguese translation of POT files for 1.1

2009-04-13 Thread Django
#10593: Brazilian portuguese translation of POT files for 1.1 --+- Reporter: Guilherme Gondim | Owner: nobody Status: reopened | Milestone: 1.1

Re: [Django] #10795: Add Link to modelformset_factory

2009-04-13 Thread Django
#10795: Add Link to modelformset_factory +--- Reporter: csshef | Owner: nobody Status: new| Milestone: 1.1 Component: Documentation | Version: 1.0

Re: [Django] #10803: dbshell should try 'mysql5' as well for executable name

2009-04-13 Thread Django
#10803: dbshell should try 'mysql5' as well for executable name ---+ Reporter: hwa...@gmail.com | Owner: nobody Status: new | Milestone:

Re: [Django] #10805: Updated Norwegian translation

2009-04-13 Thread Django
#10805: Updated Norwegian translation ---+ Reporter: jonklo| Owner: nobody Status: new | Milestone: 1.1 Component: Translations | Version: SVN

Re: [Django] #10807: 'Constraint' object has no attribute 'relabel_aliases' when using | with GeoQueryset

2009-04-13 Thread Django
#10807: 'Constraint' object has no attribute 'relabel_aliases' when using | with GeoQueryset ---+ Reporter: bretthoerner | Owner: nobody Status: new | Milestone: 1.1

Re: [Django] #7539: Add ON DELETE and ON UPDATE support to Django

2009-04-13 Thread Django
#7539: Add ON DELETE and ON UPDATE support to Django ---+ Reporter: glassfordm| Owner: nobody Status: new | Milestone: Compon

Re: [Django] #10799: List editable breaks with model inheritance and parent_link=True

2009-04-13 Thread Django
#10799: List editable breaks with model inheritance and parent_link=True ---+ Reporter: willhardy | Owner: Alex Status: new |

[Django] #10807: 'Constraint' object has no attribute 'relabel_aliases' when using | with GeoQueryset

2009-04-13 Thread Django
#10807: 'Constraint' object has no attribute 'relabel_aliases' when using | with GeoQueryset --+- Reporter: bretthoerner | Owner: nobody Status: new | Milestone: 1.1 Component: GIS

Re: [Django] #10799: List editable breaks with model inheritance and parent_link=True

2009-04-13 Thread Django
#10799: List editable breaks with model inheritance and parent_link=True ---+ Reporter: willhardy | Owner: Alex Status: new |

Re: [Django] #10806: raise TypeError on form instantiation if data/files parameter isn't a dict.

2009-04-13 Thread Django
#10806: raise TypeError on form instantiation if data/files parameter isn't a dict. -+-- Reporter: ajs | Owner: nobody Status: new

Re: [Django] #10806: raise TypeError on form instantiation if data/files parameter isn't a dict.

2009-04-13 Thread Django
#10806: raise TypeError on form instantiation if data/files parameter isn't a dict. -+-- Reporter: ajs | Owner: nobody Status: new

Re: [Django] #10521: Test failure of missing url '/' in test django.contrib.auth.tests.remote_user.py

2009-04-13 Thread Django
#10521: Test failure of missing url '/' in test django.contrib.auth.tests.remote_user.py -+-- Reporter: kegan | Owner: ramiro Status: new | Milestone:

Re: [Django] #7539: Add ON DELETE and ON UPDATE support to Django

2009-04-13 Thread Django
#7539: Add ON DELETE and ON UPDATE support to Django ---+ Reporter: glassfordm| Owner: nobody Status: new | Milestone: Compon

[Changeset] r10558 - django/trunk/django/conf/locale/hr/LC_MESSAGES

2009-04-13 Thread noreply
Author: aljosa Date: 2009-04-13 10:16:17 -0500 (Mon, 13 Apr 2009) New Revision: 10558 Modified: django/trunk/django/conf/locale/hr/LC_MESSAGES/django.mo django/trunk/django/conf/locale/hr/LC_MESSAGES/django.po django/trunk/django/conf/locale/hr/LC_MESSAGES/djangojs.mo django/trunk/dja

[Changeset] r10557 - in django/branches/releases/1.0.X: . django/views/generic tests/regressiontests/views/tests/generic

2009-04-13 Thread noreply
Author: russellm Date: 2009-04-13 08:26:31 -0500 (Mon, 13 Apr 2009) New Revision: 10557 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/django/views/generic/date_based.py django/branches/releases/1.0.X/tests/regressiontests/views/tests/generic/date_based.py Log:

[Changeset] r10556 - in django/trunk: django/views/generic tests/regressiontests/views/tests/generic

2009-04-13 Thread noreply
Author: russellm Date: 2009-04-13 08:23:03 -0500 (Mon, 13 Apr 2009) New Revision: 10556 Modified: django/trunk/django/views/generic/date_based.py django/trunk/tests/regressiontests/views/tests/generic/date_based.py Log: Fixed #10458 -- Corrected the `next_month` and `previous_month` context

Re: [Django] #10806: raise TypeError on form instantiation if data/files parameter isn't a dict.

2009-04-13 Thread Django
#10806: raise TypeError on form instantiation if data/files parameter isn't a dict. -+-- Reporter: ajs | Owner: nobody Status: new

[Django] #10806: raise TypeError on form instantiation if data/files parameter isn't a dict.

2009-04-13 Thread Django
#10806: raise TypeError on form instantiation if data/files parameter isn't a dict. ---+ Reporter: ajs| Owner: nobody Status: new| Milestone:

[Changeset] r10555 - in django/branches/releases/1.0.X: . django/core/serializers django/utils tests/modeltests/serializers

2009-04-13 Thread noreply
Author: russellm Date: 2009-04-13 07:40:43 -0500 (Mon, 13 Apr 2009) New Revision: 10555 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/django/core/serializers/python.py django/branches/releases/1.0.X/django/core/serializers/xml_serializer.py django/branches/r

[Changeset] r10554 - in django/trunk: django/core/serializers django/utils tests/modeltests/serializers

2009-04-13 Thread noreply
Author: russellm Date: 2009-04-13 07:35:49 -0500 (Mon, 13 Apr 2009) New Revision: 10554 Modified: django/trunk/django/core/serializers/python.py django/trunk/django/core/serializers/xml_serializer.py django/trunk/django/utils/encoding.py django/trunk/tests/modeltests/serializers/model

[Django] #10805: Updated Norwegian translation

2009-04-13 Thread Django
#10805: Updated Norwegian translation --+- Reporter: jonklo| Owner: nobody Status: new | Milestone: Component: Translations | Version: SVN Keywords: norwegian

Re: [Django] #10804: Invalid link from admin actions to previous django version

2009-04-13 Thread Django
#10804: Invalid link from admin actions to previous django version --+- Reporter: m...@here | Owner: nobody Status: closed | Milestone: Compon

Re: [Django] #2443: Add IntervalField to database models

2009-04-13 Thread Django
#2443: Add IntervalField to database models ---+ Reporter: ben.tuc...@gmail.com | Owner: Gulopine Status: new | Miles

[Django] #10804: Invalid link from admin actions to previous django version

2009-04-13 Thread Django
#10804: Invalid link from admin actions to previous django version -+-- Reporter: m...@here | Owner: nobody Status: new | Milestone: Component: Django Web site | Versio

[Django] #10803: dbshell should try 'mysql5' as well for executable name

2009-04-13 Thread Django
#10803: dbshell should try 'mysql5' as well for executable name --+- Reporter: hwa...@gmail.com | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version:

[Django] #10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError

2009-04-13 Thread Django
#10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError +--- Reporter: IonelMaries | Owner: nobody Status: new | Milestone: Component:

[Changeset] r10553 - in django/branches/releases/1.0.X: . django/contrib/contenttypes django/db/backends tests/regressiontests/m2m_through_regress

2009-04-13 Thread noreply
Author: russellm Date: 2009-04-13 02:16:44 -0500 (Mon, 13 Apr 2009) New Revision: 10553 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/django/contrib/contenttypes/generic.py django/branches/releases/1.0.X/django/db/backends/__init__.py django/branches/releas

Re: [Django] #2443: Add IntervalField to database models

2009-04-13 Thread Django
#2443: Add IntervalField to database models ---+ Reporter: ben.tuc...@gmail.com | Owner: Gulopine Status: new | Miles

[Changeset] r10552 - in django/trunk: django/contrib/contenttypes django/db/backends tests/regressiontests/m2m_through_regress

2009-04-13 Thread noreply
Author: russellm Date: 2009-04-13 02:07:51 -0500 (Mon, 13 Apr 2009) New Revision: 10552 Modified: django/trunk/django/contrib/contenttypes/generic.py django/trunk/django/db/backends/__init__.py django/trunk/tests/regressiontests/m2m_through_regress/models.py Log: Fixed #9804 -- Corrected