[Changeset] r11040 - django/branches/soc2009/http-wsgi-improvements/django/http

2009-06-17 Thread noreply
Author: ccahoon Date: 2009-06-18 00:18:35 -0500 (Thu, 18 Jun 2009) New Revision: 11040 Modified: django/branches/soc2009/http-wsgi-improvements/django/http/__init__.py Log: [soc2009/http-wsgi-improvements] http.HttpResponse now initializes self._codec to None. Changeset 11030 did not actuall

[Changeset] r11039 - django/branches/soc2009/http-wsgi-improvements/django/core/handlers

2009-06-17 Thread noreply
Author: ccahoon Date: 2009-06-18 00:01:23 -0500 (Thu, 18 Jun 2009) New Revision: 11039 Modified: django/branches/soc2009/http-wsgi-improvements/django/core/handlers/base.py django/branches/soc2009/http-wsgi-improvements/django/core/handlers/modpython.py django/branches/soc2009/http-wsgi

Re: [Django] #11008: dictsort and dictsortreversed template filters broken

2009-06-17 Thread Django
#11008: dictsort and dictsortreversed template filters broken --+- Reporter: ionut_bizau | Owner: nobody Status: new | Milestone: Component: Template syst

Re: [Django] #11008: dictsort and dictsortreversed template filters broken

2009-06-17 Thread Django
#11008: dictsort and dictsortreversed template filters broken --+- Reporter: ionut_bizau | Owner: nobody Status: new | Milestone: Component: Template syst

Re: [Django] #11008: dictsort and dictsortreversed template filters broken

2009-06-17 Thread Django
#11008: dictsort and dictsortreversed template filters broken --+- Reporter: ionut_bizau | Owner: nobody Status: new | Milestone: Component: Template syst

Re: [Django] #11008: dictsort and dictsortreversed template filters broken

2009-06-17 Thread Django
#11008: dictsort and dictsortreversed template filters broken --+- Reporter: ionut_bizau | Owner: nobody Status: new | Milestone: Component: Template syst

Re: [Django] #11008: dictsort and dictsortreversed template filters broken

2009-06-17 Thread Django
#11008: dictsort and dictsortreversed template filters broken --+- Reporter: ionut_bizau | Owner: nobody Status: new | Milestone: Component: Template syst

Re: [Django] #11008: dictsort and dictsortreversed template filters broken

2009-06-17 Thread Django
#11008: dictsort and dictsortreversed template filters broken --+- Reporter: ionut_bizau | Owner: nobody Status: new | Milestone: Component: Template syst

[Changeset] r11037 - in django/branches/soc2009/model-validation: django/db/models/fields tests/modeltests/validation

2009-06-17 Thread noreply
Author: Honza_Kral Date: 2009-06-17 19:59:07 -0500 (Wed, 17 Jun 2009) New Revision: 11037 Modified: django/branches/soc2009/model-validation/django/db/models/fields/__init__.py django/branches/soc2009/model-validation/tests/modeltests/validation/models.py django/branches/soc2009/model-v

[Changeset] r11036 - django/branches/soc2009/model-validation/django/forms

2009-06-17 Thread noreply
Author: Honza_Kral Date: 2009-06-17 19:58:39 -0500 (Wed, 17 Jun 2009) New Revision: 11036 Modified: django/branches/soc2009/model-validation/django/forms/forms.py Log: [soc2009/model-validation] have complex validators also use error_messages if applicable Modified: django/branches/soc2009/m

[Changeset] r11035 - in django/branches/soc2009/model-validation/django: core forms

2009-06-17 Thread noreply
Author: Honza_Kral Date: 2009-06-17 19:31:57 -0500 (Wed, 17 Jun 2009) New Revision: 11035 Modified: django/branches/soc2009/model-validation/django/core/exceptions.py django/branches/soc2009/model-validation/django/core/validators.py django/branches/soc2009/model-validation/django/forms/

[Changeset] r11034 - django/branches/soc2009/model-validation/django/forms

2009-06-17 Thread noreply
Author: Honza_Kral Date: 2009-06-17 19:31:37 -0500 (Wed, 17 Jun 2009) New Revision: 11034 Modified: django/branches/soc2009/model-validation/django/forms/fields.py Log: [soc2009/model-validation] Changed EmailField to use validators Modified: django/branches/soc2009/model-validation/django/fo

[Changeset] r11033 - django/branches/soc2009/model-validation/django/forms

