Re: [Django] #12177: Error in part 4 of the tutorial?

2010-01-12 Thread Django
#12177: Error in part 4 of the tutorial? +--- Reporter: simon_k| Owner: nobody Status: closed | Milestone: Component: Documentation | Version: SVN

Re: [Django] #12177: Error in part 4 of the tutorial?

2010-01-12 Thread Django
#12177: Error in part 4 of the tutorial? +--- Reporter: simon_k| Owner: nobody Status: closed | Milestone: Component: Documentation | Version: SVN

Re: [Django] #12578: multipartparser.Parser does not accept non-canonical bare CR and bare LF

2010-01-12 Thread Django
#12578: multipartparser.Parser does not accept non-canonical bare CR and bare LF +--- Reporter: jfenwick | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #12578: multipartparser.Parser does not accept non-canonical bare CR and bare LF

2010-01-12 Thread Django
#12578: multipartparser.Parser does not accept non-canonical bare CR and bare LF +--- Reporter: jfenwick | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #12598: somefield__isnull=False produce wrong SQL

2010-01-12 Thread Django
#12598: somefield__isnull=False produce wrong SQL --+- Reporter: benc | Owner: Status: closed | Milestone: Component: ORM aggregation | Versio

Re: [Django] #12597: somefield__isnull=False produce wrong SQL

2010-01-12 Thread Django
#12597: somefield__isnull=False produce wrong SQL --+- Reporter: benc | Owner: Status: closed | Milestone: Component: ORM aggregation | Versio

[Django] #12598: somefield__isnull=False produce wrong SQL

2010-01-12 Thread Django
#12598: somefield__isnull=False produce wrong SQL -+-- Reporter: benc | Owner: Status: new | Milestone: Component: ORM aggregation | Version: 1.1 Key

[Django] #12597: somefield__isnull=False produce wrong SQL

2010-01-12 Thread Django
#12597: somefield__isnull=False produce wrong SQL -+-- Reporter: benc | Owner: Status: new | Milestone: Component: ORM aggregation | Version: 1.1 Key

Re: [Django] #12596: Calling ModelForm.clean() is no longer optional

2010-01-12 Thread Django
#12596: Calling ModelForm.clean() is no longer optional -+-- Reporter: carljm | Owner: carljm Status: assigned| Milestone: Component: Forms | Version:

Re: [Django] #12596: Calling ModelForm.clean() is no longer optional

2010-01-12 Thread Django
#12596: Calling ModelForm.clean() is no longer optional -+-- Reporter: carljm | Owner: carljm Status: assigned| Milestone: Component: Forms | Version:

Re: [Django] #12339: ContentType update could cascade deletes to generic foreign keys, causing data loss

2010-01-12 Thread Django
#12339: ContentType update could cascade deletes to generic foreign keys, causing data loss ---+ Reporter: kcarnold | Owner: nobody Status: reopened | Miles

Re: [Django] #12339: ContentType update could cascade deletes to generic foreign keys, causing data loss

2010-01-12 Thread Django
#12339: ContentType update could cascade deletes to generic foreign keys, causing data loss ---+ Reporter: kcarnold | Owner: nobody Status: reopened | Miles

[Changeset] r12222 - django/trunk/docs/ref/models

2010-01-12 Thread noreply
Author: jezdez Date: 2010-01-12 17:37:07 -0600 (Tue, 12 Jan 2010) New Revision: 1 Modified: django/trunk/docs/ref/models/instances.txt Log: Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo. Modified: django/trunk/docs/ref/models/instances.txt ===

[Changeset] r12221 - django/trunk/docs/topics/db

2010-01-12 Thread noreply
Author: jezdez Date: 2010-01-12 17:36:43 -0600 (Tue, 12 Jan 2010) New Revision: 12221 Modified: django/trunk/docs/topics/db/managers.txt Log: Fixed #11794 - Typo in model manager documentation. Thanks, timo. Modified: django/trunk/docs/topics/db/managers.txt ===

[Changeset] r12220 - django/trunk/docs/ref/templates

