Re: [Django] #23: Add support for ValidationWarning

2009-06-10 Thread Django
#23: Add support for ValidationWarning ---+ Reporter: adrian| Owner: nobody Status: new | Milestone: Component: Forms | Version: 1.0-alpha-2

[Changeset] r10980 - in django/branches/releases/1.0.X/django/contrib/gis: tests utils

2009-06-10 Thread noreply
Author: jbronn Date: 2009-06-10 21:53:32 -0500 (Wed, 10 Jun 2009) New Revision: 10980 Modified: django/branches/releases/1.0.X/django/contrib/gis/tests/test_geoip.py django/branches/releases/1.0.X/django/contrib/gis/utils/geoip.py Log: [1.0.X] Fixed #11245, #11246 -- Fixed validity check of

Re: [Django] #1327: Support nightly-build download

2009-06-10 Thread Django
#1327: Support nightly-build download ---+ Reporter: xyb | Owner: jezdez Status: assigned | Milestone:

[Changeset] r10979 - in django/trunk/django/contrib/gis: tests utils

2009-06-10 Thread noreply
Author: jbronn Date: 2009-06-10 21:45:46 -0500 (Wed, 10 Jun 2009) New Revision: 10979 Modified: django/trunk/django/contrib/gis/tests/test_geoip.py django/trunk/django/contrib/gis/utils/geoip.py Log: Fixed #11245, #11246 -- Fixed validity check of `GeoIP` pointers and leaking of their refe

Re: [Django] #11272: Various minor errors in the tutorial

2009-06-10 Thread Django
#11272: Various minor errors in the tutorial +--- Reporter: jjinux | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1

[Changeset] r10978 - in django/branches/soc2009/multidb: django/core/management/commands django/db/backends django/db/models django/db/models/fields docs/intro docs/ref/files docs/ref/models docs/topi

2009-06-10 Thread noreply
Author: Alex Date: 2009-06-10 18:30:30 -0500 (Wed, 10 Jun 2009) New Revision: 10978 Added: django/branches/soc2009/multidb/tests/modeltests/custom_pk/fields.py django/branches/soc2009/multidb/tests/modeltests/proxy_models/fixtures/ django/branches/soc2009/multidb/tests/modeltests/proxy_

Re: [Django] #11296: Delete confirmation page in Admin displays circular references.

2009-06-10 Thread Django
#11296: Delete confirmation page in Admin displays circular references. ---+ Reporter: benreynwar| Owner: nobody Status: new | Milestone: Compo

[Django] #11296: Delete confirmation page in Admin displays circular references.

2009-06-10 Thread Django
#11296: Delete confirmation page in Admin displays circular references. --+- Reporter: benreynwar| Owner: nobody Status: new | Milestone: Component: django.contrib.a

Re: [Django] #5034: request.urlconf does not get used in URL template tag

2009-06-10 Thread Django
#5034: request.urlconf does not get used in URL template tag -+-- Reporter: Trey| Owner: SmileyChris Status: new | Milestone:

Re: [Django] #11125: comment redirect does not work with preview

2009-06-10 Thread Django
#11125: comment redirect does not work with preview --+- Reporter: james_stevenson | Owner: nobody Status: reopened | Milestone: 1.1 Compo

Re: [Django] #11125: comment redirect does not work with preview

2009-06-10 Thread Django
#11125: comment redirect does not work with preview --+- Reporter: james_stevenson | Owner: nobody Status: closed | Milestone: 1.1 Compo

Re: [Django] #10733: Invalid results when deferring fields in more than one related model with only()

2009-06-10 Thread Django
#10733: Invalid results when deferring fields in more than one related model with only() ---+ Reporter: mrts | Owner: nobody Status: reopened

[Django] #11295: If ModelAdmin.queryset returns a filtered QS don't require a 2nd count call

2009-06-10 Thread Django
#11295: If ModelAdmin.queryset returns a filtered QS don't require a 2nd count call --+- Reporter: Alex | Owner: Alex Status: new | Milestone: Component: dja

Re: [Django] #9964: Transaction middleware closes the transaction only when it's marked as dirty

2009-06-10 Thread Django
#9964: Transaction middleware closes the transaction only when it's marked as dirty ---+ Reporter: ishirav | Owner: mtredinnick Status: assigned |

Re: [Django] #4186: [boulder-oracle] Error using "SELECT DISTINCT" with TextFields

2009-06-10 Thread Django
#4186: [boulder-oracle] Error using "SELECT DISTINCT" with TextFields ---+ Reporter: khoo...@westnet.com.au| Owner: nobody Status: new

Re: [Django] #9806: GeometryField crashes contrib.gis.admin

2009-06-10 Thread Django
#9806: GeometryField crashes contrib.gis.admin -+-- Reporter: ingenieroariel | Owner: jbronn Status: assigned| Milestone: 1.2 Comp

Re: [Django] #8276: Change fields' names in django.contrib.localflavor.pl.forms

2009-06-10 Thread Django
#8276: Change fields' names in django.contrib.localflavor.pl.forms ---+ Reporter: Piotr Lewandowski | Owner: nobody Status: closed| Milestone: 1.0

Re: [Django] #5246: MS SQL Server backend using pyodbc.

2009-06-10 Thread Django
#5246: MS SQL Server backend using pyodbc. +--- Reporter: Filip Wasilewski | Owner: nobody Status: closed | Milesto

Re: [Django] #9022: Allow US armed forces state codes for USStateField

2009-06-10 Thread Django
#9022: Allow US armed forces state codes for USStateField +--- Reporter: Daniel Pope | Owner: dougvanhorn Status: reopened | Milestone:

Re: [Django] #11294: Django administration Model list always shows Decimal with decimal places

2009-06-10 Thread Django
#11294: Django administration Model list always shows Decimal with decimal places ---+ Reporter: ja...@ncac.gwu.edu| Owner: nobody Status: new | Milestone:

Re: [Django] #11284: Support i18n tags in templates with .js extension

2009-06-10 Thread Django
#11284: Support i18n tags in templates with .js extension ---+ Reporter: andrewbadr| Owner: nobody Status: reopened | Milestone: Component: Interna

[Django] #11294: Django administration Model list always shows Decimal with decimal places

2009-06-10 Thread Django
#11294: Django administration Model list always shows Decimal with decimal places --+- Reporter: ja...@ncac.gwu.edu| Owner: nobody Status: new | Milestone: 1.1 Component: djang

[Changeset] r10977 - in django/branches/releases/1.0.X: . docs/ref/files

2009-06-10 Thread noreply
Author: russellm Date: 2009-06-10 08:00:28 -0500 (Wed, 10 Jun 2009) New Revision: 10977 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/ref/files/storage.txt Log: [1.0.X] Fixed #11056 -- Corrected reference to File class in storage docs. Thanks to wam for the

Re: [Django] #10801: tutorial part 4 vote view needs to redirect in the error case

2009-06-10 Thread Django
#10801: tutorial part 4 vote view needs to redirect in the error case +--- Reporter: br...@z2a.org | Owner: jacob Status: closed | Milestone: 1.1 Component: Documentati

[Changeset] r10976 - in django/branches/releases/1.0.X: . docs/intro

2009-06-10 Thread noreply
Author: russellm Date: 2009-06-10 07:57:06 -0500 (Wed, 10 Jun 2009) New Revision: 10976 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/intro/tutorial04.txt Log: [1.0.X] Fixed #10801 -- Reverted a portion of [10371]. Practicality beats purity in this case. Tha

[Changeset] r10975 - in django/branches/releases/1.0.X: . docs/topics/forms

2009-06-10 Thread noreply
Author: russellm Date: 2009-06-10 07:54:15 -0500 (Wed, 10 Jun 2009) New Revision: 10975 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/topics/forms/modelforms.txt Log: [1.0.X] Fixed #10845 -- Clarified the examples for using ModelForms with fields or exclude

[Changeset] r10974 - in django/branches/releases/1.0.X: . docs/ref/models

2009-06-10 Thread noreply
Author: russellm Date: 2009-06-10 07:51:35 -0500 (Wed, 10 Jun 2009) New Revision: 10974 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/ref/models/fields.txt Log: [1.0.X] Fixed #10981 -- Clarified documentation regarding lazy cross-application relationships. T

Re: [Django] #9771: Wrong form action

2009-06-10 Thread Django
#9771: Wrong form action +--- Reporter: tutonien | Owner: jacob Status: reopened | Milestone:

[Changeset] r10973 - django/trunk/docs/intro

2009-06-10 Thread noreply
Author: russellm Date: 2009-06-10 07:46:43 -0500 (Wed, 10 Jun 2009) New Revision: 10973 Modified: django/trunk/docs/intro/tutorial04.txt Log: Fixed #10801 -- Reverted a portion of [10371]. Practicality beats purity in this case. Thanks to br...@z2a.org for the report. Refs #9771. Modified: d

[Changeset] r10972 - django/trunk/docs/topics/forms

2009-06-10 Thread noreply
Author: russellm Date: 2009-06-10 07:46:04 -0500 (Wed, 10 Jun 2009) New Revision: 10972 Modified: django/trunk/docs/topics/forms/modelforms.txt Log: Fixed #10845 -- Clarified the examples for using ModelForms with fields or exclude specified. Thanks to Andrew Durdin for the suggestion. Modif

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

2009-06-10 Thread noreply
Author: russellm Date: 2009-06-10 07:45:29 -0500 (Wed, 10 Jun 2009) New Revision: 10971 Modified: django/trunk/docs/ref/models/fields.txt Log: Fixed #10981 -- Clarified documentation regarding lazy cross-application relationships. Thanks to Ramiro for the suggestion. Modified: django/trunk/d

[Changeset] r10970 - django/trunk/docs/ref/files

2009-06-10 Thread noreply
Author: russellm Date: 2009-06-10 07:44:53 -0500 (Wed, 10 Jun 2009) New Revision: 10970 Modified: django/trunk/docs/ref/files/storage.txt Log: Fixed #11056 -- Corrected reference to File class in storage docs. Thanks to wam for the report. Modified: django/trunk/docs/ref/files/storage.txt ==