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

2010-11-01 Thread Django
#14598: Use example.com for example domains. -+-- Reporter: alex.brinsm...@dataloft.com | Owner: nobody Status: new | Milestone: Component: Core framework

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

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

[Changeset] r14434 - in django/trunk: django/core/cache/backends tests/regressiontests/cache

2010-11-01 Thread noreply
Author: russellm Date: 2010-11-02 00:55:08 -0500 (Tue, 02 Nov 2010) New Revision: 14434 Modified: django/trunk/django/core/cache/backends/base.py django/trunk/django/core/cache/backends/db.py django/trunk/django/core/cache/backends/filebased.py django/trunk/django/core/cache/backends/l

[Changeset] r14433 - django/trunk/django/db/backends

2010-11-01 Thread noreply
Author: Alex Date: 2010-11-02 00:41:46 -0500 (Tue, 02 Nov 2010) New Revision: 14433 Modified: django/trunk/django/db/backends/__init__.py Log: Avoid an O(n**2) operation where O(n) will suffice. Possibly worth a second or two when running the test suite. Modified: django/trunk/django/db/back

[Changeset] r14432 - in django/branches/releases/1.2.X/tests: modeltests/proxy_model_inheritance regressiontests/templates regressiontests/utils

2010-11-01 Thread noreply
Author: Alex Date: 2010-11-02 00:31:53 -0500 (Tue, 02 Nov 2010) New Revision: 14432 Modified: django/branches/releases/1.2.X/tests/modeltests/proxy_model_inheritance/tests.py django/branches/releases/1.2.X/tests/regressiontests/templates/tests.py django/branches/releases/1.2.X/tests/regr

[Changeset] r14431 - in django/trunk/tests: modeltests/proxy_model_inheritance regressiontests/templates regressiontests/utils

2010-11-01 Thread noreply
Author: Alex Date: 2010-11-02 00:31:19 -0500 (Tue, 02 Nov 2010) New Revision: 14431 Modified: django/trunk/tests/modeltests/proxy_model_inheritance/tests.py django/trunk/tests/regressiontests/templates/tests.py django/trunk/tests/regressiontests/utils/module_loading.py Log: Fixed a few mo

[Changeset] r14430 - django/branches/releases/1.2.X/tests/regressiontests/app_loading

2010-11-01 Thread noreply
Author: Alex Date: 2010-11-02 00:28:12 -0500 (Tue, 02 Nov 2010) New Revision: 14430 Modified: django/branches/releases/1.2.X/tests/regressiontests/app_loading/tests.py Log: [1.2.X] Properly handle the fact that lists are mutable when trying to maintain state in a test. Backport of [14429]. M

[Changeset] r14429 - django/trunk/tests/regressiontests/app_loading

2010-11-01 Thread noreply
Author: Alex Date: 2010-11-02 00:27:24 -0500 (Tue, 02 Nov 2010) New Revision: 14429 Modified: django/trunk/tests/regressiontests/app_loading/tests.py Log: Properly handle the fact that lists are mutable when trying to maintain state in a test. Modified: django/trunk/tests/regressiontests/app_

[Changeset] r14428 - django/branches/releases/1.2.X/tests/regressiontests/app_loading

2010-11-01 Thread noreply
Author: russellm Date: 2010-11-02 00:23:44 -0500 (Tue, 02 Nov 2010) New Revision: 14428 Modified: django/branches/releases/1.2.X/tests/regressiontests/app_loading/tests.py Log: [1.2.X] Migrated app_loading doctests. Backport of r14427 from trunk. Modified: django/branches/releases/1.2.X/test

[Changeset] r14427 - django/trunk/tests/regressiontests/app_loading

2010-11-01 Thread noreply
Author: russellm Date: 2010-11-02 00:21:48 -0500 (Tue, 02 Nov 2010) New Revision: 14427 Modified: django/trunk/tests/regressiontests/app_loading/tests.py Log: Migrated app_loading doctests. Modified: django/trunk/tests/regressiontests/app_loading/tests.py ==

Re: [Django] #11694: lighttpd fastcgi documentation not working

2010-11-01 Thread Django
#11694: lighttpd fastcgi documentation not working --+- Reporter: bugger...@gmail.com | Owner: gabrielhurley Status: assigned | Milestone: Component: Do

[Changeset] r14424 - django/branches/releases/1.2.X/tests/modeltests/lookup

2010-11-01 Thread noreply
Author: russellm Date: 2010-11-01 23:38:29 -0500 (Mon, 01 Nov 2010) New Revision: 14424 Added: django/branches/releases/1.2.X/tests/modeltests/lookup/tests.py Modified: django/branches/releases/1.2.X/tests/modeltests/lookup/models.py Log: [1.2.X] Migrated lookup doctests. Thanks to George Sa

[Changeset] r14423 - django/trunk/tests/modeltests/lookup

2010-11-01 Thread noreply
Author: russellm Date: 2010-11-01 23:01:36 -0500 (Mon, 01 Nov 2010) New Revision: 14423 Added: django/trunk/tests/modeltests/lookup/tests.py Modified: django/trunk/tests/modeltests/lookup/models.py Log: Migrated lookup doctests. Thanks to George Sakkis for the patch. Modified: django/trunk/

Re: [Django] #10092: Reference documentation lowest-level headings too small and lack indents

2010-11-01 Thread Django
#10092: Reference documentation lowest-level headings too small and lack indents +--- Reporter: adrian_nye | Owner: jacob Status: assigned | Milestone: 1.3 Comp

[Changeset] r14422 - django/branches/releases/1.2.X/tests/modeltests/basic

2010-11-01 Thread noreply
Author: russellm Date: 2010-11-01 21:48:43 -0500 (Mon, 01 Nov 2010) New Revision: 14422 Added: django/branches/releases/1.2.X/tests/modeltests/basic/tests.py Modified: django/branches/releases/1.2.X/tests/modeltests/basic/models.py Log: [1.2.X] Migrated basic doctests. Thanks to Preston Timm

Re: [Django] #11864: Relationship backreference documentation is hard to find

2010-11-01 Thread Django
#11864: Relationship backreference documentation is hard to find +--- Reporter: anonymous | Owner: dwillis Status: assigned | Milestone: 1.3

Re: [Django] #11930: Django docs styles confuse H3 & H4

2010-11-01 Thread Django
#11930: Django docs styles confuse H3 & H4 --+- Reporter: da...@whatcould.com | Owner: nobody Status: new | Milestone: 1.3 Component: Documentation|

Re: [Django] #13397: Include third level headings in the document TOC

2010-11-01 Thread Django
#13397: Include third level headings in the document TOC +--- Reporter: cyang | Owner: nobody Status: new| Milestone: 1.3 Component: Documentation |

[Changeset] r14421 - django/trunk/tests/modeltests/basic

2010-11-01 Thread noreply
Author: russellm Date: 2010-11-01 21:32:23 -0500 (Mon, 01 Nov 2010) New Revision: 14421 Added: django/trunk/tests/modeltests/basic/tests.py Modified: django/trunk/tests/modeltests/basic/models.py Log: Migrated basic doctests. Thanks to Preston Timmons for the patch. Modified: django/trunk/t

[Changeset] r14420 - django/branches/releases/1.2.X/tests/modeltests/m2m_through

2010-11-01 Thread noreply
Author: russellm Date: 2010-11-01 21:01:18 -0500 (Mon, 01 Nov 2010) New Revision: 14420 Added: django/branches/releases/1.2.X/tests/modeltests/m2m_through/tests.py Modified: django/branches/releases/1.2.X/tests/modeltests/m2m_through/models.py Log: [1.2.X] Migrated m2m_through doctests. Than

