Re: [Django] #17314: Error creating nested query with GeoDjango's spatial filters

2011-12-30 Thread Django
#17314: Error creating nested query with GeoDjango's spatial filters + Reporter: jpk |Owner: nobody Type: Bug | Status: new Component: GIS | Version:

Re: [Django] #3011: Allow for extendable auth_user module

2011-12-30 Thread Django
#3011: Allow for extendable auth_user module ---+ Reporter: nowell strite |Owner: nobody Type: New feature| Status: new Component: contrib.auth | Vers

Re: [Django] #17483: EmailField : valid email address

2011-12-30 Thread Django
#17483: EmailField : valid email address -+-- Reporter: vadimov@…|Owner: nobody Type: Bug | Status: closed Component: Core (Mail) | Version: 1

Re: [Django] #702: document that ManyToMany fields can't be in unique_together

2011-12-30 Thread Django
#702: document that ManyToMany fields can't be in unique_together --+ Reporter: hugo |Owner: nobody Type: New feature | Status: closed Component: Docum

[Changeset] r17315 - django/branches/releases/1.3.X/docs/ref/models

2011-12-30 Thread noreply
Author: timo Date: 2011-12-30 16:43:31 -0800 (Fri, 30 Dec 2011) New Revision: 17315 Modified: django/branches/releases/1.3.X/docs/ref/models/options.txt Log: [1.3.X] Fixed #702 - Documented that ManyToMany fields can't be in unique_together; thanks poirier for the patch. Backport of r17314 fr

Re: [Django] #702: document that ManyToMany fields can't be in unique_together

2011-12-30 Thread Django
#702: document that ManyToMany fields can't be in unique_together --+ Reporter: hugo |Owner: nobody Type: New feature | Status: closed Component: Docum

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

2011-12-30 Thread noreply
Author: timo Date: 2011-12-30 16:43:11 -0800 (Fri, 30 Dec 2011) New Revision: 17314 Modified: django/trunk/docs/ref/models/options.txt Log: Fixed #702 - Documented that ManyToMany fields can't be in unique_together; thanks poirier for the patch. Modified: django/trunk/docs/ref/models/options.

Re: [Django] #17483: EmailField : valid email address

2011-12-30 Thread Django
#17483: EmailField : valid email address -+-- Reporter: vadimov@…|Owner: nobody Type: Bug | Status: new Component: Core (Mail) | Version: 1.3

[Django] #17483: EmailField : valid email address

2011-12-30 Thread Django
#17483: EmailField : valid email address -+ Reporter: vadimov@…| Owner: nobody Type: Bug | Status: new Component: Core (Mail) |Version: 1.3 Severity: Normal | Keywords: Triage Stage: U

Re: [Django] #9976: Generic Foreign Keys should have a nice widget(ala raw_id)

2011-12-30 Thread Django
#9976: Generic Foreign Keys should have a nice widget(ala raw_id) ---+ Reporter: Alex |Owner: Alex Type: New feature| Status: assigned Component: contrib.admin

Re: [Django] #17356: Allow {% include %} to render compiled templates on the context

2011-12-30 Thread Django
#17356: Allow {% include %} to render compiled templates on the context -+- Reporter: SmileyChris |Owner: nobody Type: New feature | Status: new Comp

Re: [Django] #11739: ContentFile() does not support unicode data

2011-12-30 Thread Django
#11739: ContentFile() does not support unicode data --+ Reporter: adamnelson|Owner: nobody Type: Bug | Status: reopened Component: File

Re: [Django] #14792: error in the default for TEMPLATE_CONTEXT_PROCESSORS

2011-12-30 Thread Django
#14792: error in the default for TEMPLATE_CONTEXT_PROCESSORS -+- Reporter: lawgon@… |Owner: nobody Type: | Status: closed Cleanup/optimi

[Changeset] r17313 - django/trunk/docs/releases

2011-12-30 Thread noreply
Author: adrian Date: 2011-12-30 13:13:53 -0800 (Fri, 30 Dec 2011) New Revision: 17313 Modified: django/trunk/docs/releases/1.4.txt Log: Added a bit to the 1.4 release notes about the new SECURE_PROXY_SSL_HEADER setting Modified: django/trunk/docs/releases/1.4.txt =

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

