[Changeset] r15021 - in django/trunk: django/middleware django/utils tests/regressiontests/cache

2010-12-21 Thread noreply
Author: russellm Date: 2010-12-22 01:52:44 -0600 (Wed, 22 Dec 2010) New Revision: 15021 Modified: django/trunk/django/middleware/cache.py django/trunk/django/utils/cache.py django/trunk/tests/regressiontests/cache/tests.py Log: Beefed up the tests for multi-cache handling of the cache mid

[Changeset] r15020 - in django/trunk: django/shortcuts docs/topics/http tests/regressiontests/views tests/regressiontests/views/tests

2010-12-21 Thread noreply
Author: russellm Date: 2010-12-21 22:54:10 -0600 (Tue, 21 Dec 2010) New Revision: 15020 Modified: django/trunk/django/shortcuts/__init__.py django/trunk/docs/topics/http/shortcuts.txt django/trunk/tests/regressiontests/views/tests/shortcuts.py django/trunk/tests/regressiontests/views/u

[Changeset] r15019 - django/trunk/docs/topics/http

2010-12-21 Thread noreply
Author: kmtracey Date: 2010-12-21 22:12:32 -0600 (Tue, 21 Dec 2010) New Revision: 15019 Modified: django/trunk/docs/topics/http/shortcuts.txt Log: Added versionadded marker in doc for render function. Modified: django/trunk/docs/topics/http/shortcuts.txt ==

[Django] #14936: New "render" shortcut docs use "mimetype" instead of "content_type"

2010-12-21 Thread Django
#14936: New "render" shortcut docs use "mimetype" instead of "content_type" ---+ Reporter: adamv | Owner: nobody Status: new| Milestone: Component: Uncategorized | Versi

[Changeset] r15018 - in django/trunk: django/db/backends django/db/backends/mysql django/db/backends/oracle django/db/backends/postgresql django/db/backends/sqlite3 django/db/models django/db/models/s

2010-12-21 Thread noreply
Author: kmtracey Date: 2010-12-21 21:34:04 -0600 (Tue, 21 Dec 2010) New Revision: 15018 Modified: django/trunk/django/db/backends/__init__.py django/trunk/django/db/backends/mysql/base.py django/trunk/django/db/backends/oracle/base.py django/trunk/django/db/backends/postgresql/operatio

Re: [Django] #2705: [patch] Add optional FOR UPDATE clause to QuerySets

2010-12-21 Thread Django
#2705: [patch] Add optional FOR UPDATE clause to QuerySets ---+ Reporter: Hawkeye | Owner: brunobraga Status: assigned | Milestone:

[Django] #14935: admin_views regression test has one failure since r14992

2010-12-21 Thread Django
#14935: admin_views regression test has one failure since r14992 --+- Reporter: ramiro| Owner: nobody Status: new | Milestone: 1.3 Component: django.contrib.admin |

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

2010-12-21 Thread Django
#14934: Decimal errors not localized to LT because of dictionary interpolation --+- Reporter: davidlmontgomery | Owner: nobody Status: new | Milestone: Component: Translations

Re: [Django] #14933: SelectDateWidget doesn't render a month

2010-12-21 Thread Django
#14933: SelectDateWidget doesn't render a month +--- Reporter: alek | Owner: nobody Status: closed | Milestone: 1.3 Component: Forms

[Changeset] r15017 - in django/trunk: django/forms/extras tests/regressiontests/i18n

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 18:44:54 -0600 (Tue, 21 Dec 2010) New Revision: 15017 Modified: django/trunk/django/forms/extras/widgets.py django/trunk/tests/regressiontests/i18n/tests.py Log: Fixed #14933 -- Added ability to SelectDateWidget to cope with new alternative month names added

[Changeset] r15016 - in django/branches/releases/1.2.X/docs: internals ref/contrib/gis releases

2010-12-21 Thread noreply
Author: jbronn Date: 2010-12-21 18:42:11 -0600 (Tue, 21 Dec 2010) New Revision: 15016 Modified: django/branches/releases/1.2.X/docs/internals/contributing.txt django/branches/releases/1.2.X/docs/ref/contrib/gis/testing.txt django/branches/releases/1.2.X/docs/releases/1.2.4.txt Log: [1.2.X

[Changeset] r15015 - in django/trunk/docs: internals ref/contrib/gis releases

2010-12-21 Thread noreply
Author: jbronn Date: 2010-12-21 18:21:35 -0600 (Tue, 21 Dec 2010) New Revision: 15015 Modified: django/trunk/docs/internals/contributing.txt django/trunk/docs/ref/contrib/gis/testing.txt django/trunk/docs/releases/1.3.txt Log: Fixed #14439 -- Improved documentation for running the GeoDjan

[Changeset] r15014 - in django/branches/releases/1.2.X: django/contrib/gis/tests tests

2010-12-21 Thread noreply
Author: jbronn Date: 2010-12-21 17:43:04 -0600 (Tue, 21 Dec 2010) New Revision: 15014 Modified: django/branches/releases/1.2.X/django/contrib/gis/tests/__init__.py django/branches/releases/1.2.X/tests/runtests.py Log: [1.2.X] Fixed #10420 -- GeoDjango tests are run as part of Django tests wh

[Changeset] r15013 - in django/trunk: django/contrib/gis/tests tests

2010-12-21 Thread noreply
Author: jbronn Date: 2010-12-21 17:42:12 -0600 (Tue, 21 Dec 2010) New Revision: 15013 Modified: django/trunk/django/contrib/gis/tests/__init__.py django/trunk/tests/runtests.py Log: Fixed #10420 -- GeoDjango tests are run as part of Django tests when using spatial database backends with `ru

Re: [Django] #11495: Improvements to django.views.static.serve directory indexes

2010-12-21 Thread Django
#11495: Improvements to django.views.static.serve directory indexes -+-- Reporter: SmileyChris | Owner: SmileyChris Status: assigned| Milestone:

Re: [Django] #14824: django.utils.get_format_modules doesn't respect USE_L10N

2010-12-21 Thread Django
#14824: django.utils.get_format_modules doesn't respect USE_L10N ---+ Reporter: nullie| Owner: nobody Status: new | Milestone: 1.3 Component:

Re: [Django] #14824: django.utils.get_format_modules doesn't respect USE_L10N

2010-12-21 Thread Django
#14824: django.utils.get_format_modules doesn't respect USE_L10N ---+ Reporter: nullie| Owner: nobody Status: new | Milestone: Component:

Re: [Django] #14912: urlize and urlizetrunc template filter docs need expansion

2010-12-21 Thread Django
#14912: urlize and urlizetrunc template filter docs need expansion +--- Reporter: gabrielhurley | Owner: gabrielhurley Status: new| Milestone: 1.3 Component:

Re: [Django] #14929: Move doc-comment for gzip decorator

2010-12-21 Thread Django
#14929: Move doc-comment for gzip decorator +--- Reporter: adamv | Owner: nobody Status: new| Milestone: Component: HTTP handling |

Re: [Django] #14933: SelectDateWidget doesn't render a month

2010-12-21 Thread Django
#14933: SelectDateWidget doesn't render a month +--- Reporter: alek | Owner: nobody Status: new| Milestone: 1.3 Component: Forms

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

2010-12-21 Thread noreply
Author: lukeplant Date: 2010-12-21 15:32:59 -0600 (Tue, 21 Dec 2010) New Revision: 15012 Modified: django/trunk/django/db/backends/creation.py Log: Small performance tweak - avoid loading django.core.management in DB backend code django.core.management (and dependencies) will usually not be n

Re: [Django] #6213: PREPEND_WWW and APPEND_SLASH settings don't work with flatpages middleware

2010-12-21 Thread Django
#6213: PREPEND_WWW and APPEND_SLASH settings don't work with flatpages middleware -+-- Reporter: esaj| Owner: nobody Status: reopened

Re: [Django] #8387: Returning a subset of the models fields in ModelAdmin.get_fieldsets only works when also overriding get_form

2010-12-21 Thread Django
#8387: Returning a subset of the models fields in ModelAdmin.get_fieldsets only works when also overriding get_form ---+ Reporter: jarrow| Owner: nobody Status: new

[Changeset] r15011 - in django/trunk: django/contrib/admin django/contrib/admin/views docs/ref/contrib/admin tests/regressiontests/admin_changelist

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 13:19:04 -0600 (Tue, 21 Dec 2010) New Revision: 15011 Modified: django/trunk/django/contrib/admin/options.py django/trunk/django/contrib/admin/views/main.py django/trunk/docs/ref/contrib/admin/index.txt django/trunk/tests/regressiontests/admin_changelist

[Changeset] r15010 - in django/trunk: django/contrib/auth django/contrib/auth/tests docs/internals docs/releases docs/topics

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 13:18:12 -0600 (Tue, 21 Dec 2010) New Revision: 15010 Modified: django/trunk/django/contrib/auth/__init__.py django/trunk/django/contrib/auth/backends.py django/trunk/django/contrib/auth/models.py django/trunk/django/contrib/auth/tests/__init__.py dja

[Changeset] r15009 - django/trunk

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 11:52:17 -0600 (Tue, 21 Dec 2010) New Revision: 15009 Added: django/trunk/.gitignore django/trunk/.hgignore Log: Fixed #14680 -- Added ignore files for Mercurial and Git. Added: django/trunk/.gitignore =

Re: [Django] #2705: [patch] Add optional FOR UPDATE clause to QuerySets

2010-12-21 Thread Django
#2705: [patch] Add optional FOR UPDATE clause to QuerySets ---+ Reporter: Hawkeye | Owner: brunobraga Status: assigned | Milestone:

[Changeset] r15008 - in django/trunk: django/shortcuts docs/releases docs/topics/http tests/regressiontests/views tests/regressiontests/views/templates/debug tests/regressiontests/views/tests

2010-12-21 Thread noreply
Author: russellm Date: 2010-12-21 11:18:41 -0600 (Tue, 21 Dec 2010) New Revision: 15008 Added: django/trunk/tests/regressiontests/views/tests/shortcuts.py Modified: django/trunk/django/shortcuts/__init__.py django/trunk/docs/releases/1.3.txt django/trunk/docs/topics/http/shortcuts.txt

[Django] #14933: SelectDateWidget doesn't render a month

2010-12-21 Thread Django
#14933: SelectDateWidget doesn't render a month ---+ Reporter: alek | Owner: nobody Status: new| Milestone: 1.3 Component: Forms | Version: 1.3-alpha Keywords: | Stage: U

[Django] #14932: Tests failing with SQLite3 on Linux systems; Sites object causing failures.

2010-12-21 Thread Django
#14932: Tests failing with SQLite3 on Linux systems; Sites object causing failures. --+- Reporter: bart.ci...@gmail.com | Owner: nobody Status: new | Milestone: Component: Unc

Re: [Django] #5472: Implement Individual Map Widgets for Geometry Fields

2010-12-21 Thread Django
#5472: Implement Individual Map Widgets for Geometry Fields ---+ Reporter: p | Owner: p Status: assigned | Milestone: 1.3

[Changeset] r15007 - in django/branches/releases/1.2.X: django/core/mail/backends tests/regressiontests/mail

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 09:28:11 -0600 (Tue, 21 Dec 2010) New Revision: 15007 Modified: django/branches/releases/1.2.X/django/core/mail/backends/smtp.py django/branches/releases/1.2.X/tests/regressiontests/mail/tests.py Log: [1.2.X] Fixed #14301 -- Further refine changes made in r142

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

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 09:26:49 -0600 (Tue, 21 Dec 2010) New Revision: 15006 Modified: django/trunk/django/core/mail/backends/smtp.py django/trunk/tests/regressiontests/mail/tests.py Log: Fixed #14301 -- Further refine changes made in r14216 to support non-ASCII characters in email

[Changeset] r15004 - in django/branches/releases/1.2.X: django/contrib/humanize/templatetags django/forms tests/regressiontests/humanize

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 09:16:05 -0600 (Tue, 21 Dec 2010) New Revision: 15004 Modified: django/branches/releases/1.2.X/django/contrib/humanize/templatetags/humanize.py django/branches/releases/1.2.X/django/forms/formsets.py django/branches/releases/1.2.X/tests/regressiontests/hum

[Changeset] r15003 - in django/branches/releases/1.2.X/django/contrib/admin: . media/css templates/admin/includes

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 09:15:28 -0600 (Tue, 21 Dec 2010) New Revision: 15003 Modified: django/branches/releases/1.2.X/django/contrib/admin/helpers.py django/branches/releases/1.2.X/django/contrib/admin/media/css/base.css django/branches/releases/1.2.X/django/contrib/admin/templa

[Changeset] r15002 - in django/branches/releases/1.2.X/docs: howto topics/i18n

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 09:14:52 -0600 (Tue, 21 Dec 2010) New Revision: 15002 Modified: django/branches/releases/1.2.X/docs/howto/i18n.txt django/branches/releases/1.2.X/docs/topics/i18n/deployment.txt Log: [1.2.X] Fixed #14910 -- Clarified the order of precedence of loading transla

[Changeset] r15001 - in django/branches/releases/1.2.X: django/contrib/comments tests/regressiontests/comment_tests tests/regressiontests/comment_tests/tests

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 09:14:28 -0600 (Tue, 21 Dec 2010) New Revision: 15001 Modified: django/branches/releases/1.2.X/django/contrib/comments/admin.py django/branches/releases/1.2.X/tests/regressiontests/comment_tests/tests/moderation_view_tests.py django/branches/releases/1.2.

[Changeset] r15000 - in django/trunk: django/contrib/humanize/templatetags django/forms tests/regressiontests/humanize

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 09:07:43 -0600 (Tue, 21 Dec 2010) New Revision: 15000 Modified: django/trunk/django/contrib/humanize/templatetags/humanize.py django/trunk/django/forms/formsets.py django/trunk/tests/regressiontests/humanize/tests.py Log: Fixed #4976 -- Stopped humanize tem

[Changeset] r14999 - in django/trunk/django/contrib/admin: . media/css templates/admin/includes

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 09:07:09 -0600 (Tue, 21 Dec 2010) New Revision: 14999 Modified: django/trunk/django/contrib/admin/helpers.py django/trunk/django/contrib/admin/media/css/base.css django/trunk/django/contrib/admin/templates/admin/includes/fieldset.html Log: Fixed #13782 -- A

[Changeset] r14998 - in django/trunk/docs: howto topics/i18n

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 08:57:57 -0600 (Tue, 21 Dec 2010) New Revision: 14998 Modified: django/trunk/docs/howto/i18n.txt django/trunk/docs/topics/i18n/deployment.txt Log: Fixed #14910 -- Clarified the order of precedence of loading translation catalogues. Thanks, vanschelven. Modif

[Changeset] r14997 - in django/trunk: django/contrib/admin django/contrib/admin/views docs/ref/contrib/admin tests/regressiontests/admin_changelist

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 08:57:29 -0600 (Tue, 21 Dec 2010) New Revision: 14997 Modified: django/trunk/django/contrib/admin/options.py django/trunk/django/contrib/admin/views/main.py django/trunk/docs/ref/contrib/admin/index.txt django/trunk/tests/regressiontests/admin_changelist

[Changeset] r14996 - in django/trunk: django/contrib/comments tests/regressiontests/comment_tests tests/regressiontests/comment_tests/tests

2010-12-21 Thread noreply
Author: jezdez Date: 2010-12-21 08:56:48 -0600 (Tue, 21 Dec 2010) New Revision: 14996 Modified: django/trunk/django/contrib/comments/admin.py django/trunk/tests/regressiontests/comment_tests/tests/moderation_view_tests.py django/trunk/tests/regressiontests/comment_tests/urls_admin.py Log

[Django] #14931: models.DateTimeField hard to inherit from if auto_add is used

2010-12-21 Thread Django
#14931: models.DateTimeField hard to inherit from if auto_add is used --+- Reporter: jtheoof | Owner: nobody Status: new | Milestone: Component: Da

Re: [Django] #11495: Improvements to django.views.static.serve directory indexes

2010-12-21 Thread Django
#11495: Improvements to django.views.static.serve directory indexes -+-- Reporter: SmileyChris | Owner: SmileyChris Status: assigned| Milestone:

Re: [Django] #7497: AppAdmin class for customizing app listing in admin index

2010-12-21 Thread Django
#7497: AppAdmin class for customizing app listing in admin index ---+ Reporter: mrts | Owner: nobody Status: new | Milestone: Component:

[Django] #14930: `values_list()` fails on queryset ordered by extra column

2010-12-21 Thread Django
= qs.values_list('id') print qs.query.extra_select # output: {} self.assertQuerysetEqual( qs, [ [self.a1.id], [self.a2.id], [self.a3.id], [self.a4.id], [self.a5.id], [self.a6.id], [self.a7.id]

Re: [Django] #9025: Nested Inline Support in Admin

2010-12-21 Thread Django
#9025: Nested Inline Support in Admin -+-- Reporter: pixelcort | Owner: nobody Status: new | Milestone: Component: django.contrib.admin

Re: [Django] #14810: Admin inline templates need blocks

2010-12-21 Thread Django
#14810: Admin inline templates need blocks ---+ Reporter: DrMeers | Owner: DrMeers Status: new | Milestone: 1.3

Re: [Django] #12309: New format character to represent alternative locale-specifc month names

2010-12-21 Thread Django
#12309: New format character to represent alternative locale-specifc month names ---+ Reporter: shell_dweller | Owner: shell_dweller Status: reopened | Milestone

Re: [Django] #13252: Use the natural key instead of the primary key when serializing

2010-12-21 Thread Django
#13252: Use the natural key instead of the primary key when serializing +--- Reporter: SmileyChris| Owner: mtredinnick Status: reopened | Milestone: Component

Re: [Django] #12309: New format character to represent alternative locale-specifc month names

2010-12-21 Thread Django
#12309: New format character to represent alternative locale-specifc month names ---+ Reporter: shell_dweller | Owner: shell_dweller Status: reopened | Milestone