[Changeset] r14419 - django/trunk/tests/modeltests/m2m_through

2010-11-01 Thread noreply
Author: russellm Date: 2010-11-01 21:00:16 -0500 (Mon, 01 Nov 2010) New Revision: 14419 Added: django/trunk/tests/modeltests/m2m_through/tests.py Modified: django/trunk/tests/modeltests/m2m_through/models.py Log: Migrated m2m_through doctests. Thanks to the anonymous contributor. Modified:

Re: [Django] #14596: Cache backend initialization refactoring

2010-11-01 Thread Django
#14596: Cache backend initialization refactoring +--- Reporter: dauerbaustelle | Owner: nobody Status: new| Milestone: 1.3 Component: Cache system |

[Django] #14596: Cache backend initialization refactoring

2010-11-01 Thread Django
#14596: Cache backend initialization refactoring +--- Reporter: dauerbaustelle | Owner: nobody Status: new | Milestone: 1.3 Component: Cache system| Version: SVN Keyword

[Changeset] r14418 - django/trunk/tests/regressiontests/forms/localflavor

2010-11-01 Thread noreply
Author: russellm Date: 2010-11-01 18:46:37 -0500 (Mon, 01 Nov 2010) New Revision: 14418 Modified: django/trunk/tests/regressiontests/forms/localflavor/id.py Log: Added a filter to silence the RuntimeWarning in the Indonesian localflavor tests. Thanks to Alex for the report. Modified: django/t

[Django] #14595: DATABASE DeprecationWarning includes new syntax.

2010-11-01 Thread Django
#14595: DATABASE DeprecationWarning includes new syntax. --+- Reporter: CarlFK| Owner: nobody Status: new | Milestone: Component: Database layer

Re: [Django] #11185: Document how to customize widgets

2010-11-01 Thread Django
#11185: Document how to customize widgets +--- Reporter: bensmith | Owner: nobody Status: new| Milestone: 1.3 Component: Documentation | Version: 1.0

Re: [Django] #13997: multiwidget needs better docs

2010-11-01 Thread Django
#13997: multiwidget needs better docs +--- Reporter: cuci | Owner: nobody Status: new| Milestone: 1.3 Component: Documentation | Version: 1.2

[Changeset] r14417 - django/branches/releases/1.2.X/django/contrib/gis/tests

2010-11-01 Thread noreply
Author: jbronn Date: 2010-11-01 17:18:50 -0500 (Mon, 01 Nov 2010) New Revision: 14417 Modified: django/branches/releases/1.2.X/django/contrib/gis/tests/test_geoip.py Log: [1.2.X] Fixed some a stale location and whitespace in GeoIP tests. Backport of r14416 from trunk. Modified: django/branche

[Changeset] r14416 - django/trunk/django/contrib/gis/tests

2010-11-01 Thread noreply
Author: jbronn Date: 2010-11-01 17:18:22 -0500 (Mon, 01 Nov 2010) New Revision: 14416 Modified: django/trunk/django/contrib/gis/tests/test_geoip.py Log: Fixed some a stale location and whitespace in GeoIP tests. Modified: django/trunk/django/contrib/gis/tests/test_geoip.py

Re: [Django] #13914: Add natural keys to contrib.auth.User and Group models

2010-11-01 Thread Django
#13914: Add natural keys to contrib.auth.User and Group models -+-- Reporter: jbochi | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #12248: django.template.__init__ code should move to avoid circular imports

2010-11-01 Thread Django
#12248: django.template.__init__ code should move to avoid circular imports --+- Reporter: tomxtobin| Owner: nobody Status: new | Milestone: Component:

[Changeset] r14413 - django/trunk/django/contrib/auth/management

2010-11-01 Thread noreply
Author: Alex Date: 2010-11-01 15:54:39 -0500 (Mon, 01 Nov 2010) New Revision: 14413 Modified: django/trunk/django/contrib/auth/management/__init__.py Log: Restructure the create_permission signal handler to perform fewer SQL queries, this speeds up the test suite dramatically. Modified: djang

Re: [Django] #13696: Admin Edit Inline templates only output hidden field for PK when inline_admin_form.has_auto_field

2010-11-01 Thread Django
#13696: Admin Edit Inline templates only output hidden field for PK when inline_admin_form.has_auto_field +--- Reporter: evan.rei...@gmail.com | Owner: nobody Status: reopened

Re: [Django] #14140: There is no way to override admin templates to the project level

2010-11-01 Thread Django
#14140: There is no way to override admin templates to the project level --+- Reporter: jacmkno | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #14140: There is no way to override admin templates to the project level

2010-11-01 Thread Django
#14140: There is no way to override admin templates to the project level --+- Reporter: jacmkno | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #13914: Add natural keys to contrib.auth.User and Group models

2010-11-01 Thread Django
#13914: Add natural keys to contrib.auth.User and Group models -+-- Reporter: jbochi | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #13914: Add natural keys to contrib.auth.User and Group models

2010-11-01 Thread Django
#13914: Add natural keys to contrib.auth.User and Group models -+-- Reporter: jbochi | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #14587: Model description on administrative interface

2010-11-01 Thread Django
#14587: Model description on administrative interface -+-- Reporter: RuslanPopov | Owner: nobody Status: new | Milestone:

Re: [Django] #14584: PASSWORD_RESET_TIMEOUT_DAYS is not documented

2010-11-01 Thread Django
#14584: PASSWORD_RESET_TIMEOUT_DAYS is not documented +--- Reporter: hop| Owner: anonymous Status: assigned | Milestone: Component: Documentation |

Re: [Django] #13588: removing admin.root as per deprecation policy

2010-11-01 Thread Django
#13588: removing admin.root as per deprecation policy ---+ Reporter: apollo13 | Owner: nobody Status: new | Milestone: 1.3 Component: django.cont

[Changeset] r14412 - django/trunk/django/contrib/admin

2010-11-01 Thread noreply
Author: carljm Date: 2010-11-01 12:22:13 -0500 (Mon, 01 Nov 2010) New Revision: 14412 Modified: django/trunk/django/contrib/admin/actions.py django/trunk/django/contrib/admin/util.py Log: Removed dead compatibility code for removed AdminSite.root() method for mounting admin urls. Modified:

Re: [Django] #3148: Add getters and setters to model fields

2010-11-01 Thread Django
#3148: Add getters and setters to model fields ---+ Reporter: j...@jerf.org | Owner: Alex Status: assigned | Milestone: Component: Databa

Re: [Django] #3055: GenericRelation should squawk if pointed to a model that doesn't have a GenericForeignKey on it

2010-11-01 Thread Django
#3055: GenericRelation should squawk if pointed to a model that doesn't have a GenericForeignKey on it ---+ Reporter: pa...@elasticworld.org| Owner: nobody Status: new

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

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

Re: [Django] #10728: [PATCH] SubfieldBase classes can't be subclassed.

2010-11-01 Thread Django
#10728: [PATCH] SubfieldBase classes can't be subclassed. ---+ Reporter: G2P | Owner: nobody Status: new | Milestone: 1.3 Com

Re: [Django] #14581: __isnull=False not working for one to one relationships

2010-11-01 Thread Django
#14581: __isnull=False not working for one to one relationships ---+ Reporter: sircco| Owner: nobody Status: new | Milestone:

Re: [Django] #13772: 'exists' parameter for pre_save signal

2010-11-01 Thread Django
#13772: 'exists' parameter for pre_save signal ---+ Reporter: gsakkis | Owner: nobody Status: closed| Milestone: Component: Da

Re: [Django] #14533: django signals not thread-safe

2010-11-01 Thread Django
#14533: django signals not thread-safe -+-- Reporter: milosu | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: 1.2

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

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

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

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