2011-12-30 Thread noreply
Author: adrian Date: 2011-12-30 13:13:08 -0800 (Fri, 30 Dec 2011) New Revision: 17312 Modified: django/trunk/docs/ref/settings.txt Log: Fixed incorrect 'setting::' prefix in settings.txt Modified: django/trunk/docs/ref/settings.txt ==

Re: [Django] #15379: FAQ should include standard way to cite django

2011-12-30 Thread Django
#15379: FAQ should include standard way to cite django --+ Reporter: csgreene |Owner: nobody Type: Cleanup/optimization | Status: closed Component: Docu

Re: [Django] #15379: FAQ should include standard way to cite django

2011-12-30 Thread Django
#15379: FAQ should include standard way to cite django --+ Reporter: csgreene |Owner: nobody Type: Cleanup/optimization | Status: closed Component: Docu

[Changeset] r17311 - django/trunk/tests/regressiontests/utils

2011-12-30 Thread noreply
Author: PaulM Date: 2011-12-30 12:43:01 -0800 (Fri, 30 Dec 2011) New Revision: 17311 Modified: django/trunk/tests/regressiontests/utils/crypto.py Log: Improved comment formatting to appease Gaynor. Modified: django/trunk/tests/regressiontests/utils/crypto.py ==

Re: [Django] #11739: ContentFile() does not support unicode data

2011-12-30 Thread Django
#11739: ContentFile() does not support unicode data --+ Reporter: adamnelson|Owner: nobody Type: Bug | Status: reopened Component: File

[Changeset] r17310 - django/trunk/docs/internals

2011-12-30 Thread noreply
Author: adrian Date: 2011-12-30 12:39:08 -0800 (Fri, 30 Dec 2011) New Revision: 17310 Modified: django/trunk/docs/internals/release-process.txt Log: Edited release-process.txt changes from [17300] Modified: django/trunk/docs/internals/release-process.txt ===

[Changeset] r17309 - django/trunk/docs/ref/contrib

2011-12-30 Thread noreply
Author: adrian Date: 2011-12-30 12:36:54 -0800 (Fri, 30 Dec 2011) New Revision: 17309 Modified: django/trunk/docs/ref/contrib/csrf.txt Log: Edited csrf.txt changes from [17299] Modified: django/trunk/docs/ref/contrib/csrf.txt ===

[Changeset] r17308 - django/trunk/tests/regressiontests/utils

2011-12-30 Thread noreply
Author: PaulM Date: 2011-12-30 12:35:44 -0800 (Fri, 30 Dec 2011) New Revision: 17308 Modified: django/trunk/tests/regressiontests/utils/crypto.py Log: Increased pbkdf2 scaling test vectors to lower chance of false test failures. Modified: django/trunk/tests/regressiontests/utils/crypto.py ===

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

2011-12-30 Thread noreply
Author: adrian Date: 2011-12-30 12:34:07 -0800 (Fri, 30 Dec 2011) New Revision: 17307 Modified: django/trunk/docs/topics/testing.txt Log: Edited testing.txt changes from [17289] Modified: django/trunk/docs/topics/testing.txt === -

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

2011-12-30 Thread noreply
Author: adrian Date: 2011-12-30 12:29:27 -0800 (Fri, 30 Dec 2011) New Revision: 17306 Modified: django/trunk/docs/topics/testing.txt Log: Edited testing.txt changes from [17283] Modified: django/trunk/docs/topics/testing.txt === -

[Changeset] r17305 - in django/trunk/docs: ref/contrib/admin topics

2011-12-30 Thread noreply
Author: adrian Date: 2011-12-30 12:23:26 -0800 (Fri, 30 Dec 2011) New Revision: 17305 Modified: django/trunk/docs/ref/contrib/admin/index.txt django/trunk/docs/topics/auth.txt Log: Moved 'User-requested password resets' docs from [17266] from auth docs to admin docs Modified: django/trunk/