2009-06-17 Thread noreply
Author: Honza_Kral Date: 2009-06-17 19:31:18 -0500 (Wed, 17 Jun 2009) New Revision: 11033 Modified: django/branches/soc2009/model-validation/django/forms/fields.py Log: [soc2009/model-validation] Do not run simple validators on empty values Modified: django/branches/soc2009/model-validation/d

[Changeset] r11032 - in django/trunk/docs: ref topics

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 19:16:48 -0500 (Wed, 17 Jun 2009) New Revision: 11032 Modified: django/trunk/docs/ref/generic-views.txt django/trunk/docs/topics/index.txt Log: Refs #11336 -- Another dummy commit to force refresh of some index pages by Sphinx, caused by file ommitted from

Re: [Django] #11336: Warning under the "Generic Views" header in main docs page

2009-06-17 Thread Django
#11336: Warning under the "Generic Views" header in main docs page -+-- Reporter: peter.lan...@gmail.com | Owner: nobody Status: closed | Milestone: Compon

[Changeset] r11031 - in django/trunk/docs: . ref

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 18:57:27 -0500 (Wed, 17 Jun 2009) New Revision: 11031 Modified: django/trunk/docs/index.txt django/trunk/docs/ref/index.txt Log: Fixed #11336 -- Dummy commit to force refresh of some index pages by Sphinx, caused by file ommitted from [11025] and included

Re: [Django] #11331: Memcached backend closes connection after every request

2009-06-17 Thread Django
#11331: Memcached backend closes connection after every request ---+ Reporter: boo...@gmail.com | Owner: nobody Status: new | Milestone: Component: Cache sys

Re: [Django] #11337: Possible missing comma in Tutorial Part 1 (but the interpreter is the final authority)

2009-06-17 Thread Django
#11337: Possible missing comma in Tutorial Part 1 (but the interpreter is the final authority) +--- Reporter: thiggins | Owner: nobody Status: closed | Milesto

[Django] #11337: Possible missing comma in Tutorial Part 1 (but the interpreter is the final authority)

2009-06-17 Thread Django
#11337: Possible missing comma in Tutorial Part 1 (but the interpreter is the final authority) +--- Reporter: thiggins| Owner: nobody Status: new | Milestone:

Re: [Django] #11010: Add a foundation for rowlevel permissions in Django

2009-06-17 Thread Django
#11010: Add a foundation for rowlevel permissions in Django -+-- Reporter: apollo13| Owner: nobody Status: new | Milestone: 1.2 Component: A

Re: [Django] #11109: Changeset 8224 broken in Trac

2009-06-17 Thread Django
#11109: Changeset 8224 broken in Trac +--- Reporter: frasern| Owner: nobody Status: new| Milestone: Component: Django Web site| Versio

Re: [Django] #11158: get_image_dimensions very slow after 1 call

2009-06-17 Thread Django
#11158: get_image_dimensions very slow after 1 call -+-- Reporter: kua | Owner: nobody Status: new | Milestone:

Re: [Django] #11141: django.contrib.admin docs -- Error in code example

2009-06-17 Thread Django
#11141: django.contrib.admin docs -- Error in code example +--- Reporter: jodal | Owner: nobody Status: new| Milestone: Component: Documentatio

Re: [Django] #11221: sqlsequencereset documentation refers a URL that results in a 404

2009-06-17 Thread Django
#11221: sqlsequencereset documentation refers a URL that results in a 404 --+- Reporter: Rob Hudson | Owner: nobody Status: new | Milestone:

Re: [Django] #11315: add coercion to URLconf

2009-06-17 Thread Django
#11315: add coercion to URLconf ---+ Reporter: klr...@gmail.com | Owner: nobody Status: closed| Milestone: Component: HTTP handling | Version: 1.0

Re: [Django] #11228: FieldFile with check if file exists.

2009-06-17 Thread Django
#11228: FieldFile with check if file exists. ---+ Reporter: hersonls | Owner: nobody Status: new | Milestone: Component: Data

Re: [Django] #11229: The mod_wsgi documentation about hosting of static files wrongly refers to mod_python documentation.

2009-06-17 Thread Django
#11229: The mod_wsgi documentation about hosting of static files wrongly refers to mod_python documentation. +--- Reporter: grahamd| Owner: nobody Status: new| Milestone

Re: [Django] #11270: Cache templatetag with memcached can't handle long tags

2009-06-17 Thread Django
#11270: Cache templatetag with memcached can't handle long tags ---+ Reporter: 235 | Owner: nobody Status: new | Milestone: 1.1 Component: Cache system |

Re: [Django] #11273: Tutorial - Part 2 should note the first appearance of curly brackets

2009-06-17 Thread Django
#11273: Tutorial - Part 2 should note the first appearance of curly brackets -+-- Reporter: thiggins| Owner: nobody Status: new | Milestone:

Re: [Django] #11273: Tutorial - Part 2 should note the first appearance of curly brackets

2009-06-17 Thread Django
#11273: Tutorial - Part 2 should note the first appearance of curly brackets -+-- Reporter: thiggins| Owner: nobody Status: new | Milestone:

Re: [Django] #11289: Name conflict in test suite

2009-06-17 Thread Django
#11289: Name conflict in test suite +--- Reporter: steveire | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version:

Re: [Django] #11315: add coercion to URLconf

2009-06-17 Thread Django
#11315: add coercion to URLconf ---+ Reporter: klr...@gmail.com | Owner: nobody Status: closed| Milestone: Component: HTTP handling | Version: 1.0

Re: [Django] #11299: Pluggable cache key algorithm

2009-06-17 Thread Django
#11299: Pluggable cache key algorithm -+-- Reporter: ludo| Owner: nobody Status: new | Milestone: Component: Cache system

Re: [Django] #11334: Django fails to show non-latin exception messages from PostgreSQL running on FastCGI

2009-06-17 Thread Django
#11334: Django fails to show non-latin exception messages from PostgreSQL running on FastCGI +--- Reporter: Loststylus | Owner: nobody Status: new| Milestone:

Re: [Django] #10378: authenticate() method should not continue on built-in or generic exceptions

2009-06-17 Thread Django
#10378: authenticate() method should not continue on built-in or generic exceptions -+-- Reporter: bendavis78 | Owner: nobody Status: new |

Re: [Django] #10594: distance(geom) results ambiguous when the PointField can be null

2009-06-17 Thread Django
#10594: distance(geom) results ambiguous when the PointField can be null -+-- Reporter: whiteinge | Owner: nobody Status: new | Milestone: Co

Re: [Django] #11336: Warning under the "Generic Views" header in main docs page

2009-06-17 Thread Django
#11336: Warning under the "Generic Views" header in main docs page -+-- Reporter: peter.lan...@gmail.com | Owner: nobody Status: new | Milestone: Compon

[Changeset] r11030 - in django/branches/soc2009/http-wsgi-improvements: django/http tests/regressiontests/charsets

2009-06-17 Thread noreply
Author: ccahoon Date: 2009-06-17 15:42:15 -0500 (Wed, 17 Jun 2009) New Revision: 11030 Modified: django/branches/soc2009/http-wsgi-improvements/django/http/__init__.py django/branches/soc2009/http-wsgi-improvements/django/http/charsets.py django/branches/soc2009/http-wsgi-improvements/t

[Django] #11336: Warning under the "Generic Views" header in main docs page

2009-06-17 Thread Django
#11336: Warning under the "Generic Views" header in main docs page +--- Reporter: peter.lan...@gmail.com | Owner: nobody Status: new | Milestone: Component: Documentation

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

2009-06-17 Thread noreply
Author: kmtracey Date: 2009-06-17 15:02:17 -0500 (Wed, 17 Jun 2009) New Revision: 11029 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/topics/generic-views.txt Log: [1.0.X] Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind. r1102

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

2009-06-17 Thread noreply
Author: kmtracey Date: 2009-06-17 14:59:50 -0500 (Wed, 17 Jun 2009) New Revision: 11028 Modified: django/trunk/docs/topics/generic-views.txt Log: Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind. Modified: django/trunk/docs/topics/generic-views.txt =

Re: [Django] #11234: BlockNode unsafely manages context

2009-06-17 Thread Django
#11234: BlockNode unsafely manages context -+-- Reporter: brutimus| Owner: brutimus Status: assigned| Milestone: Component: Template syste

Re: [Django] #11335: Error in docs, Publisher should be Book

2009-06-17 Thread Django
#11335: Error in docs, Publisher should be Book +--- Reporter: oyvind | Owner: nobody Status: new| Milestone: 1.1 Component: Documentation |

[Django] #11335: Error in docs, Publisher should be Book

2009-06-17 Thread Django
#11335: Error in docs, Publisher should be Book ---+ Reporter: oyvind | Owner: nobody Status: new| Milestone: 1.1 Component: Documentation | Version: SVN Keywords:

Re: [Django] #11331: Memcached backend closes connection after every request

2009-06-17 Thread Django
#11331: Memcached backend closes connection after every request ---+ Reporter: boo...@gmail.com | Owner: nobody Status: new | Milestone: Component: Cache sys

Re: [Django] #11305: Support for "Conditional Aggregates"

2009-06-17 Thread Django
#11305: Support for "Conditional Aggregates" --+- Reporter: bendavis78 | Owner: Status: new | Milestone: Component: ORM aggregation | Version: 1

Re: [Django] #11332: Group by doesn't work properly with PosgreSQL

2009-06-17 Thread Django
#11332: Group by doesn't work properly with PosgreSQL +--- Reporter: Loststylus | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Ve

[Django] #11334: Django fails to show non-latin exception messages from PosgreSQL running on FastCGI

2009-06-17 Thread Django
#11334: Django fails to show non-latin exception messages from PosgreSQL running on FastCGI ---+ Reporter: Loststylus | Owner: nobody Status: new| Milestone: Component: Uncategor

Re: [Django] #11234: BlockNode unsafely manages context

2009-06-17 Thread Django
#11234: BlockNode unsafely manages context -+-- Reporter: brutimus| Owner: brutimus Status: assigned| Milestone: Component: Template syste

[Changeset] r11027 - in django/branches/releases/1.0.X: . docs/internals docs/ref docs/topics

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 09:19:54 -0500 (Wed, 17 Jun 2009) New Revision: 11027 Added: django/branches/releases/1.0.X/docs/topics/generic-views.txt Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/internals/documentation.txt django/branches/release

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

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 09:16:27 -0500 (Wed, 17 Jun 2009) New Revision: 11026 Added: django/trunk/docs/topics/generic-views.txt Log: Update to [11025]. This time, actually include the new generic views documentation. Added: django/trunk/docs/topics/generic-views.txt ===

[Changeset] r11025 - in django/trunk/docs: . internals ref topics

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 09:09:56 -0500 (Wed, 17 Jun 2009) New Revision: 11025 Modified: django/trunk/docs/index.txt django/trunk/docs/internals/documentation.txt django/trunk/docs/ref/generic-views.txt django/trunk/docs/topics/index.txt Log: Fixed #10336 -- Added improved do

Re: [Django] #9919: Raw SQL documentation doesn't mention transaction management

2009-06-17 Thread Django
#9919: Raw SQL documentation doesn't mention transaction management +--- Reporter: Leo| Owner: nobody Status: closed | Milestone: 1.1 Component: Documentati

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

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 08:54:43 -0500 (Wed, 17 Jun 2009) New Revision: 11024 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/ref/models/querysets.txt django/branches/releases/1.0.X/docs/topics/db/sql.txt Log: [1.0.X] Fixed #9919 -- Added note on t

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

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 08:52:05 -0500 (Wed, 17 Jun 2009) New Revision: 11023 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/intro/tutorial03.txt Log: [1.0.X] Fixed #11328 -- Added missing imports in the sample urls.py from Tutorial 3. Thanks to mar

[Changeset] r11022 - in django/trunk/docs: ref/models topics/db

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 08:47:39 -0500 (Wed, 17 Jun 2009) New Revision: 11022 Modified: django/trunk/docs/ref/models/querysets.txt django/trunk/docs/topics/db/sql.txt Log: Fixed #9919 -- Added note on the need to mark transactions as dirty when using raw SQL. Modified: django/tr

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

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 08:46:52 -0500 (Wed, 17 Jun 2009) New Revision: 11021 Modified: django/trunk/docs/intro/tutorial03.txt Log: Fixed #11328 -- Added missing imports in the sample urls.py from Tutorial 3. Thanks to marcalj for the report. Modified: django/trunk/docs/intro/tutor

Re: [Django] #9268: Pass custom form values from post-comment to preview-comment

2009-06-17 Thread Django
#9268: Pass custom form values from post-comment to preview-comment --+- Reporter: taojian | Owner: stuartk Status: closed | Milestone: 1.1

[Changeset] r11020 - in django/branches/releases/1.0.X: . django/contrib/comments/views

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 08:12:28 -0500 (Wed, 17 Jun 2009) New Revision: 11020 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/django/contrib/comments/views/comments.py Log: [1.0.X] Fixed #9268 -- Ensured that the next argument is passed on when previewing

[Changeset] r11019 - django/trunk/django/contrib/comments/views

2009-06-17 Thread noreply
Author: russellm Date: 2009-06-17 08:01:40 -0500 (Wed, 17 Jun 2009) New Revision: 11019 Modified: django/trunk/django/contrib/comments/views/comments.py Log: Fixed #9268 -- Ensured that the next argument is passed on when previewing comments. Thanks to leanmeandonothingmachine for the patch.

Re: [Django] #11008: dictsort and dictsortreversed template filters broken

2009-06-17 Thread Django
#11008: dictsort and dictsortreversed template filters broken --+- Reporter: ionut_bizau | Owner: nobody Status: new | Milestone: Component: Template syst

[Django] #11333: ORA-01830 date format picture ends before converting entire input

2009-06-17 Thread Django
#11333: ORA-01830 date format picture ends before converting entire input -+-- Reporter: jtiai| Owner: nobody Status: new | Milestone: Component: Uncategorized

Re: [Django] #11332: Group by doesn't work properly with PosgreSQL

2009-06-17 Thread Django
#11332: Group by doesn't work properly with PosgreSQL +--- Reporter: Loststylus | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Ve

Re: [Django] #11332: Group by doesn't work properly with PosgreSQL

2009-06-17 Thread Django
#11332: Group by doesn't work properly with PosgreSQL +--- Reporter: Loststylus | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Ve

Re: [Django] #11332: Group by doesn't work properly with PosgreSQL

2009-06-17 Thread Django
#11332: Group by doesn't work properly with PosgreSQL +--- Reporter: Loststylus | Owner: nobody Status: reopened | Milestone: Component: Uncategorized | Ve

[Django] #11332: Group by doesn't work properly with PostgreSQL

2009-06-17 Thread Django
#11332: Group by doesn't work properly with PostgreSQL ---+ Reporter: Loststylus | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.0 Keyw

Re: [Django] #11332: Group by doesn't work properly with PosgreSQL

2009-06-17 Thread Django
#11332: Group by doesn't work properly with PosgreSQL +--- Reporter: Loststylus | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Ve

Re: [Django] #11332: Group by doesn't work properly with PosgreSQL

2009-06-17 Thread Django
#11332: Group by doesn't work properly with PosgreSQL +--- Reporter: Loststylus | Owner: nobody Status: new| Milestone: Component: Uncategorized | Ve

Re: [Django] #11332: Group by doesn't work properly with PosgreSQL

2009-06-17 Thread Django
#11332: Group by doesn't work properly with PosgreSQL +--- Reporter: Loststylus | Owner: nobody Status: new| Milestone: Component: Uncategorized | Ve

Re: [Django] #552: [patch] SOAP support for django

2009-06-17 Thread Django
#552: [patch] SOAP support for django -+-- Reporter: upadh...@gmail.com | Owner: adrian Status: closed | Milestone: Component: Tools | Ver

[Django] #11331: Memcached backend closes connection after every request

2009-06-17 Thread Django
#11331: Memcached backend closes connection after every request --+- Reporter: boo...@gmail.com | Owner: nobody Status: new | Milestone: Component: Cache system | Version:

[Changeset] r11018 - django/branches/soc2009/test-improvements

2009-06-17 Thread noreply
Author: kkubasik Date: 2009-06-17 04:28:49 -0500 (Wed, 17 Jun 2009) New Revision: 11018 Modified: django/branches/soc2009/test-improvements/ Log: [gsoc2009-testing] svnmerge.py properties update Property changes on: django/branches/soc2009/test-improvements __

[Django] #11330: djangoproject.com mailservers misconfigured

2009-06-17 Thread Django
#11330: djangoproject.com mailservers misconfigured -+-- Reporter: bacs | Owner: nobody Status: new | Milestone: Component: Django Web site | Version: 1.0 K

Re: [Django] #11311: Deleting model instance with a string id and m2m relation fails

2009-06-17 Thread Django
#11311: Deleting model instance with a string id and m2m relation fails ---+ Reporter: ronny | Owner: nobody Status: closed| Mi

Re: [Django] #11234: BlockNode unsafely manages context

2009-06-17 Thread Django
#11234: BlockNode unsafely manages context -+-- Reporter: brutimus| Owner: brutimus Status: assigned| Milestone: Component: Template syste

Re: [Django] #11159: Test client encode_file doesn't set content-type properly

2009-06-17 Thread Django
#11159: Test client encode_file doesn't set content-type properly +--- Reporter: notanumber | Owner: nobody Status: new| Milestone:

Re: [Django] #10973: simpler doctesting

2009-06-17 Thread Django
#10973: simpler doctesting -+-- Reporter: pcicman | Owner: nobody Status: new | Milestone: Component: Testing framewor