Re: [Django] #5515: Custom Permission Denied Pages

2010-05-21 Thread Django
#5515: Custom Permission Denied Pages +--- Reporter: Piotr Lewandowski | Owner: Status: reopened | Milestone: Component: Contrib apps

Re: [Django] #13589: Annotate returns empty set without value arguments

2010-05-21 Thread Django
#13589: Annotate returns empty set without value arguments +--- Reporter: adamnelson | Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #13589: Annotate returns empty set without value arguments

2010-05-21 Thread Django
#13589: Annotate returns empty set without value arguments +--- Reporter: adamnelson | Owner: nobody Status: new| Milestone: Component: Uncategorized |

[Django] #13589: Annotate returns empty set without value arguments

2010-05-21 Thread Django
#13589: Annotate returns empty set without value arguments ---+ Reporter: adamnelson | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1

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

2010-05-21 Thread Django
#13588: removing admin.root as per deprecation policy --+- Reporter: apollo13 | Owner: nobody Status: new | Milestone: 1.3 Component: django.contrib.admin | Versio

Re: [Django] #13584: django.forms FileField does not allow empty files.

2010-05-21 Thread Django
#13584: django.forms FileField does not allow empty files. ---+ Reporter: jamesh| Owner: nobody Status: new | Milestone: Component: File u

Re: [Django] #13572: QueryDict.copy().encoding is not set correctly

2010-05-21 Thread Django
#13572: QueryDict.copy().encoding is not set correctly +--- Reporter: adammck| Owner: nobody Status: new| Milestone:

Re: [Django] #6234: Serialization with JSON and UTF-8, "ensure_ascii=False" invalid now?

2010-05-21 Thread Django
#6234: Serialization with JSON and UTF-8, "ensure_ascii=False" invalid now? ---+ Reporter: aa...@cellmap.ca | Owner: nobody Status: new | Milestone:

Re: [Django] #11250: InlineModelAdmin with can_delete

2010-05-21 Thread Django
#11250: InlineModelAdmin with can_delete ---+ Reporter: ctao | Owner: nobody Status: closed| Milestone:

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

2010-05-21 Thread noreply
Author: russellm Date: 2010-05-21 09:25:26 -0500 (Fri, 21 May 2010) New Revision: 13299 Modified: django/trunk/django/template/loaders/cached.py Log: Refs #13573 -- Modified the key technique added in r13295 to be more robust against potential key collisions while keeping key names human-reada

[Changeset] r13298 - django/trunk/django/conf/locale/pl

2010-05-21 Thread noreply
Author: jezdez Date: 2010-05-21 09:09:25 -0500 (Fri, 21 May 2010) New Revision: 13298 Modified: django/trunk/django/conf/locale/pl/formats.py Log: Fixed #13577 -- Updated Polish formats file. Thanks, ludwik. Modified: django/trunk/django/conf/locale/pl/formats.py ==

[Changeset] r13297 - in django/trunk/django/contrib/auth: management/commands tests

2010-05-21 Thread noreply
Author: jezdez Date: 2010-05-21 09:08:49 -0500 (Fri, 21 May 2010) New Revision: 13297 Modified: django/trunk/django/contrib/auth/management/commands/createsuperuser.py django/trunk/django/contrib/auth/tests/basic.py Log: Fixed #13569 -- Fixed createsuperuser management command to work with t

[Changeset] r13296 - in django/trunk: django/contrib/admin django/forms tests/regressiontests/admin_widgets tests/regressiontests/forms tests/regressiontests/i18n

2010-05-21 Thread noreply
Author: jezdez Date: 2010-05-21 09:07:54 -0500 (Fri, 21 May 2010) New Revision: 13296 Modified: django/trunk/django/contrib/admin/widgets.py django/trunk/django/forms/fields.py django/trunk/django/forms/forms.py django/trunk/django/forms/widgets.py django/trunk/tests/regressiontests

[Django] #13587: Set zip_safe = False in setup.py

2010-05-21 Thread Django
#13587: Set zip_safe = False in setup.py +--- Reporter: timo| Owner: nobody Status: new | Milestone: Component: Core framework | Version: SVN Keywords: setu

Re: [Django] #13573: Cached template loader can return incorrect template

2010-05-21 Thread Django
#13573: Cached template loader can return incorrect template --+- Reporter: lamby| Owner: nobody Status: closed | Milestone: 1.3 Component: Template syste

Re: [Django] #13586: Improvements in Signals.m2m_changed documentation

2010-05-21 Thread Django
#13586: Improvements in Signals.m2m_changed documentation +--- Reporter: david | Owner: nobody Status: new| Milestone: 1.3 Component: Documentation |

[Django] #13586: Improvements in Signals.m2m_changed documentation

2010-05-21 Thread Django
#13586: Improvements in Signals.m2m_changed documentation ---+ Reporter: david | Owner: nobody Status: new| Milestone: 1.3 Component: Documentation | Version: 1.2 K

Re: [Django] #13585: Documentation explaining return value of update() run on a QuerySet is inaccurate

2010-05-21 Thread Django
#13585: Documentation explaining return value of update() run on a QuerySet is inaccurate +--- Reporter: bpp198 | Owner: nobody Status: closed | Milestone: C

[Django] #13585: Documentation explaining return value of update() run on a QuerySet is inaccurate

2010-05-21 Thread Django
#13585: Documentation explaining return value of update() run on a QuerySet is inaccurate ---+ Reporter: bpp198 | Owner: nobody Status: new| Milestone: Component: Documentatio