Re: [Django] #17482: Hashmap Denial of Service

2011-12-30 Thread Django
#17482: Hashmap Denial of Service -+- Reporter: |Owner: Guillermo guillermocolmenero@… | Colmenero Type: Bug | Status

Re: [Django] #11077: Django's built-in tests fail when using url reverse tags in default registration templates

2011-12-30 Thread Django
#11077: Django's built-in tests fail when using url reverse tags in default registration templates -+- Reporter: srosro |Owner: nobody Type: Bug |

[Changeset] r17304 - django/trunk/docs/releases

2011-12-30 Thread noreply
Author: adrian Date: 2011-12-30 11:18:03 -0800 (Fri, 30 Dec 2011) New Revision: 17304 Modified: django/trunk/docs/releases/1.4.txt Log: Edited docs/releases/1.4.txt Modified: django/trunk/docs/releases/1.4.txt === --- django/trunk

Re: [Django] #2331: Related Field has invalid lookup: icontains

2011-12-30 Thread Django
#2331: Related Field has invalid lookup: icontains -+- Reporter: ian@…|Owner: adrian Type: defect | Status: closed Component: Database l

[Changeset] r17303 - in django/trunk/docs: ref releases

2011-12-30 Thread noreply
Author: adrian Date: 2011-12-30 10:14:31 -0800 (Fri, 30 Dec 2011) New Revision: 17303 Modified: django/trunk/docs/ref/django-admin.txt django/trunk/docs/releases/1.4-alpha-1.txt django/trunk/docs/releases/1.4.txt Log: Edited doc changes from [17246] Modified: django/trunk/docs/ref/django

[Changeset] r17302 - in django/trunk/docs: ref/models releases

2011-12-30 Thread noreply
Author: adrian Date: 2011-12-30 10:01:34 -0800 (Fri, 30 Dec 2011) New Revision: 17302 Modified: django/trunk/docs/ref/models/querysets.txt django/trunk/docs/releases/1.4-alpha-1.txt django/trunk/docs/releases/1.4.txt Log: Edited doc changes from [17244] Modified: django/trunk/docs/ref/mo

Re: [Django] #10931: truncate_html_words doen't handle multi-line tags properly

2011-12-30 Thread Django
#10931: truncate_html_words doen't handle multi-line tags properly + Reporter: gsong |Owner: Type: Bug | Status: new Component: Template

[Django] #17482: Hashmap Denial of Service

2011-12-30 Thread Django
#17482: Hashmap Denial of Service --+- Reporter: guillermocolmenero@… | Owner: Guillermo Colmenero Type: Bug | Status: new Component: HTTP handling |Version: 1.3

Re: [Django] #17478: Overridding model formset queryset in BaseModelFormSet

2011-12-30 Thread Django
#17478: Overridding model formset queryset in BaseModelFormSet ---+ Reporter: contact@… |Owner: nobody Type: Bug| Status: new Component: Forms | Ve

Re: [Django] #9209: ModelChoiceField raises ValueError when passed a non integer string

2011-12-30 Thread Django
#9209: ModelChoiceField raises ValueError when passed a non integer string + Reporter: Rozza |Owner: nobody Type: Bug | Status: closed Component: Forms |

Re: [Django] #11762: Chilean localflavor - Regions, Provinces and Comunas

2011-12-30 Thread Django
#11762: Chilean localflavor - Regions, Provinces and Comunas -+- Reporter: jkunst |Owner: nobody Type: New feature | Status: new Component: con

Re: [Django] #8997: Misleading error message when calling get_absolute_url

2011-12-30 Thread Django
#8997: Misleading error message when calling get_absolute_url -+- Reporter: Rob |Owner: | Status: new Type: Bug |

[Changeset] r17301 - django/branches/releases/1.3.X/docs/internals

2011-12-30 Thread noreply
Author: timo Date: 2011-12-30 07:31:09 -0800 (Fri, 30 Dec 2011) New Revision: 17301 Modified: django/branches/releases/1.3.X/docs/internals/release-process.txt Log: [1.3.X] Fixed #17068 - Documented that documentation fixes will be more freely backported. Backport of r17300 from trunk. Modif

Re: [Django] #17068: Document that documentation fixes will be more freely backported

2011-12-30 Thread Django
#17068: Document that documentation fixes will be more freely backported ---+ Reporter: carljm |Owner: nobody Type: Bug| Status: closed Component: Documen

[Changeset] r17300 - django/trunk/docs/internals

2011-12-30 Thread noreply
Author: timo Date: 2011-12-30 07:30:51 -0800 (Fri, 30 Dec 2011) New Revision: 17300 Modified: django/trunk/docs/internals/release-process.txt Log: Fixed #17068 - Documented that documentation fixes will be more freely backported. Modified: django/trunk/docs/internals/release-process.txt =

Re: [Django] #17068: Document that documentation fixes will be more freely backported

2011-12-30 Thread Django
#17068: Document that documentation fixes will be more freely backported ---+ Reporter: carljm |Owner: nobody Type: Bug| Status: closed Component: Documen

Re: [Django] #17464: [patch] Work with partial forms with the generic CreateView

2011-12-30 Thread Django
#17464: [patch] Work with partial forms with the generic CreateView ---+-- Reporter: madjar |Owner: madjar Type: New feature| Status: assigned Component: Generic

[Changeset] r17299 - django/trunk/docs/ref/contrib

2011-12-30 Thread noreply
Author: aaugustin Date: 2011-12-30 06:55:44 -0800 (Fri, 30 Dec 2011) New Revision: 17299 Modified: django/trunk/docs/ref/contrib/csrf.txt Log: Fixed #16704 -- Documented how to insert the CSRF token outside of Django's own template engine. Thanks paulcwatts and bpeschier for the patch. Modif

Re: [Django] #16704: Documentation on using csrf_token with non-Django template engine

2011-12-30 Thread Django
#16704: Documentation on using csrf_token with non-Django template engine -+- Reporter: vietjtnguyen@… |Owner: Type: New feature | paulcwatts Component: Documentation

Re: [Django] #16590: ContentFile does not have name attribute

2011-12-30 Thread Django
#16590: ContentFile does not have name attribute --+ Reporter: oinopion |Owner: nobody Type: Bug | Status: closed Component: File uploa

[Changeset] r17298 - in django/trunk: django/core/files tests/regressiontests/file_storage

2011-12-30 Thread noreply
Author: aaugustin Date: 2011-12-30 06:51:05 -0800 (Fri, 30 Dec 2011) New Revision: 17298 Modified: django/trunk/django/core/files/base.py django/trunk/tests/regressiontests/file_storage/tests.py Log: Fixed #16590 -- Accepted a 'name' argument in the constructor of ContentFile, for consisten

Re: [Django] #10302: Add some date features to aggregation

2011-12-30 Thread Django
#10302: Add some date features to aggregation ---+ Reporter: tolano |Owner: Type: New feature| Status: new Component: ORM aggregation|

Re: [Django] #16590: ContentFile does not have name attribute

2011-12-30 Thread Django
#16590: ContentFile does not have name attribute --+ Reporter: oinopion |Owner: nobody Type: Bug | Status: new Component: File uploads/

Re: [Django] #15789: floatformat filter works incorrectly when decimal precision is set low

2011-12-30 Thread Django
#15789: floatformat filter works incorrectly when decimal precision is set low -+- Reporter: akaihola |Owner: igalarzab Type: Bug | Status: cl

[Changeset] r17297 - in django/trunk: django/template tests/regressiontests/defaultfilters

2011-12-30 Thread noreply
Author: aaugustin Date: 2011-12-30 06:35:29 -0800 (Fri, 30 Dec 2011) New Revision: 17297 Modified: django/trunk/django/template/defaultfilters.py django/trunk/tests/regressiontests/defaultfilters/tests.py Log: Fixed #15789 -- Set the decimal precisio to avoid an exception in the floatformat

Re: [Django] #15789: floatformat filter works incorrectly when decimal precision is set low

2011-12-30 Thread Django
#15789: floatformat filter works incorrectly when decimal precision is set low -+- Reporter: akaihola |Owner: igalarzab Type: Bug | Status: as

Re: [Django] #10725: Autoreloader hides signal exits from child

2011-12-30 Thread Django
#10725: Autoreloader hides signal exits from child -+- Reporter: Glenn|Owner: nobody Type: Bug | Status: closed Component: Core (Othe

[Changeset] r17296 - django/trunk/django/utils

2011-12-30 Thread noreply
Author: aaugustin Date: 2011-12-30 06:12:31 -0800 (Fri, 30 Dec 2011) New Revision: 17296 Modified: django/trunk/django/utils/autoreload.py Log: Fixed #10725 -- When the child process spawned by the autoreloader gets killed by a signal, passed the signal to the parent, in order to make debuggin

Re: [Django] #6379: Don't hide errors when resolving URL views

2011-12-30 Thread Django
#6379: Don't hide errors when resolving URL views -+- Reporter: Bastian Kleineidam |Owner: nobody | Status: reopened Type: Bug

Re: [Django] #10725: Autoreloader hides signal exits from child

2011-12-30 Thread Django
#10725: Autoreloader hides signal exits from child -+- Reporter: Glenn|Owner: nobody Type: Bug | Status: new Component: Core (Other)

Re: [Django] #6610: don't hardcode flup fastcgi traceback off

2011-12-30 Thread Django
#6610: don't hardcode flup fastcgi traceback off ---+- Reporter: jedie |Owner: michel Type: New feature| Status: closed Component: Core (Other) |

Re: [Django] #6163: "manage.py help runfcgi" doesn't show default values for some parameters

2011-12-30 Thread Django
#6163: "manage.py help runfcgi" doesn't show default values for some parameters -+- Reporter: ash |Owner: nobody Type: Bug | Status: new

Re: [Django] #15590: FileField path isn't settable

2011-12-30 Thread Django
#15590: FileField path isn't settable -+- Reporter: simon29 |Owner: simon29 Type: New feature | Status: new Component: File |

Re: [Django] #6338: Better error message on sqlite3 failure

2011-12-30 Thread Django
#6338: Better error message on sqlite3 failure -+- Reporter: simeon |Owner: simeon Type: New feature | Status: closed Component: Database layer

Re: [Django] #16978: Related models cannot have split() method

2011-12-30 Thread Django
#16978: Related models cannot have split() method -+- Reporter: mitar|Owner: ojii Type: Bug | Status: new Component: Database layer

Re: [Django] #17303: Cached template loader can fail to find template in multi-threaded environment

2011-12-30 Thread Django
#17303: Cached template loader can fail to find template in multi-threaded environment -+- Reporter: andrey.gtx@… |Owner: nobody Type: Bug | Status

[Changeset] r17295 - django/trunk/django/template/loaders

2011-12-30 Thread noreply
Author: aaugustin Date: 2011-12-30 04:55:08 -0800 (Fri, 30 Dec 2011) New Revision: 17295 Modified: django/trunk/django/template/loaders/cached.py Log: Fixed #17303 -- Ensured the list of template loaders is fully loaded before it is cached. Thanks andrey DOT gtx AT gmail DOT com for the report

Re: [Django] #17334: Document the commit message style for backports

2011-12-30 Thread Django
#17334: Document the commit message style for backports -+- Reporter: aaugustin|Owner: Type: | krzysiumed Cleanup/optimization |

[Changeset] r17294 - django/trunk/docs/internals/contributing

2011-12-30 Thread noreply
Author: timo Date: 2011-12-30 04:52:49 -0800 (Fri, 30 Dec 2011) New Revision: 17294 Modified: django/trunk/docs/internals/contributing/committing-code.txt Log: Fixed #17334 - Documented the commit message style for backports; thanks krzysiumed for the draft patch. Modified: django/trunk/docs/

Re: [Django] #17444: Allow different MAIL TO and `To` headers

2011-12-30 Thread Django
#17444: Allow different MAIL TO and `To` headers -+- Reporter: ejucovy |Owner: nobody Type: Bug | Status: closed Component: Core (Mail) |

[Changeset] r17293 - in django/trunk: django/core/mail tests/regressiontests/mail

2011-12-30 Thread noreply
Author: aaugustin Date: 2011-12-30 04:44:35 -0800 (Fri, 30 Dec 2011) New Revision: 17293 Modified: django/trunk/django/core/mail/message.py django/trunk/tests/regressiontests/mail/tests.py Log: Fixed #17444 -- Made it possible to customize the 'To' header in emails. Modified: django/trunk/

[Changeset] r17292 - django/trunk/django/conf/locale/it

2011-12-30 Thread noreply
Author: aaugustin Date: 2011-12-30 04:41:24 -0800 (Fri, 30 Dec 2011) New Revision: 17292 Modified: django/trunk/django/conf/locale/it/formats.py Log: Fixed #17440 -- Used a more natural default date format in the Italian locale. Thanks rm_ and tekNico. Modified: django/trunk/django/conf/loca

Re: [Django] #17440: A proper format for dates and datetimes in italian locale

2011-12-30 Thread Django
#17440: A proper format for dates and datetimes in italian locale -+- Reporter: rm_ |Owner: nobody Type: Bug | Status: closed Compone

[Changeset] r17291 - django/branches/releases/1.3.X/docs/releases

2011-12-30 Thread noreply
Author: timo Date: 2011-12-30 04:29:47 -0800 (Fri, 30 Dec 2011) New Revision: 17291 Modified: django/branches/releases/1.3.X/docs/releases/0.95.txt django/branches/releases/1.3.X/docs/releases/0.96.txt Log: [1.3.X] Fixed #17470 - Broken links in 0.95/0.96 release notes; thanks fastinetserve

Re: [Django] #17470: Broken link at https://docs.djangoproject.com/en/dev/releases/0.96/?from=olddocs

2011-12-30 Thread Django
#17470: Broken link at https://docs.djangoproject.com/en/dev/releases/0.96/?from=olddocs -+- Reporter: fastinetserver@… |Owner: nobody Type: Bug | Stat

[Changeset] r17290 - django/trunk/docs/releases

2011-12-30 Thread noreply
Author: timo Date: 2011-12-30 04:21:40 -0800 (Fri, 30 Dec 2011) New Revision: 17290 Modified: django/trunk/docs/releases/0.95.txt django/trunk/docs/releases/0.96.txt Log: Fixed #17470 - Broken links in 0.95/0.96 release notes; thanks fastinetserver for the report; aaugustin for the patch.

Re: [Django] #17470: Broken link at https://docs.djangoproject.com/en/dev/releases/0.96/?from=olddocs

2011-12-30 Thread Django
#17470: Broken link at https://docs.djangoproject.com/en/dev/releases/0.96/?from=olddocs -+- Reporter: fastinetserver@… |Owner: nobody Type: Bug | Stat

Re: [Django] #16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management

2011-12-30 Thread Django
#16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management -+- Reporter: brodie |Owner: nobody Type: Bug |

Re: [Django] #17478: Overridding model formset queryset in BaseModelFormSet

2011-12-30 Thread Django
#17478: Overridding model formset queryset in BaseModelFormSet ---+ Reporter: contact@… |Owner: nobody Type: Bug| Status: new Component: Forms | Ve

Re: [Django] #16630: Support for HTML5 input types

2011-12-30 Thread Django
#16630: Support for HTML5 input types -+ Reporter: jonash |Owner: nobody Type: New feature | Status: new Component: Forms| Version: SVN

Re: [Django] #17481: leading zeros are missing from result of pbkdf2

2011-12-30 Thread Django
#17481: leading zeros are missing from result of pbkdf2 -+--- Reporter: bhuztez |Owner: nobody Type: Bug | Status: new Component: Uncategorized|

[Django] #17481: leading zeros are missing from result of pbkdf2

2011-12-30 Thread Django
#17481: leading zeros are missing from result of pbkdf2 -+- Reporter: bhuztez | Owner: nobody Type: Bug | Status: new Component: Uncategorized|Version: 1.4-alpha-1 Severity: