Re: [Django] #14938: "Save as" does not save entries added with a Inline

2011-01-23 Thread Django
#14938: "Save as" does not save entries added with a Inline ---+ Reporter: rax | Owner: nobody Status: new | Milestone: 1.3 Component: Forms |

[Changeset] r15287 - in django/branches/releases/1.2.X: django/contrib/admin/templatetags tests/regressiontests/admin_changelist

2011-01-23 Thread noreply
Author: russellm Date: 2011-01-24 01:10:18 -0600 (Mon, 24 Jan 2011) New Revision: 15287 Modified: django/branches/releases/1.2.X/django/contrib/admin/templatetags/admin_list.py django/branches/releases/1.2.X/tests/regressiontests/admin_changelist/models.py

[Changeset] r15286 - in django/trunk: django/contrib/admin/templatetags tests/regressiontests/admin_changelist

2011-01-23 Thread noreply
Author: russellm Date: 2011-01-24 01:01:00 -0600 (Mon, 24 Jan 2011) New Revision: 15286 Modified: django/trunk/django/contrib/admin/templatetags/admin_list.py django/trunk/tests/regressiontests/admin_changelist/models.py django/trunk/tests/regressiontests/admin_changelist/tests.py Log:

[Changeset] r15285 - in django/trunk: . django/core/cache django/middleware tests/regressiontests/cache

2011-01-23 Thread noreply
Author: russellm Date: 2011-01-24 00:36:31 -0600 (Mon, 24 Jan 2011) New Revision: 15285 Modified: django/trunk/AUTHORS django/trunk/django/core/cache/__init__.py django/trunk/django/middleware/cache.py django/trunk/tests/regressiontests/cache/tests.py Log: Fixed #15144 -- Corrected

Re: [Django] #15144: Max age set in cache control no longer obeys timeout set with @cache_page decorator

2011-01-23 Thread Django
#15144: Max age set in cache control no longer obeys timeout set with @cache_page decorator +--- Reporter: jsdalton | Owner: nobody Status: new|

Re: [Django] #15127: form.fields is still tied to class variables

2011-01-23 Thread Django
#15127: form.fields is still tied to class variables -+-- Reporter: absoludity | Owner: nobody Status: new | Milestone: Component: Forms | Version:

Re: [Django] #15129: Invalid order of applying formats

2011-01-23 Thread Django
#15129: Invalid order of applying formats ---+ Reporter: tonnzor | Owner: nobody Status: new | Milestone: 1.3 Component: Internationalization

Re: [Django] #15130: Model.validate_unique method doesn't take in account multi-db

2011-01-23 Thread Django
#15130: Model.validate_unique method doesn't take in account multi-db --+- Reporter: t2y | Owner: Status: reopened | Milestone: 1.3 Component:

Re: [Django] #15130: Model.validate_unique method doesn't take in account multi-db

2011-01-23 Thread Django
#15130: Model.validate_unique method doesn't take in account multi-db --+- Reporter: t2y | Owner: Status: reopened | Milestone: 1.3 Component:

Re: [Django] #15117: get_or_create() raises "DatabaseError: no such savepoint" instead of IntegrityError (PostgreSQL)

2011-01-23 Thread Django
#15117: get_or_create() raises "DatabaseError: no such savepoint" instead of IntegrityError (PostgreSQL) ---+ Reporter: akaihola | Owner: nobody Status: new

Re: [Django] #15125: UpdateView should introspect form_class instead of requiring you to pass the model

2011-01-23 Thread Django
#15125: UpdateView should introspect form_class instead of requiring you to pass the model +--- Reporter: sontek | Owner: nobody Status: new| Milestone: 1.3

Re: [Django] #15149: Memcached backend: possible issue with cache keys

2011-01-23 Thread Django
#15149: Memcached backend: possible issue with cache keys -+-- Reporter: j...@jeffcroft.com | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #15111: manage.py test fails if sites app not installed

2011-01-23 Thread Django
#15111: manage.py test fails if sites app not installed +--- Reporter: wkornewald | Owner: nobody Status: new| Milestone: 1.3 Component: Contrib apps

Re: [Django] #6386: hash() in creating db names is unpredictable, and unnecessary

2011-01-23 Thread Django
#6386: hash() in creating db names is unpredictable, and unnecessary -+-- Reporter: nedbatchelder | Owner: elbarto Status: closed | Milestone: Component: Core

Re: [Django] #6386: hash() in creating db names is unpredictable, and unnecessary

2011-01-23 Thread Django
#6386: hash() in creating db names is unpredictable, and unnecessary -+-- Reporter: nedbatchelder | Owner: elbarto Status: new | Milestone: Component: Core

Re: [Django] #15107: Convert core commands to use self.std(out|err) instead of sys.std(out|err)/print

2011-01-23 Thread Django
#15107: Convert core commands to use self.std(out|err) instead of sys.std(out|err)/print --+- Reporter: mmcnickle| Owner: mmcnickle Status: new | Milestone: 1.3

Re: [Django] #15100: Tests for garbage input templates

2011-01-23 Thread Django
#15100: Tests for garbage input templates --+- Reporter: steveire | Owner: nobody Status: closed | Milestone: Component: Template system |

Re: [Django] #15101: GeoQuerySet extent() method fails to limit

2011-01-23 Thread Django
#15101: GeoQuerySet extent() method fails to limit -+-- Reporter: billt...@gmail.com | Owner: nobody Status: new | Milestone: Component: GIS

Re: [Django] #15099: ModelFormset.queryset requirement is too strict

2011-01-23 Thread Django
#15099: ModelFormset.queryset requirement is too strict ---+ Reporter: Ciantic | Owner: nobody Status: new | Milestone: Component: Forms | Version: 1.2

Re: [Django] #15098: SiteProfileNotAvailable needs silent_variable_failure=True

2011-01-23 Thread Django
#15098: SiteProfileNotAvailable needs silent_variable_failure=True -+-- Reporter: tkolar | Owner: nobody Status: new |

Re: [Django] #8890: Inline model formsets break validation for unique_together with foreign keys

2011-01-23 Thread Django
#8890: Inline model formsets break validation for unique_together with foreign keys -+-- Reporter: mas...@mit.edu | Owner: nobody Status: closed | Milestone:

Re: [Django] #5423: "dumpdata" should stream output one row at a time

2011-01-23 Thread Django
#5423: "dumpdata" should stream output one row at a time +--- Reporter: adrian | Owner: ramiro Status: assigned | Milestone:

Re: [Django] #7145: 'NoneType' object has no attribute 'year' in admin change list when using date_hierarchy with a date field with null values

2011-01-23 Thread Django
#7145: 'NoneType' object has no attribute 'year' in admin change list when using date_hierarchy with a date field with null values --+- Reporter: Eric Walstad | Owner: nobody

Re: [Django] #15149: Memcached backend: possible issue with cache keys

2011-01-23 Thread Django
#15149: Memcached backend: possible issue with cache keys -+-- Reporter: j...@jeffcroft.com | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #15149: Memcached backend: possible issue with cache keys

2011-01-23 Thread Django
#15149: Memcached backend: possible issue with cache keys -+-- Reporter: j...@jeffcroft.com | Owner: nobody Status: new | Milestone: Component:

[Django] #15149: Memcached backend: possible issue with cache keys

2011-01-23 Thread Django
#15149: Memcached backend: possible issue with cache keys +--- Reporter: j...@jeffcroft.com | Owner: nobody Status: new | Milestone: Component: Cache system|

Re: [Django] #12988: Add support of IDN domains for URLField validator.

2011-01-23 Thread Django
#12988: Add support of IDN domains for URLField validator. ---+ Reporter: niksite | Owner: nobody Status: new | Milestone: 1.3 Component: Forms | Version:

Re: [Django] #15036: Ukrainian translation (update)

2011-01-23 Thread Django
#15036: Ukrainian translation (update) +--- Reporter: sv0| Owner: nobody Status: closed | Milestone:

Re: [Django] #15036: Ukrainian translation (update)

2011-01-23 Thread Django
#15036: Ukrainian translation (update) +--- Reporter: sv0| Owner: nobody Status: new| Milestone:

Re: [Django] #15027: Updated RU translation

2011-01-23 Thread Django
#15027: Updated RU translation ---+ Reporter: blackraven| Owner: blackraven Status: closed| Milestone: Component: Translations |

Re: [Django] #14934: Decimal errors not localized to LT because of dictionary interpolation

2011-01-23 Thread Django
#14934: Decimal errors not localized to LT because of dictionary interpolation ---+ Reporter: davidlmontgomery | Owner: nobody Status: closed| Milestone:

Re: [Django] #14913: Romanian translation, including E date format

