Re: [Django] #10953: Proxy model of a proxy model is of incorrect type.

2009-04-28 Thread Django
#10953: Proxy model of a proxy model is of incorrect type. ---+ Reporter: mrmachine | Owner: nobody Status: new | Milestone:

Re: [Django] #10954: LazyEncoder in serialization docs is incorrect

2009-04-28 Thread Django
#10954: LazyEncoder in serialization docs is incorrect +--- Reporter: Glenn | Owner: nobody Status: new| Milestone: 1.1 Component: Documentation

Re: [Django] #10954: LazyEncoder in serialization docs is incorrect

2009-04-28 Thread Django
#10954: LazyEncoder in serialization docs is incorrect +--- Reporter: Glenn | Owner: nobody Status: new| Milestone: Component: Documentation |

[Django] #10954: LazyEncoder in serialization docs is incorrect

2009-04-28 Thread Django
#10954: LazyEncoder in serialization docs is incorrect ---+ Reporter: Glenn | Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN

Re: [Django] #10953: Proxy model of a proxy model is of incorrect type.

2009-04-28 Thread Django
#10953: Proxy model of a proxy model is of incorrect type. ---+ Reporter: mrmachine | Owner: nobody Status: new | Milestone:

Re: [Django] #10706: Incorrect error from manage.py sql when app fails to load

2009-04-28 Thread Django
#10706: Incorrect error from manage.py sql when app fails to load ---+ Reporter: Glenn | Owner: nobody Status: new | Milestone:

Re: [Django] #6262: Cache templates

2009-04-28 Thread Django
#6262: Cache templates -+-- Reporter: SmileyChris | Owner: SmileyChris Status: assigned| Milestone: Component: Template system |

Re: [Django] #10951: DecimalField takes two optional not four as reported in docs

2009-04-28 Thread Django
#10951: DecimalField takes two optional not four as reported in docs +--- Reporter: d0ugal | Owner: nobody Status: new| Milestone: Component:

[Django] #10952: Documentation of user authentication needs improvement

2009-04-28 Thread Django
#10952: Documentation of user authentication needs improvement ---+ Reporter: danielhepper | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: SVN

Re: [Django] #3460: Allow configuration of postgresql_psycopg2 isolation level

2009-04-28 Thread Django
#3460: Allow configuration of postgresql_psycopg2 isolation level +--- Reporter: Jack Moffitt | Owner: mtredinnick Status: closed |

Re: [Django] #3460: Allow configuration of postgresql_psycopg2 isolation level

2009-04-28 Thread Django
#3460: Allow configuration of postgresql_psycopg2 isolation level +--- Reporter: Jack Moffitt | Owner: mtredinnick Status: closed |

[Django] #10950: Unused import in django/forms/fields.py

2009-04-28 Thread Django
#10950: Unused import in django/forms/fields.py ---+ Reporter: dc | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.0 Keywords:

Re: [Django] #8918: FileField upload_to should not be required for custom backends

2009-04-28 Thread Django
#8918: FileField upload_to should not be required for custom backends ---+ Reporter: leahculver| Owner: nobody Status: new |

Re: [Django] #7521: auth/tests fail on custom project with "manage.py test"

2009-04-28 Thread Django
#7521: auth/tests fail on custom project with "manage.py test" +--- Reporter: anonymous | Owner: telenieko Status: closed | Milestone: 1.0

Re: [Django] #7521: auth/tests fail on custom project with "manage.py test"

2009-04-28 Thread Django
#7521: auth/tests fail on custom project with "manage.py test" +--- Reporter: anonymous | Owner: telenieko Status: reopened | Milestone: 1.0

Re: [Django] #10107: mark_safe and mark_for_escaping as decorators

2009-04-28 Thread Django
#10107: mark_safe and mark_for_escaping as decorators --+- Reporter: matehat | Owner: matehat Status: new | Milestone: Component: Template system |

Re: [Django] #10788: Actual name of uploaded file available later than it was in 1.0

2009-04-28 Thread Django
#10788: Actual name of uploaded file available later than it was in 1.0 ---+ Reporter: kmtracey | Owner: nobody Status: new | Milestone: 1.1

Re: [Django] #10936: Detailed instructions for getting Django and MySQL and MySQLdb working on various OS X versions

2009-04-28 Thread Django
#10936: Detailed instructions for getting Django and MySQL and MySQLdb working on various OS X versions -+-- Reporter: simon | Owner: nobody Status: new

Re: [Django] #10936: Detailed instructions for getting Django and MySQL and MySQLdb working on various OS X versions

2009-04-28 Thread Django
#10936: Detailed instructions for getting Django and MySQL and MySQLdb working on various OS X versions -+-- Reporter: simon | Owner: nobody Status: new

Re: [Django] #10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined

2009-04-28 Thread Django
#10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined -+-- Reporter: casseen | Owner: nobody Status: closed | Milestone:

Re: [Django] #10788: Actual name of uploaded file available later than it was in 1.0

2009-04-28 Thread Django
#10788: Actual name of uploaded file available later than it was in 1.0 ---+ Reporter: kmtracey | Owner: nobody Status: new | Milestone: 1.1

Re: [Django] #10788: Actual name of uploaded file available later than it was in 1.0

2009-04-28 Thread Django
#10788: Actual name of uploaded file available later than it was in 1.0 ---+ Reporter: kmtracey | Owner: nobody Status: new | Milestone: 1.1

Re: [Django] #10099: MySQL 5.0 does not support LIMIT in subqueries

2009-04-28 Thread Django
#10099: MySQL 5.0 does not support LIMIT in subqueries ---+ Reporter: Anossov | Owner: nobody Status: new | Milestone: 1.2

[Changeset] r10645 - django/branches/releases/1.0.X

2009-04-28 Thread noreply
Author: russellm Date: 2009-04-28 09:33:31 -0500 (Tue, 28 Apr 2009) New Revision: 10645 Modified: django/branches/releases/1.0.X/ Log: Updated svnmerge properties for recent checkins Property changes on: django/branches/releases/1.0.X

Re: [Django] #9641: Django shared hosting deployment documentation - chmod 755

2009-04-28 Thread Django
#9641: Django shared hosting deployment documentation - chmod 755 -+-- Reporter: jeff_anode | Owner: jacob Status: assigned| Milestone: 1.1

[Changeset] r10644 - in django/branches/releases/1.0.X: django/forms tests/regressiontests/forms

2009-04-28 Thread noreply
Author: russellm Date: 2009-04-28 09:22:39 -0500 (Tue, 28 Apr 2009) New Revision: 10644 Modified: django/branches/releases/1.0.X/django/forms/formsets.py django/branches/releases/1.0.X/tests/regressiontests/forms/formsets.py Log: [1.0.X] Fixed #10082 -- Modified BaseFormSet so that

[Changeset] r10643 - in django/trunk: django/forms tests/regressiontests/forms

2009-04-28 Thread noreply
Author: russellm Date: 2009-04-28 09:17:18 -0500 (Tue, 28 Apr 2009) New Revision: 10643 Modified: django/trunk/django/forms/formsets.py django/trunk/tests/regressiontests/forms/formsets.py Log: Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the formset is empty.

Re: [Django] #10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined

2009-04-28 Thread Django
#10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined -+-- Reporter: casseen | Owner: nobody Status: closed | Milestone:

Re: [Django] #10167: RegexField: error_message is evaluated instead of tested for None

2009-04-28 Thread Django
#10167: RegexField: error_message is evaluated instead of tested for None -+-- Reporter: dmach | Owner: nobody Status: closed | Milestone: 1.1 Component: Forms

Re: [Django] #10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined

2009-04-28 Thread Django
#10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined -+-- Reporter: casseen | Owner: nobody Status: new | Milestone:

Re: [Django] #10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined

2009-04-28 Thread Django
#10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined -+-- Reporter: casseen | Owner: nobody Status: new | Milestone:

Re: [Django] #10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined

2009-04-28 Thread Django
#10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined +--- Reporter: casseen| Owner: nobody Status: new| Milestone:

[Django] #10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined

2009-04-28 Thread Django
#10949: In forms.ModelForm Meta.fields needs to be a list if only single field is defined ---+ Reporter: casseen| Owner: nobody Status: new| Milestone: Component:

Re: [Django] #10938: add inlines into fieldsets

2009-04-28 Thread Django
#10938: add inlines into fieldsets ---+ Reporter: ctao | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #10768: Allow for Admin Actions to be applied to an empty QuerySet

2009-04-28 Thread Django
#10768: Allow for Admin Actions to be applied to an empty QuerySet --+- Reporter: andreplebl...@gmail.com | Owner: nobody Status: reopened | Milestone:

Re: [Django] #9146: handlers/base.py relies on cpython-specific behavior

2009-04-28 Thread Django
#9146: handlers/base.py relies on cpython-specific behavior -+-- Reporter: fijal | Owner: jacobkm Status: closed | Milestone: 1.1 Component: Core

Re: [Django] #10948: pre_save used on FileField/ImageField doesn't work

2009-04-28 Thread Django
#10948: pre_save used on FileField/ImageField doesn't work ---+ Reporter: lstep | Owner: nobody Status: closed| Milestone: Component: File

[Django] #10948: pre_save used on FileField/ImageField doesn't work

2009-04-28 Thread Django
#10948: pre_save used on FileField/ImageField doesn't work --+- Reporter: lstep | Owner: nobody Status: new | Milestone: Component: File uploads/storage |

Re: [Django] #4030: internationalization - auto translation of LANGUAGES

2009-04-28 Thread Django
#4030: internationalization - auto translation of LANGUAGES ---+ Reporter: t...@barnettweb.net | Owner: nobody Status: new | Milestone:

[Changeset] r10642 - django/trunk/docs/topics

2009-04-28 Thread noreply
Author: russellm Date: 2009-04-28 08:28:57 -0500 (Tue, 28 Apr 2009) New Revision: 10642 Modified: django/trunk/docs/topics/conditional-view-processing.txt Log: Fixed #10898 -- Corrected minor error in conditional view processing example. Thanks to Tomasz Elendt for the report. Modified:

[Changeset] r10641 - in django/trunk: django/forms tests/regressiontests/forms

2009-04-28 Thread noreply
Author: russellm Date: 2009-04-28 08:19:30 -0500 (Tue, 28 Apr 2009) New Revision: 10641 Modified: django/trunk/django/forms/widgets.py django/trunk/tests/regressiontests/forms/widgets.py Log: Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, TimeInput, and

[Django] #10947: Queryset "__in" documentation missing list() call

2009-04-28 Thread Django
#10947: Queryset "__in" documentation missing list() call ---+ Reporter: julianb| Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.0

Re: [Django] #10945: Typo in get_XXX_display() crashes runserver

2009-04-28 Thread Django
#10945: Typo in get_XXX_display() crashes runserver +--- Reporter: shacker| Owner: nobody Status: closed | Milestone:

Re: [Django] #10939: Allow for dynamic registration of inlines into an admin model

2009-04-28 Thread Django
#10939: Allow for dynamic registration of inlines into an admin model ---+ Reporter: zbyte64 | Owner: nobody Status: new | Milestone:

[Changeset] r10640 - django/branches/releases/1.0.X/django/conf/locale/de/LC_MESSAGES

2009-04-28 Thread noreply
Author: jezdez Date: 2009-04-28 04:44:48 -0500 (Tue, 28 Apr 2009) New Revision: 10640 Modified: django/branches/releases/1.0.X/django/conf/locale/de/LC_MESSAGES/django.mo django/branches/releases/1.0.X/django/conf/locale/de/LC_MESSAGES/django.po Log: [1.0.X] Updated German translation,

[Changeset] r10639 - django/trunk/django/conf/locale/de/LC_MESSAGES

2009-04-28 Thread noreply
Author: jezdez Date: 2009-04-28 04:35:04 -0500 (Tue, 28 Apr 2009) New Revision: 10639 Modified: django/trunk/django/conf/locale/de/LC_MESSAGES/django.mo django/trunk/django/conf/locale/de/LC_MESSAGES/django.po Log: Updated German translation, thanks zerok and bartTC Modified:

[Django] #10946: Documentation for autoescape seems to be wrong

2009-04-28 Thread Django
#10946: Documentation for autoescape seems to be wrong ---+ Reporter: finngruwier| Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.0