Re: [Django] #13095: modelform_factory, modelformset_factory, inlineformset_factory formfield_callback lamba function missing **kwargs

2010-05-21 Thread Django
#13095: modelform_factory, modelformset_factory, inlineformset_factory formfield_callback lamba function missing **kwargs ---+ Reporter: hvdklauw | Owner: nobody Status: new

Re: [Django] #13584: django.forms FileField does not allow empty files.

2010-05-21 Thread Django
#13584: django.forms FileField does not allow empty files. +--- Reporter: jamesh | Owner: nobody Status: new| Milestone: Component: Uncategorized |

[Django] #13584: django.forms FileField does not allow empty files.

2010-05-21 Thread Django
#13584: django.forms FileField does not allow empty files. ---+ Reporter: jamesh | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1

Re: [Django] #13560: SplitDateTimeField(localize=True) fails as value gets converted to string

2010-05-21 Thread Django
#13560: SplitDateTimeField(localize=True) fails as value gets converted to string +--- Reporter: David Danier | Owner: nobody Status: new

Re: [Django] #13567: cycle tag with 'as' shouldn't return a value

2010-05-21 Thread Django
#13567: cycle tag with 'as' shouldn't return a value -+-- Reporter: anentropic | Owner: nobody Status: new | Milestone: Component: Template

[Django] #13583: Invalid localization of error_messages in form fields

2010-05-21 Thread Django
#13583: Invalid localization of error_messages in form fields +--- Reporter: dmitry_nosov| Owner: nobody Status: new | Milestone: 1.2 Component: Core framework | Version: 1.2

Re: [Django] #13560: SplitDateTimeField(localize=True) fails as value gets converted to string

2010-05-21 Thread Django
#13560: SplitDateTimeField(localize=True) fails as value gets converted to string +--- Reporter: David Danier | Owner: nobody Status: new

[Changeset] r13295 - in django/trunk: django/template/loaders tests/regressiontests/templates tests/regressiontests/templates/templates tests/regressiontests/templates/templates/first tests/regression

2010-05-21 Thread noreply
Author: russellm Date: 2010-05-21 03:54:15 -0500 (Fri, 21 May 2010) New Revision: 13295 Added: django/trunk/tests/regressiontests/templates/templates/first/ django/trunk/tests/regressiontests/templates/templates/first/test.html django/trunk/tests/regressiontests/templates/templates/second

Re: [Django] #13531: django.core.files.File throws an exception on _get_size

2010-05-21 Thread Django
#13531: django.core.files.File throws an exception on _get_size +--- Reporter: aarond10 | Owner: nobody Status: closed | Milestone: Component

Re: [Django] #13559: Need a contextprocessor for current site

2010-05-21 Thread Django
#13559: Need a contextprocessor for current site ---+ Reporter: tonnzor | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version:

Re: [Django] #13562: values() cannot follow reverse one-to-one relationship

2010-05-21 Thread Django
#13562: values() cannot follow reverse one-to-one relationship ---+ Reporter: bendavis78| Owner: nobody Status: new | Milestone:

Re: [Django] #13564: Provide class attributes for form fields

2010-05-21 Thread Django
#13564: Provide class attributes for form fields ---+ Reporter: h3| Owner: Status: new | Milestone: 1.3 Component: Forms | Version: 1.2-beta

Re: [Django] #13564: Provide class attributes for form fields

2010-05-21 Thread Django
#13564: Provide class attributes for form fields ---+ Reporter: h3| Owner: russellm Status: assigned | Milestone: 1.3 Component: Forms | Version: 1.2-beta

Re: [Django] #13567: cycle tag with 'as' shouldn't return a value

2010-05-21 Thread Django
#13567: cycle tag with 'as' shouldn't return a value -+-- Reporter: anentropic | Owner: nobody Status: new | Milestone: Component: Template

Re: [Django] #13568: KeyError raised in template rendering when the number of placeholders differs between singular and plural

2010-05-21 Thread Django
#13568: KeyError raised in template rendering when the number of placeholders differs between singular and plural ---+ Reporter: deloide | Owner: deloide Status: new

Re: [Django] #13570: SMTP backend should try harder to figure out the local host name

2010-05-21 Thread Django
#13570: SMTP backend should try harder to figure out the local host name ---+ Reporter: jacob | Owner: nobody Status: new | Milestone: 1.3 Component:

Re: [Django] #13577: New Polish L10N formats file

2010-05-21 Thread Django
#13577: New Polish L10N formats file +--- Reporter: ludwik | Owner: zgoda Status: new| Milestone: Component: Translations | Version:

Re: [Django] #13569: Superuser auto-creation rejects usernames with '@', '-' or '+' characters

2010-05-21 Thread Django
#13569: Superuser auto-creation rejects usernames with '@', '-' or '+' characters -+-- Reporter: st...@elys.com | Owner: nobody Status: new | Milestone: 1.3 Compon

Re: [Django] #13571: Static files server for dev doesn't behave as expected with flatpage app

2010-05-21 Thread Django
#13571: Static files server for dev doesn't behave as expected with flatpage app +--- Reporter: christandiono | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #13573: Cached template loader can return incorrect template

2010-05-21 Thread Django
#13573: Cached template loader can return incorrect template --+- Reporter: lamby| Owner: nobody Status: new | Milestone: 1.3 Component: Template syste