2010-01-12 Thread noreply
Author: jezdez Date: 2010-01-12 17:36:19 -0600 (Tue, 12 Jan 2010) New Revision: 12220 Modified: django/trunk/docs/ref/templates/builtins.txt Log: Fixed #12496 - Added code examples to built-in filter documentation. Thanks, Arthur Koziel. Modified: django/trunk/docs/ref/templates/builtins.txt

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

2010-01-12 Thread noreply
Author: jezdez Date: 2010-01-12 17:35:54 -0600 (Tue, 12 Jan 2010) New Revision: 12219 Modified: django/trunk/django/contrib/auth/models.py Log: Fixed #11796 - Tweaked ordering of permissions a little more to be even nicer. Modified: django/trunk/django/contrib/auth/models.py ==

[Changeset] r12218 - in django/trunk: django/contrib/admin/templates/admin/auth/user django/contrib/admin/templates/registration django/contrib/auth tests/regressiontests/admin_views

2010-01-12 Thread noreply
Author: jezdez Date: 2010-01-12 17:35:29 -0600 (Tue, 12 Jan 2010) New Revision: 12218 Modified: django/trunk/django/contrib/admin/templates/admin/auth/user/add_form.html django/trunk/django/contrib/admin/templates/registration/password_change_form.html django/trunk/django/contrib/auth/ad

[Changeset] r12217 - in django/trunk: django/contrib/admin docs/ref/contrib/admin tests/regressiontests/admin_views tests/templates/custom_admin

2010-01-12 Thread noreply
Author: jezdez Date: 2010-01-12 17:34:46 -0600 (Tue, 12 Jan 2010) New Revision: 12217 Added: django/trunk/tests/templates/custom_admin/logout.html django/trunk/tests/templates/custom_admin/password_change_done.html django/trunk/tests/templates/custom_admin/password_change_form.html Modifi

[Changeset] r12216 - in django/trunk: django/contrib/admin docs/ref/contrib/admin tests/regressiontests/admin_views tests/templates/custom_admin

2010-01-12 Thread noreply
Author: jezdez Date: 2010-01-12 17:34:03 -0600 (Tue, 12 Jan 2010) New Revision: 12216 Added: django/trunk/tests/templates/custom_admin/add_form.html Modified: django/trunk/django/contrib/admin/options.py django/trunk/docs/ref/contrib/admin/index.txt django/trunk/tests/regressiontests/a

Re: [Django] #7777: DecimalField validation ignores infinity and nan

2010-01-12 Thread Django
#: DecimalField validation ignores infinity and nan -+-- Reporter: thebitguru | Owner: thebitguru Status: assigned| Milestone: 1.2 Component

Re: [Django] #6434: auto_now and auto_now_add documentation

2010-01-12 Thread Django
#6434: auto_now and auto_now_add documentation +--- Reporter: jok...@radgjafahus.is | Owner: nobody Status: new| Milestone:

Re: [Django] #11796: Change Permission ordering to sort by application, model, then permission

2010-01-12 Thread Django
#11796: Change Permission ordering to sort by application, model, then permission -+-- Reporter: russryba| Owner: jezdez Status: assigned| Milestone:

Re: [Django] #12596: Calling ModelForm.clean() is no longer optional

2010-01-12 Thread Django
#12596: Calling ModelForm.clean() is no longer optional -+-- Reporter: carljm | Owner: carljm Status: assigned| Milestone: Component: Forms | Version:

[Django] #12596: Calling ModelForm.clean() is no longer optional

2010-01-12 Thread Django
#12596: Calling ModelForm.clean() is no longer optional +--- Reporter: carljm | Owner: carljm Status: new | Milestone: Component: Forms | Version: 1.1 Keywords: |

[Changeset] r12215 - django/trunk/django/contrib/messages/tests

2010-01-12 Thread noreply
Author: lukeplant Date: 2010-01-12 16:03:00 -0600 (Tue, 12 Jan 2010) New Revision: 12215 Modified: django/trunk/django/contrib/messages/tests/base.py Log: Fixed #12588 - test failure since r12207 Modified: django/trunk/django/contrib/messages/tests/base.py ===

Re: [Django] #12416: Improve KML Serialization

2010-01-12 Thread Django
#12416: Improve KML Serialization -+-- Reporter: jbronn | Owner: jbronn Status: new | Milestone: 1.2 Component: GIS | Ver

Re: [Django] #12595: Localflavor bad arguments handling

2010-01-12 Thread Django
#12595: Localflavor bad arguments handling -+-- Reporter: sayane | Owner: nobody Status: new | Milestone: 1.2 Component: django.con

Re: [Django] #12581: connection.queries should use a ring buffer to avoid large memory consumption under runserver

2010-01-12 Thread Django
#12581: connection.queries should use a ring buffer to avoid large memory consumption under runserver ---+ Reporter: robhudson | Owner: nobody Status: new

Re: [Django] #12595: Localflavor bad arguments handling

2010-01-12 Thread Django
#12595: Localflavor bad arguments handling -+-- Reporter: sayane | Owner: nobody Status: new | Milestone: 1.2 Component: django.con

[Django] #12595: Localflavor bad arguments handling

2010-01-12 Thread Django
#12595: Localflavor bad arguments handling +--- Reporter: sayane | Owner: nobody Status: new | Milestone: 1.2 Component: django.contrib.localflavor |

Re: [Django] #12592: i18nguy language code for brazilian portuguese is wrong

2010-01-12 Thread Django
#12592: i18nguy language code for brazilian portuguese is wrong +--- Reporter: italomaia | Owner: nobody Status: new| Milestone: 1.2 Component: Uncategorized

Re: [Django] #6191: Admin delete view doesn't show all items in some circumstances

2010-01-12 Thread Django
#6191: Admin delete view doesn't show all items in some circumstances ---+ Reporter: nicklane | Owner: carljm Status: new | Milestone:

Re: [Django] #12594: Meaningless exception when DEBUG=False and resolver.urlconf_module is None.

2010-01-12 Thread Django
#12594: Meaningless exception when DEBUG=False and resolver.urlconf_module is None. +--- Reporter: buriy | Owner: nobody Status: new| Milestone: 1.2

[Django] #12594: Meaningless exception when DEBUG=False and resolver.urlconf_module is None.

2010-01-12 Thread Django
#12594: Meaningless exception when DEBUG=False and resolver.urlconf_module is None. ---+ Reporter: buriy | Owner: nobody Status: new| Milestone: 1.2 Component: HTTP handling |

Re: [Django] #12589: upload_to argument on FileField It is not completely clear in the documentation

2010-01-12 Thread Django
#12589: upload_to argument on FileField It is not completely clear in the documentation +--- Reporter: finngruwier| Owner: nobody Status: closed | Milestone: Com

Re: [Django] #12593: "manage.py loaddata" exits with system exist status 0 when there are errors

2010-01-12 Thread Django
#12593: "manage.py loaddata" exits with system exist status 0 when there are errors +--- Reporter: bruce_s| Owner: nobody Status: closed | Milestone: Compon

Re: [Django] #12593: "manage.py loaddata" exits with system exist status 0 when there are errors

2010-01-12 Thread Django
#12593: "manage.py loaddata" exits with system exist status 0 when there are errors +--- Reporter: bruce_s| Owner: nobody Status: new| Milestone: Compon

[Django] #12593: "manage.py loaddata" exits with system exist status 0 when there are errors

2010-01-12 Thread Django
#12593: "manage.py loaddata" exits with system exist status 0 when there are errors ---+ Reporter: bruce_s| Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #10923: Use thread-safe GEOS API if available

2010-01-12 Thread Django
#10923: Use thread-safe GEOS API if available ---+ Reporter: andrew_pendleton | Owner: jbronn Status: closed| Milestone: 1.2 Compo

[Changeset] r12214 - in django/trunk/django/contrib/gis/geos: . prototypes

2010-01-12 Thread noreply
Author: jbronn Date: 2010-01-12 12:40:54 -0600 (Tue, 12 Jan 2010) New Revision: 12214 Added: django/trunk/django/contrib/gis/geos/prototypes/threadsafe.py Modified: django/trunk/django/contrib/gis/geos/geometry.py django/trunk/django/contrib/gis/geos/io.py django/trunk/django/contrib/g

[Django] #12592: i18nguy language code for brazilian portuguese is wrong

