Re: [Django] #7611: auth app PasswordResetTest requires admin app to be installed

2009-04-30 Thread Django
#7611: auth app PasswordResetTest requires admin app to be installed +--- Reporter: andrewbadr | Owner: jason Status: closed | Milestone: 1.0 Component:

Re: [Django] #8404: Auth password reset tests are too restrictive about template requirements

2009-04-30 Thread Django
#8404: Auth password reset tests are too restrictive about template requirements ---+ Reporter: mtredinnick | Owner: nobody Status: new | Milestone: Component:

[Django] #10973: simpler doctesting

2009-04-30 Thread Django
#10973: simpler doctesting ---+ Reporter: pcicman| Owner: nobody Status: new| Milestone: Component: Testing framework | Version: 1.0 Keywords: doctest

Re: [Django] #10972: Use Expressions with Annotations

2009-04-30 Thread Django
#10972: Use Expressions with Annotations --+- Reporter: m...@donaldrichardson.net | Owner: Status: new | Milestone:

Re: [Django] #10828: deleting all forms within a formset is not possible

2009-04-30 Thread Django
#10828: deleting all forms within a formset is not possible ---+ Reporter: patrickk | Owner: nobody Status: new | Milestone: 1.1 Component: Forms | Version:

Re: [Django] #10972: Use Expressions with Annotations

2009-04-30 Thread Django
#10972: Use Expressions with Annotations --+- Reporter: m...@donaldrichardson.net | Owner: Status: new | Milestone: 1.1

[Django] #10972: Use Expressions with Annotations

2009-04-30 Thread Django
#10972: Use Expressions with Annotations -+-- Reporter: m...@donaldrichardson.net | Status: new Milestone: 1.1 | Component: ORM aggregation

Re: [Django] #10971: Test client response.redirect_chain documentation example missing follow argument

2009-04-30 Thread Django
#10971: Test client response.redirect_chain documentation example missing follow argument +--- Reporter: yourcelf | Owner: nobody Status: new| Milestone:

[Django] #10971: Test client response.redirect_chain documentation example missing follow argument

2009-04-30 Thread Django
#10971: Test client response.redirect_chain documentation example missing follow argument ---+ Reporter: yourcelf | Owner: nobody Status: new| Milestone: Component:

Re: [Django] #10970: auto_now_add for DateField evaluetes to datetime.datetime instance

2009-04-30 Thread Django
#10970: auto_now_add for DateField evaluetes to datetime.datetime instance ---+ Reporter: summerisgone | Owner: nobody Status: new |

Re: [Django] #10970: auto_now_add for DateField evaluetes to datetime.datetime instance

2009-04-30 Thread Django
#10970: auto_now_add for DateField evaluetes to datetime.datetime instance ---+ Reporter: summerisgone | Owner: nobody Status: new |

[Django] #10970: auto_now_add for DateField evaluetes to datetime.datetime instance

2009-04-30 Thread Django
#10970: auto_now_add for DateField evaluetes to datetime.datetime instance --+- Reporter: summerisgone | Owner: nobody Status: new | Milestone:

Re: [Django] #10885: Update the Hebrew Translaions for 1.1

2009-04-30 Thread Django
#10885: Update the Hebrew Translaions for 1.1 ---+ Reporter: Alex | Owner: nobody Status: reopened | Milestone: 1.1 Component: Translations | Version:

[Django] #10969: django/contrib/localflavor/us/models.py update USStateField to act as a normal CharField with choices.

2009-04-30 Thread Django
#10969: django/contrib/localflavor/us/models.py update USStateField to act as a normal CharField with choices. +--- Reporter: pmclanahan | Owner: nobody Status: new |

Re: [Django] #10968: Appears like there's something missing when subclassing django.forms' ErrorList

2009-04-30 Thread Django
#10968: Appears like there's something missing when subclassing django.forms' ErrorList -+-- Reporter: matehat | Owner: matehat Status: new | Milestone:

Re: [Django] #10968: Appears like there's something missing when subclassing django.forms' ErrorList

2009-04-30 Thread Django
#10968: Appears like there's something missing when subclassing django.forms' ErrorList -+-- Reporter: matehat | Owner: nobody Status: new | Milestone:

[Django] #10968: Appears like there's something missing when subclassing django.forms' ErrorList

2009-04-30 Thread Django
#10968: Appears like there's something missing when subclassing django.forms' ErrorList -+-- Reporter: matehat | Owner: nobody Status: new | Milestone: Component: Forms| Version:

[Changeset] r10650 - django/trunk/django/contrib/gis/forms

2009-04-30 Thread noreply
Author: brosner Date: 2009-04-30 15:12:24 -0500 (Thu, 30 Apr 2009) New Revision: 10650 Modified: django/trunk/django/contrib/gis/forms/fields.py Log: Added a missing ASCII 32 in a GIS form field error message. Thanks Alex Gaynor for catching it. Modified:

[Django] #10967: save(force_update=True) crashes with model inheritance

2009-04-30 Thread Django
#10967: save(force_update=True) crashes with model inheritance ---+ Reporter: lgs| Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.0

Re: [Django] #8968: No way to utilize `next` parameter to redirect after comment deletion

2009-04-30 Thread Django
#8968: No way to utilize `next` parameter to redirect after comment deletion --+- Reporter: Dzhus| Owner: kkubasik Status: reopened | Milestone: 1.1

Re: [Django] #3995: Give the Message model a type (success/failure/generic)

2009-04-30 Thread Django
#3995: Give the Message model a type (success/failure/generic) -+-- Reporter: joe | Owner: PJCrosier Status: new | Milestone: Component:

Re: [Django] #3995: Give the Message model a type (success/failure/generic)

2009-04-30 Thread Django
#3995: Give the Message model a type (success/failure/generic) -+-- Reporter: joe | Owner: PJCrosier Status: new | Milestone: Component:

Re: [Django] #3995: Give the Message model a type (success/failure/generic)

2009-04-30 Thread Django
#3995: Give the Message model a type (success/failure/generic) -+-- Reporter: joe | Owner: PJCrosier Status: new | Milestone: Component:

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

2009-04-30 Thread noreply
Author: russellm Date: 2009-04-30 10:44:05 -0500 (Thu, 30 Apr 2009) New Revision: 10649 Modified: django/branches/releases/1.0.X/ Log: [1.0.X] Updated svnmerge properties Property changes on: django/branches/releases/1.0.X ___

[Changeset] r10648 - in django/trunk: django/db/models django/db/models/sql tests/regressiontests/extra_regress

2009-04-30 Thread noreply
Author: russellm Date: 2009-04-30 10:40:09 -0500 (Thu, 30 Apr 2009) New Revision: 10648 Modified: django/trunk/django/db/models/query.py django/trunk/django/db/models/sql/query.py django/trunk/django/db/models/sql/subqueries.py

Re: [Django] #10965: Django should use an online translation system.

2009-04-30 Thread Django
#10965: Django should use an online translation system. ---+ Reporter: stavros | Owner: nobody Status: new | Milestone: Component: Translations |

[Changeset] r10647 - in django/branches/releases/1.0.X: django/forms tests/modeltests/model_forms

2009-04-30 Thread noreply
Author: russellm Date: 2009-04-30 08:49:14 -0500 (Thu, 30 Apr 2009) New Revision: 10647 Modified: django/branches/releases/1.0.X/django/forms/models.py django/branches/releases/1.0.X/tests/modeltests/model_forms/models.py Log: [1.0.X] Fixed #10134 -- Added unique_for_[date|day|month|year]

Re: [Django] #6286: tutorial part 3 - Design your urls misses admin views

2009-04-30 Thread Django
#6286: tutorial part 3 - Design your urls misses admin views +--- Reporter: Bashar | Owner: stugots Status: assigned | Milestone: Component:

[Changeset] r10646 - in django/trunk: django/forms tests/modeltests/model_forms

2009-04-30 Thread noreply
Author: russellm Date: 2009-04-30 08:47:39 -0500 (Thu, 30 Apr 2009) New Revision: 10646 Modified: django/trunk/django/forms/models.py django/trunk/tests/modeltests/model_forms/models.py Log: Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelForm handling. Thanks to

[Django] #10966: Management module imports project_module, considered evil

2009-04-30 Thread Django
#10966: Management module imports project_module, considered evil +--- Reporter: patrys | Owner: nobody Status: new | Milestone: Component: Core framework | Version:

Re: [Django] #7596: Multiple Database Inserts using 1 query

2009-04-30 Thread Django
#7596: Multiple Database Inserts using 1 query ---+ Reporter: erikcw| Owner: nobody Status: new | Milestone:

Re: [Django] #5652: Straightforward use of startproject command results in broken "Show on Site" link in admin

2009-04-30 Thread Django
#5652: Straightforward use of startproject command results in broken "Show on Site" link in admin +--- Reporter: Leo Hourvitz | Owner: nobody Status: new

[Django] #10965: Django should use an online translation system.

2009-04-30 Thread Django
#10965: Django should use an online translation system. --+- Reporter: stavros | Owner: nobody Status: new | Milestone: Component: Translations | Version: 1.0

Re: [Django] #10962: GROUP BY generation and extra seems to be too greedy

2009-04-30 Thread Django
#10962: GROUP BY generation and extra seems to be too greedy ---+ Reporter: brosner | Owner: nobody Status: closed| Milestone: 1.1

[Django] #10964: Admin for group doesn't allow to easily add users to the group

2009-04-30 Thread Django
#10964: Admin for group doesn't allow to easily add users to the group --+- Reporter: gruszczy | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #10963: InlineAdminForm clobbers "content_type_id"

2009-04-30 Thread Django
#10963: InlineAdminForm clobbers "content_type_id" ---+ Reporter: tclineks | Owner: nobody Status: closed| Milestone: 1.1 Component:

Re: [Django] #10963: InlineAdminForm clobbers "content_type_id"

2009-04-30 Thread Django
#10963: InlineAdminForm clobbers "content_type_id" ---+ Reporter: tclineks | Owner: nobody Status: closed| Milestone: 1.1 Component:

[Django] #10963: InlineAdminForm clobbers "content_type_id"

2009-04-30 Thread Django
#10963: InlineAdminForm clobbers "content_type_id" --+- Reporter: tclineks | Owner: nobody Status: new | Milestone: 1.1 Component: django.contrib.admin | Version: