Re: [Django] #15025: Different template rendering semantics since r14992

2011-01-08 Thread Django
#15025: Different template rendering semantics since r14992 --+- Reporter: donspaulding | Owner: nobody Status: new | Milestone: 1.3 C

Re: [Django] #14801: Support for string methods with lazy translations

2011-01-08 Thread Django
#14801: Support for string methods with lazy translations ---+ Reporter: bronger | Owner: nobody Status: closed| Milestone: Component: Interna

Re: [Django] #15027: Updated RU translation

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

Re: [Django] #15013: Add Russian (ru) local flavour

2011-01-08 Thread Django
#15013: Add Russian (ru) local flavour -+-- Reporter: blackraven | Owner: blackraven Status: assigned| Milestone:

Re: [Django] #15013: Add Russian (ru) local flavour

2011-01-08 Thread Django
#15013: Add Russian (ru) local flavour -+-- Reporter: blackraven | Owner: blackraven Status: assigned| Milestone:

Re: [Django] #15030: ModelAdmin media docs don't mention STATIC_URL

2011-01-08 Thread Django
#15030: ModelAdmin media docs don't mention STATIC_URL +--- Reporter: jezdez | Owner: anonymous Status: assigned | Milestone: 1.3 Component: Documentation |

[Changeset] r15166 - django/trunk/docs/ref/contrib/admin

2011-01-08 Thread noreply
Author: timo Date: 2011-01-08 15:15:00 -0600 (Sat, 08 Jan 2011) New Revision: 15166 Modified: django/trunk/docs/ref/contrib/admin/index.txt Log: Fixed #15003 - assorted edits to admin docs; thanks adamv. Modified: django/trunk/docs/ref/contrib/admin/index.txt ==

Re: [Django] #13883: SelectBox.js with grouping (optgroup elements)

2011-01-08 Thread Django
#13883: SelectBox.js with grouping (optgroup elements) ---+ Reporter: SardarNL | Owner: nobody Status: new | Milestone: 1.

[Changeset] r15165 - django/branches/releases/1.2.X/tests/regressiontests/fixtures_regress

2011-01-08 Thread noreply
Author: lukeplant Date: 2011-01-08 10:13:58 -0600 (Sat, 08 Jan 2011) New Revision: 15165 Modified: django/branches/releases/1.2.X/tests/regressiontests/fixtures_regress/tests.py Log: [1.2.X] Fixed test failure when using Python 2.7 Backport of [14309] from trunk. Fixed #14947 Modified: dja

Re: [Django] #15039: The current download link redirection breaks wget making Linux download inconvenient

2011-01-08 Thread Django
#15039: The current download link redirection breaks wget making Linux download inconvenient -+-- Reporter: jonathanberger | Owner: nobody Status: new | Milestone:

[Changeset] r15164 - django/branches/releases/1.2.X/django/core/serializers

2011-01-08 Thread noreply
Author: andrewgodwin Date: 2011-01-08 09:14:24 -0600 (Sat, 08 Jan 2011) New Revision: 15164 Modified: django/branches/releases/1.2.X/django/core/serializers/base.py django/branches/releases/1.2.X/django/core/serializers/json.py django/branches/releases/1.2.X/django/core/serializers/pyyaml

[Changeset] r15163 - django/trunk/django/core/serializers

2011-01-08 Thread noreply
Author: andrewgodwin Date: 2011-01-08 09:07:45 -0600 (Sat, 08 Jan 2011) New Revision: 15163 Modified: django/trunk/django/core/serializers/base.py django/trunk/django/core/serializers/json.py django/trunk/django/core/serializers/pyyaml.py Log: Fixed #14888 -- Removing duplicated code in s

[Changeset] r15162 - django/branches/releases/1.2.X/django/views/decorators

2011-01-08 Thread noreply
Author: andrewgodwin Date: 2011-01-08 08:56:02 -0600 (Sat, 08 Jan 2011) New Revision: 15162 Modified: django/branches/releases/1.2.X/django/views/decorators/gzip.py Log: [1.2.X] Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv. Backport of [15161] from trunk Modified

[Changeset] r15161 - django/trunk/django/views/decorators

2011-01-08 Thread noreply
Author: andrewgodwin Date: 2011-01-08 08:55:19 -0600 (Sat, 08 Jan 2011) New Revision: 15161 Modified: django/trunk/django/views/decorators/gzip.py Log: Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv. Modified: django/trunk/django/views/decorators/gzip.py

[Changeset] r15160 - django/trunk/django/views/generic

2011-01-08 Thread noreply
Author: andrewgodwin Date: 2011-01-08 08:53:44 -0600 (Sat, 08 Jan 2011) New Revision: 15160 Modified: django/trunk/django/views/generic/__init__.py Log: Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT. Modified: django/trunk/django/views/generic/__init__.py =

[Changeset] r15159 - django/branches/releases/1.2.X/tests/regressiontests/forms/tests

2011-01-08 Thread noreply
Author: andrewgodwin Date: 2011-01-08 08:50:31 -0600 (Sat, 08 Jan 2011) New Revision: 15159 Modified: django/branches/releases/1.2.X/tests/regressiontests/forms/tests/formsets.py Log: Fixed #12295 -- Issue had already been fixed, but added test. Thanks tomevans222 and dpn. Modified: django/b

[Changeset] r15158 - django/trunk/tests/regressiontests/forms/tests

2011-01-08 Thread noreply
Author: andrewgodwin Date: 2011-01-08 08:37:26 -0600 (Sat, 08 Jan 2011) New Revision: 15158 Modified: django/trunk/tests/regressiontests/forms/tests/formsets.py Log: Fixed #12295 -- Issue had already been fixed, but added test. Thanks tomevans222 and dpn. Modified: django/trunk/tests/regressi

[Changeset] r15157 - in django/branches/releases/1.2.X: django/db/models tests/regressiontests/get_or_create_regress

2011-01-08 Thread noreply
Author: andrewgodwin Date: 2011-01-08 07:40:23 -0600 (Sat, 08 Jan 2011) New Revision: 15157 Modified: django/branches/releases/1.2.X/django/db/models/query.py django/branches/releases/1.2.X/tests/regressiontests/get_or_create_regress/tests.py Log: [1.2.X] Fixed #9029 -- Allow use of fieldna

[Changeset] r15156 - in django/trunk: django/db/models tests/regressiontests/get_or_create_regress

2011-01-08 Thread noreply
Author: andrewgodwin Date: 2011-01-08 07:27:30 -0600 (Sat, 08 Jan 2011) New Revision: 15156 Modified: django/trunk/django/db/models/query.py django/trunk/tests/regressiontests/get_or_create_regress/tests.py Log: Fixed #9029 -- Allow use of fieldname_id with get_or_create. Thanks to aaron an

[Changeset] r15155 - in django/trunk: django/views/generic tests/regressiontests/generic_views

2011-01-08 Thread noreply
Author: andrewgodwin Date: 2011-01-08 07:15:44 -0600 (Sat, 08 Jan 2011) New Revision: 15155 Modified: django/trunk/django/views/generic/list.py django/trunk/tests/regressiontests/generic_views/list.py Log: Fixed inconsistency in ListView's pagination (short datasets should also trigger a pa

[Changeset] r15154 - in django/trunk: django/contrib/staticfiles/management/commands tests/regressiontests/staticfiles_tests

2011-01-08 Thread noreply
Author: jezdez Date: 2011-01-08 04:03:27 -0600 (Sat, 08 Jan 2011) New Revision: 15154 Added: django/trunk/tests/regressiontests/staticfiles_tests/storage.py Modified: django/trunk/django/contrib/staticfiles/management/commands/collectstatic.py django/trunk/tests/regressiontests/staticfile