2010-01-12 Thread Django
#12592: i18nguy language code for brazilian portuguese is wrong ---+ Reporter: italomaia | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1

Re: [Django] #12339: ContentType update could cascade deletes to generic foreign keys, causing data loss

2010-01-12 Thread Django
#12339: ContentType update could cascade deletes to generic foreign keys, causing data loss ---+ Reporter: kcarnold | Owner: nobody Status: reopened | Miles

[Django] #12591: django.contrib.gis.utils.srs is out of date

2010-01-12 Thread Django
#12591: django.contrib.gis.utils.srs is out of date -+-- Reporter: yourcelf | Owner: nobody Status: new | Milestone: Component: GIS | Version: S

[Django] #12590: validators modeltest test fail under Python 2.4

2010-01-12 Thread Django
#12590: validators modeltest test fail under Python 2.4 ---+ Reporter: ramiro | Owner: nobody Status: new| Milestone: 1.2 Component: Testing framework | Version: SVN

Re: [Django] #12339: ContentType update could cascade deletes to generic foreign keys, causing data loss

2010-01-12 Thread Django
#12339: ContentType update could cascade deletes to generic foreign keys, causing data loss ---+ Reporter: kcarnold | Owner: nobody Status: reopened | Miles

Re: [Django] #12589: upload_to argument on FileField It is not completely clear in the documentation

2010-01-12 Thread Django
#12589: upload_to argument on FileField It is not completely clear in the documentation +--- Reporter: finngruwier| Owner: nobody Status: closed | Milestone: Com

[Django] #12589: upload_to argument on FileField It is not completely clear in the documentation

2010-01-12 Thread Django
#12589: upload_to argument on FileField It is not completely clear in the documentation ---+ Reporter: finngruwier| Owner: nobody Status: new| Milestone: Component: Documentation

Re: [Django] #10933: Avoid " TypeError: Cannot convert Decimal("0.0000") to Decimal " when the decimal module has been reloaded

2010-01-12 Thread Django
#10933: Avoid " TypeError: Cannot convert Decimal("0.") to Decimal " when the decimal module has been reloaded ---+ Reporter: gagravarr | Owner: nobody Status: new

Re: [Django] #12512: Misspelling

2010-01-12 Thread Django
#12512: Misspelling +--- Reporter: bward1 | Owner: nobody Status: closed | Milestone: Component: Documentation | Version: 1.1

Re: [Django] #12339: ContentType update could cascade deletes to generic foreign keys, causing data loss

2010-01-12 Thread Django
#12339: ContentType update could cascade deletes to generic foreign keys, causing data loss ---+ Reporter: kcarnold | Owner: nobody Status: reopened | Miles

[Django] #12588: context_processors test failure since r12207

2010-01-12 Thread Django
#12588: context_processors test failure since r12207 ---+ Reporter: kmtracey | Owner: nobody Status: new| Milestone: 1.2 Component: Uncategorized | Version: SVN Keywor

Re: [Django] #7777: DecimalField validation ignores infinity and nan

2010-01-12 Thread Django
#: DecimalField validation ignores infinity and nan -+-- Reporter: thebitguru | Owner: thebitguru Status: assigned| Milestone: Component

[Changeset] r12213 - django/trunk/docs/releases

2010-01-12 Thread noreply
Author: jkocherhans Date: 2010-01-12 08:58:47 -0600 (Tue, 12 Jan 2010) New Revision: 12213 Modified: django/trunk/docs/releases/1.2.txt Log: Fixed #12516. Added the new location of email_re to the release notes. This regex is undocumented, so we're not putting in an import for backwards compa

[Changeset] r12212 - django/trunk/docs/ref

2010-01-12 Thread noreply
Author: jkocherhans Date: 2010-01-12 08:58:34 -0600 (Tue, 12 Jan 2010) New Revision: 12212 Modified: django/trunk/docs/ref/validators.txt Log: Fixed #12525. Added a note to the validators doucmentation that models will not automatically run validators when saved, and a link to the ModelForm do

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

2010-01-12 Thread noreply
Author: jkocherhans Date: 2010-01-12 08:58:24 -0600 (Tue, 12 Jan 2010) New Revision: 12211 Modified: django/trunk/django/forms/models.py django/trunk/tests/regressiontests/forms/models.py Log: Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses implementation. This

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

2010-01-12 Thread noreply
Author: lukeplant Date: 2010-01-12 08:26:17 -0600 (Tue, 12 Jan 2010) New Revision: 12210 Modified: django/trunk/django/db/models/base.py Log: Fixed some bad indentation Modified: django/trunk/django/db/models/base.py === --- dja

Re: [Django] #12587: Related fields when using multiple databases and different managers

2010-01-12 Thread Django
#12587: Related fields when using multiple databases and different managers ---+ Reporter: aprilmay | Owner: nobody Status: closed| Mi

[Changeset] r12209 - django/trunk/docs/ref/models

2010-01-12 Thread noreply
Author: jkocherhans Date: 2010-01-12 08:04:04 -0600 (Tue, 12 Jan 2010) New Revision: 12209 Modified: django/trunk/docs/ref/models/instances.txt Log: Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus. Modified: django/trunk/docs/ref/models/instances.txt =

[Django] #12587: Related fields when using multiple databases and different managers

2010-01-12 Thread Django
#12587: Related fields when using multiple databases and different managers --+- Reporter: aprilmay | Owner: nobody Status: new | Milestone: 1.2 Componen

Re: [Django] #12177: Error in part 4 of the tutorial?

2010-01-12 Thread Django
#12177: Error in part 4 of the tutorial? +--- Reporter: simon_k| Owner: nobody Status: closed | Milestone: Component: Documentation | Version: SVN

[Changeset] r12208 - django/trunk/docs/releases

2010-01-12 Thread noreply
Author: lukeplant Date: 2010-01-12 07:14:32 -0600 (Tue, 12 Jan 2010) New Revision: 12208 Modified: django/trunk/docs/releases/1.2.txt Log: Documented the backwards incompatibility caused by `in` being a new keyword in the `if` template tag. Modified: django/trunk/docs/releases/1.2.txt =

Re: [Django] #12521: ModelAdmin save_model request.user idiom is broken by model validation

2010-01-12 Thread Django
#12521: ModelAdmin save_model request.user idiom is broken by model validation -+-- Reporter: simon | Owner: jkocherhans Status: closed | Milestone: 1.2

Re: [Django] #7048: Support clearing FileFields with ModelForms

2010-01-12 Thread Django
#7048: Support clearing FileFields with ModelForms ---+ Reporter: jarrow| Owner: brosner Status: assigned | Milestone: 1.2 Component: django.contr

Re: [Django] #8933: Make more admin templates overridable

2010-01-12 Thread Django
#8933: Make more admin templates overridable ---+ Reporter: jezdez| Owner: jezdez Status: new | Milestone: Component: django.contrib.admin

Re: [Django] #10414: select_related ignores unrecognized fields

2010-01-12 Thread Django
#10414: select_related ignores unrecognized fields ---+ Reporter: trebor74hr| Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12151: UnicodeEncodeError from django.contrib.comments.views.utils line 41.

2010-01-12 Thread Django
#12151: UnicodeEncodeError from django.contrib.comments.views.utils line 41. --+- Reporter: mikl | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12577: New validation behaviour breaks django.contrib.contenttypes when unique_toghether is used

2010-01-12 Thread Django
#12577: New validation behaviour breaks django.contrib.contenttypes when unique_toghether is used -+-- Reporter: raffaele.salm...@gmail.com | Owner: nobody Status: new |

Re: [Django] #12577: New validation behaviour breaks django.contrib.contenttypes when unique_toghether is used

2010-01-12 Thread Django
#12577: New validation behaviour breaks django.contrib.contenttypes when unique_toghether is used -+-- Reporter: raffaele.salm...@gmail.com | Owner: nobody Status: new |

Re: [Django] #12577: New validation behaviour breaks django.contrib.contenttypes when unique_toghether is used

2010-01-12 Thread Django
#12577: New validation behaviour breaks django.contrib.contenttypes when unique_toghether is used -+-- Reporter: raffaele.salm...@gmail.com | Owner: nobody Status: new |