2011-01-23 Thread Django
#14913: Romanian translation, including E date format +--- Reporter: mihneasim | Owner: nobody Status: closed | Milestone: 1.3

Re: [Django] #14309: Spanish translation on deleting objects

2011-01-23 Thread Django
#14309: Spanish translation on deleting objects ---+ Reporter: asi...@gmail.com | Owner: nobody Status: closed| Milestone: Component:

Re: [Django] #15144: Max age set in cache control no longer obeys timeout set with @cache_page decorator

2011-01-23 Thread Django
#15144: Max age set in cache control no longer obeys timeout set with @cache_page decorator ---+ Reporter: jsdalton | Owner: nobody Status: new | Milestone:

Re: [Django] #14553: es_AR language update

2011-01-23 Thread Django
#14553: es_AR language update ---+ Reporter: dariog| Owner: nobody Status: closed| Milestone: Component: Translations | Version: 1.2

Re: [Django] #8890: Inline model formsets break validation for unique_together with foreign keys

2011-01-23 Thread Django
#8890: Inline model formsets break validation for unique_together with foreign keys -+-- Reporter: mas...@mit.edu | Owner: nobody Status: reopened| Milestone:

Re: [Django] #8890: Inline model formsets break validation for unique_together with foreign keys

2011-01-23 Thread Django
#8890: Inline model formsets break validation for unique_together with foreign keys -+-- Reporter: mas...@mit.edu | Owner: nobody Status: reopened| Milestone:

Re: [Django] #8890: Inline model formsets break validation for unique_together with foreign keys

2011-01-23 Thread Django
#8890: Inline model formsets break validation for unique_together with foreign keys -+-- Reporter: mas...@mit.edu | Owner: nobody Status: reopened| Milestone:

Re: [Django] #14129: Fix Slovenian translation plural-forms

2011-01-23 Thread Django
#14129: Fix Slovenian translation plural-forms ---+ Reporter: gasperzejn| Owner: nobody Status: new | Milestone: Component: Translations | Version:

Re: [Django] #14080: Flatpages pt-br translation

2011-01-23 Thread Django
#14080: Flatpages pt-br translation ---+ Reporter: canassa | Owner: anonymous Status: closed| Milestone: Component: Translations | Version: 1.2

Re: [Django] #13833: Fix for Indonesian localization

2011-01-23 Thread Django
#13833: Fix for Indonesian localization ---+ Reporter: rodin | Owner: nobody Status: new | Milestone: Component: Translations | Version: 1.2

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

2011-01-23 Thread Django
#13577: New Polish L10N formats file ---+ Reporter: ludwik| Owner: zgoda Status: reopened | Milestone: Component: Translations | Version: 1.2

Re: [Django] #2445: [patch] allow callable values for limit_choices_to

2011-01-23 Thread Django
#2445: [patch] allow callable values for limit_choices_to +--- Reporter: mich...@actrix.gen.nz | Owner: nobody Status: new| Milestone: Component: Core

Re: [Django] #2594: Template system should handle whitespace better

2011-01-23 Thread Django
#2594: Template system should handle whitespace better --+- Reporter: Gary Wilson | Owner: jshedd Status: new | Milestone:

Re: [Django] #12926: bulgarian translation for v 1.1.1

2011-01-23 Thread Django
#12926: bulgarian translation for v 1.1.1 ---+ Reporter: anonymous | Owner: nobody Status: closed| Milestone: Component: Translations | Version:

Re: [Django] #5423: "dumpdata" should stream output one row at a time

2011-01-23 Thread Django
#5423: "dumpdata" should stream output one row at a time +--- Reporter: adrian | Owner: ramiro Status: assigned | Milestone:

Re: [Django] #15148: International Domain Name (IDN) validation not working 100%

2011-01-23 Thread Django
#15148: International Domain Name (IDN) validation not working 100% -+-- Reporter: halrobertson| Owner: nobody Status: closed | Milestone: Component: Core

Re: [Django] #15148: International Domain Name (IDN) validation not working 100%

2011-01-23 Thread Django
#15148: International Domain Name (IDN) validation not working 100% -+-- Reporter: halrobertson| Owner: nobody Status: new | Milestone: Component: Core

[Django] #15148: International Domain Name (IDN) validation not working 100%

2011-01-23 Thread Django
#15148: International Domain Name (IDN) validation not working 100% +--- Reporter: halrobertson| Owner: nobody Status: new | Milestone: Component: Core framework | Version: