[Django] #14608: Adding a INPhoneNumberField to indian localflavor

2010-11-02 Thread Django
#14608: Adding a INPhoneNumberField to indian localflavor +--- Reporter: lawgon | Owner: nobody Status: new | Milestone: Component: django.contrib.loc

Re: [Django] #14605: method similar to HttpRequest.is_ajax() to detect flash

2010-11-02 Thread Django
#14605: method similar to HttpRequest.is_ajax() to detect flash +--- Reporter: nickname123| Owner: nobody Status: new| Milestone: 1.3 Component: HTTP handling

Re: [Django] #14604: Ubuntu documentation for geospatial/Postgres is out of date

2010-11-02 Thread Django
#14604: Ubuntu documentation for geospatial/Postgres is out of date +--- Reporter: mfitzp | Owner: nobody Status: new| Milestone: Component: Documentati

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: closed | Milestone:

Re: [Django] #14134: Ability to set csrf cookie path and https-only plus add 'secure'

2010-11-02 Thread Django
#14134: Ability to set csrf cookie path and https-only plus add 'secure' --+- Reporter: cfatta...@gmail.com | Owner: nobody Status: new | Milestone: Compon

[Django] #14607: Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly

2010-11-02 Thread Django
#14607: Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly -+-- Reporter: dmlode...@gmail.com | Owner: nobody Status: new | Milestone: Component: Uncategorized|

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: closed | Milestone:

Re: [Django] #14370: Adding support for Autocomplete in contrib.admin

2010-11-02 Thread Django
#14370: Adding support for Autocomplete in contrib.admin ---+ Reporter: tyrion| Owner: nobody Status: new | Milestone: Componen

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: closed | Milestone:

[Django] #14606: import inside project urls.py import application module twice

2010-11-02 Thread Django
#14606: import inside project urls.py import application module twice ---+ Reporter: rlz| Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1

[Django] #14605: method similar to HttpRequest.is_ajax() to detect flash

2010-11-02 Thread Django
#14605: method similar to HttpRequest.is_ajax() to detect flash ---+ Reporter: nickname123| Owner: nobody Status: new| Milestone: 1.3 Component: HTTP handling | Version: SVN

[Django] #14604: Ubuntu documentation for geospatial/Postgres is out of date

2010-11-02 Thread Django
#14604: Ubuntu documentation for geospatial/Postgres is out of date ---+ Reporter: mfitzp | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.2

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: closed | Milestone:

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: closed | Milestone:

Re: [Django] #14318: Add GEOSGeometry.valid_reason

2010-11-02 Thread Django
#14318: Add GEOSGeometry.valid_reason -+-- Reporter: rcoup | Owner: jbronn Status: assigned| Milestone: Component: GIS | Version: SVN Re

Re: [Django] #14318: Add GEOSGeometry.valid_reason

2010-11-02 Thread Django
#14318: Add GEOSGeometry.valid_reason -+-- Reporter: rcoup | Owner: jbronn Status: assigned| Milestone: Component: GIS | Version: SVN Re

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: closed | Milestone:

[Changeset] r14445 - django/trunk/django/contrib/gis/admin

2010-11-02 Thread noreply
Author: jbronn Date: 2010-11-02 14:31:14 -0500 (Tue, 02 Nov 2010) New Revision: 14445 Modified: django/trunk/django/contrib/gis/admin/options.py Log: Updated OpenLayers (now points to 2.10) and OpenStreetMap JavaScript URLs. Modified: django/trunk/django/contrib/gis/admin/options.py ==

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: closed | Milestone:

[Changeset] r14444 - in django/branches/releases/1.2.X: django/db/models/fields tests/modeltests/field_subclassing

2010-11-02 Thread noreply
Author: Alex Date: 2010-11-02 13:41:23 -0500 (Tue, 02 Nov 2010) New Revision: 1 Modified: django/branches/releases/1.2.X/django/db/models/fields/subclassing.py django/branches/releases/1.2.X/tests/modeltests/field_subclassing/fields.py django/branches/releases/1.2.X/tests/modeltests/f

[Changeset] r14443 - in django/trunk: django/db/models/fields tests/modeltests/field_subclassing

2010-11-02 Thread noreply
Author: Alex Date: 2010-11-02 13:40:53 -0500 (Tue, 02 Nov 2010) New Revision: 14443 Modified: django/trunk/django/db/models/fields/subclassing.py django/trunk/tests/modeltests/field_subclassing/fields.py django/trunk/tests/modeltests/field_subclassing/models.py django/trunk/tests/model

[Changeset] r14442 - in django/branches/releases/1.2.X/django: dispatch middleware

2010-11-02 Thread noreply
Author: Alex Date: 2010-11-02 13:30:31 -0500 (Tue, 02 Nov 2010) New Revision: 14442 Modified: django/branches/releases/1.2.X/django/dispatch/dispatcher.py django/branches/releases/1.2.X/django/middleware/common.py Log: [1.2.X] Fixed #14559 -- corrected some typos and misleading docstrings.

[Changeset] r14441 - in django/trunk/django: dispatch middleware

2010-11-02 Thread noreply
Author: Alex Date: 2010-11-02 13:30:00 -0500 (Tue, 02 Nov 2010) New Revision: 14441 Modified: django/trunk/django/dispatch/dispatcher.py django/trunk/django/middleware/common.py Log: Fixed #14559 -- corrected some typos and misleading docstrings. Thanks to Gabriel Hurley for the patch. Mo

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: closed | Milestone:

Re: [Django] #14598: Use example.com for example domains.

2010-11-02 Thread Django
#14598: Use example.com for example domains. --+- Reporter: alex.brinsm...@dataloft.com | Owner: nobody Status: closed | Milestone:

[Changeset] r14440 - in django/trunk: django/conf django/conf/project_template tests/modeltests/validators

2010-11-02 Thread noreply
Author: carljm Date: 2010-11-02 11:19:17 -0500 (Tue, 02 Nov 2010) New Revision: 14440 Modified: django/trunk/django/conf/global_settings.py django/trunk/django/conf/project_template/settings.py django/trunk/tests/modeltests/validators/tests.py Log: Fixed #14598 -- Changed some 'domain.com

Re: [Django] #8171: Invalid formset when form is missing from POST data

2010-11-02 Thread Django
#8171: Invalid formset when form is missing from POST data ---+ Reporter: James Chua | Owner: brosner Status: closed| Milestone: 1.3 Component

Re: [Django] #14599: delete() is not documented on 'QuerySet API reference' page

2010-11-02 Thread Django
#14599: delete() is not documented on 'QuerySet API reference' page +--- Reporter: abeld | Owner: nobody Status: new| Milestone: Component: Documentati

Re: [Django] #7539: Add ON DELETE and ON UPDATE support to Django

2010-11-02 Thread Django
#7539: Add ON DELETE and ON UPDATE support to Django ---+ Reporter: glassfordm| Owner: carljm Status: new | Milestone: Compon

Re: [Django] #14603: Copy & paste-able unittest output

2010-11-02 Thread Django
#14603: Copy & paste-able unittest output +--- Reporter: teh| Owner: nobody Status: closed | Milestone: 1.3 Component: Uncategorized | Version: SVN

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: reopened | Milestone:

Re: [Django] #12816: Add a render() shortcut

2010-11-02 Thread Django
#12816: Add a render() shortcut -+-- Reporter: russellm| Owner: Status: new | Milestone: 1.3 Component: Core framework | Version: Resol

[Django] #14603: Copy & paste-able unittest output

2010-11-02 Thread Django
#14603: Copy & paste-able unittest output ---+ Reporter: teh| Owner: nobody Status: new| Milestone: 1.3 Component: Uncategorized | Version: SVN Keywords:

Re: [Django] #10803: dbshell should try 'mysql5' as well for executable name

2010-11-02 Thread Django
#10803: dbshell should try 'mysql5' as well for executable name ---+ Reporter: hwa...@gmail.com | Owner: hakanw Status: new | Milestone:

Re: [Django] #14602: bug in wsgi handler in trunk

2010-11-02 Thread Django
#14602: bug in wsgi handler in trunk -+-- Reporter: wkornewald | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: SVN

Re: [Django] #14602: bug in wsgi handler in trunk

2010-11-02 Thread Django
#14602: bug in wsgi handler in trunk -+-- Reporter: wkornewald | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: SVN

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: closed | Milestone:

[Changeset] r14439 - in django/trunk: django/template docs/ref/templates tests/regressiontests/templates

2010-11-02 Thread noreply
Author: russellm Date: 2010-11-02 08:42:30 -0500 (Tue, 02 Nov 2010) New Revision: 14439 Modified: django/trunk/django/template/defaulttags.py django/trunk/docs/ref/templates/builtins.txt django/trunk/tests/regressiontests/templates/tests.py Log: Fixed #13567 -- Added a 'silent' argument t

Re: [Django] #14602: bug in wsgi handler in trunk

2010-11-02 Thread Django
#14602: bug in wsgi handler in trunk -+-- Reporter: wkornewald | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: SVN

Re: [Django] #14602: bug in wsgi handler in trunk

2010-11-02 Thread Django
#14602: bug in wsgi handler in trunk -+-- Reporter: wkornewald | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: SVN

Re: [Django] #14602: bug in wsgi handler in trunk

2010-11-02 Thread Django
#14602: bug in wsgi handler in trunk -+-- Reporter: wkornewald | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: SVN

Re: [Django] #14602: bug in wsgi handler in trunk

2010-11-02 Thread Django
#14602: bug in wsgi handler in trunk -+-- Reporter: wkornewald | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: SVN

[Django] #14602: bug in wsgi handler in trunk

2010-11-02 Thread Django
#14602: bug in wsgi handler in trunk +--- Reporter: wkornewald | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: SVN Keywords:

[Django] #14601: ValuesQuerySet join types not being promoted

2010-11-02 Thread Django
#14601: ValuesQuerySet join types not being promoted --+- Reporter: ryanbutterfield | Owner: nobody Status: new | Milestone: Component: Database layer (mod

Re: [Django] #14599: delete() is not documented on 'QuerySet API reference' page

2010-11-02 Thread Django
#14599: delete() is not documented on 'QuerySet API reference' page +--- Reporter: abeld | Owner: nobody Status: new| Milestone: Component: Documentati

Re: [Django] #14600: No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation

2010-11-02 Thread Django
#14600: No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation ---+ Reporter: math...@mathijsfietst.nl | Owner: nobody

[Changeset] r14438 - django/branches/releases/1.2.X/docs/ref

2010-11-02 Thread noreply
Author: gabrielhurley Date: 2010-11-02 06:53:53 -0500 (Tue, 02 Nov 2010) New Revision: 14438 Modified: django/branches/releases/1.2.X/docs/ref/settings.txt Log: [1.2.X] Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also fixed some cross-refs in the neighborhood. Thanks to ho

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

2010-11-02 Thread noreply
Author: gabrielhurley Date: 2010-11-02 06:53:01 -0500 (Tue, 02 Nov 2010) New Revision: 14437 Modified: django/trunk/docs/ref/settings.txt Log: Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also fixed some cross-refs in the neighborhood. Thanks to hop for the report and Adam

Re: [Django] #9619: to_python not called when fetching data with .values(...)

2010-11-02 Thread Django
#9619: to_python not called when fetching data with .values(...) ---+ Reporter: Valera Grishin| Owner: nobody Status: new |

[Django] #14600: No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation

2010-11-02 Thread Django
#14600: No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation + Reporter: math...@mathijsfietst.nl

[Django] #14599: delete() is not documented on 'QuerySet API reference' page

2010-11-02 Thread Django
#14599: delete() is not documented on 'QuerySet API reference' page ---+ Reporter: abeld | Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2010-11-02 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl +--- Reporter: gnotaras | Owner: nobody Status: new| Milestone:

Re: [Django] #14594: Django/CherryPy problem with POST data

2010-11-02 Thread Django
#14594: Django/CherryPy problem with POST data +--- Reporter: msundstr | Owner: nobody Status: closed | Milestone: 1.3 Component: HTTP handling | Version:

[Changeset] r14436 - django/trunk/django/http

2010-11-02 Thread noreply
Author: russellm Date: 2010-11-02 03:30:01 -0500 (Tue, 02 Nov 2010) New Revision: 14436 Modified: django/trunk/django/http/__init__.py Log: Fixed #14594 -- Corrected r14435, which got the logic completely bass ackwards. Thanks to Mark Sundstrom for keeping me honest :-) Modified: django/trunk

Re: [Django] #14594: Django/CherryPy problem with POST data

2010-11-02 Thread Django
#14594: Django/CherryPy problem with POST data +--- Reporter: msundstr | Owner: nobody Status: reopened | Milestone: 1.3 Component: HTTP handling | Version:

[Changeset] r14435 - django/trunk/django/http

2010-11-02 Thread noreply
Author: russellm Date: 2010-11-02 02:38:06 -0500 (Tue, 02 Nov 2010) New Revision: 14435 Modified: django/trunk/django/http/__init__.py Log: Fixed #14594 -- Corrected a problem introduced by r14394 whereby reading POST data when running a WSGI server under CherryPy would hang. Thanks to Mark S