Re: [Django] #14405: problem in login view

2010-10-08 Thread Django
#14405: problem in login view -+-- Reporter: bayazee | Owner: nobody Status: new | Milestone: 1.3 Component: Authentication | Version: 1.2

[Changeset] r14061 - in django/trunk: django/test tests/modeltests/get_or_create

2010-10-08 Thread noreply
Author: Alex Date: 2010-10-09 01:06:24 -0500 (Sat, 09 Oct 2010) New Revision: 14061 Modified: django/trunk/django/test/testcases.py django/trunk/tests/modeltests/get_or_create/tests.py Log: Fixed #12979 -- allowed using savepoints in TestCase (i.e. tests with transactions disabled), convert

Re: [Django] #14338: Search bar on the docs should include 1.2, & 1.1

2010-10-08 Thread Django
#14338: Search bar on the docs should include 1.2, & 1.1 --+- Reporter: varikin | Owner: nobody Status: new | Milestone: 1.3 Component: Django Web site |

Re: [Django] #3400: Support for lookup separator with list_filter admin option

2010-10-08 Thread Django
#3400: Support for lookup separator with list_filter admin option ---+ Reporter: n...@intv.com.au | Owner: DrMeers Status: assigned

[Changeset] r14060 - django/branches/releases/1.2.X/docs/howto/deployment

2010-10-08 Thread noreply
Author: DrMeers Date: 2010-10-09 00:10:32 -0500 (Sat, 09 Oct 2010) New Revision: 14060 Modified: django/branches/releases/1.2.X/docs/howto/deployment/modpython.txt Log: [1.2.X] Fixed #5677 -- update modpython stdout documentation. Thanks to Manfred Wassmann for the report, nickefford for the i

[Changeset] r14059 - django/trunk/docs/howto/deployment

2010-10-08 Thread noreply
Author: DrMeers Date: 2010-10-09 00:08:42 -0500 (Sat, 09 Oct 2010) New Revision: 14059 Modified: django/trunk/docs/howto/deployment/modpython.txt Log: Fixed #5677 -- update modpython stdout documentation. Thanks to Manfred Wassmann for the report, nickefford for the initial patch and Graham Du

Re: [Django] #14039: FileField special-casing breaks MultiValueField including a FileField

2010-10-08 Thread Django
#14039: FileField special-casing breaks MultiValueField including a FileField ---+ Reporter: carljm| Owner: carljm Status: new | Milestone: Component

[Changeset] r14058 - in django/trunk: django/test docs/topics tests/modeltests/test_client

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 23:50:47 -0500 (Fri, 08 Oct 2010) New Revision: 14058 Modified: django/trunk/django/test/testcases.py django/trunk/docs/topics/testing.txt django/trunk/tests/modeltests/test_client/models.py Log: Fixed #14378 -- Made the test client class customizable. Th

Re: [Django] #12088: Make the test Client class variable in TransactionTestCase

2010-10-08 Thread Django
#12088: Make the test Client class variable in TransactionTestCase +--- Reporter: obeattie | Owner: nobody Status: closed | Milestone: Comp

Re: [Django] #14366: Model.objects.none().values(...).anything() is broken

2010-10-08 Thread Django
#14366: Model.objects.none().values(...).anything() is broken ---+ Reporter: carljm| Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #14365: Make template-rendering signals available also in DEBUG mode

2010-10-08 Thread Django
#14365: Make template-rendering signals available also in DEBUG mode +--- Reporter: carljm | Owner: carljm Status: new| Milestone: Component: Te

Re: [Django] #12226: Test HttpResponse template attribute needlessly hard to use

2010-10-08 Thread Django
#12226: Test HttpResponse template attribute needlessly hard to use +--- Reporter: carljm | Owner: carljm Status: new| Milestone: 1.3 C

Re: [Django] #11256: Fail loudly and clearly when an Annotation alias matches a field name.

2010-10-08 Thread Django
#11256: Fail loudly and clearly when an Annotation alias matches a field name. +--- Reporter: donspaulding | Owner: Status: new| Milestone: 1.3 Component:

[Django] #14425: Unused imports in contrib.admin

2010-10-08 Thread Django
#14425: Unused imports in contrib.admin ---+ Reporter: robhudson | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.2 Keywords:

[Changeset] r14057 - in django/branches/releases/1.2.X/django/contrib/admin: templates/admin views

2010-10-08 Thread noreply
Author: ramiro Date: 2010-10-08 23:10:39 -0500 (Fri, 08 Oct 2010) New Revision: 14057 Removed: django/branches/releases/1.2.X/django/contrib/admin/templates/admin/template_validator.html django/branches/releases/1.2.X/django/contrib/admin/views/template.py Log: [1.2.X] Fixed #12872 -- Remov

Re: [Django] #9995: Mention 'easy_install Django' as an alternative installation method.

2010-10-08 Thread Django
#9995: Mention 'easy_install Django' as an alternative installation method. +--- Reporter: daveyjoe | Owner: nobody Status: new

Re: [Django] #14354: Check password is not None in User.check_password

2010-10-08 Thread Django
#14354: Check password is not None in User.check_password -+-- Reporter: berryp | Owner: laurentluce Status: closed | Milestone: 1.3 Component: Authentic

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

2010-10-08 Thread noreply
Author: gabrielhurley Date: 2010-10-08 23:01:37 -0500 (Fri, 08 Oct 2010) New Revision: 14056 Modified: django/trunk/docs/internals/committers.txt Log: Adding myself to the specialists section (and fixing a typo in Jeremy's bio). Modified: django/trunk/docs/internals/committers.txt

[Changeset] r14055 - in django/trunk/django/contrib/admin: templates/admin views

2010-10-08 Thread noreply
Author: ramiro Date: 2010-10-08 22:58:32 -0500 (Fri, 08 Oct 2010) New Revision: 14055 Removed: django/trunk/django/contrib/admin/templates/admin/template_validator.html django/trunk/django/contrib/admin/views/template.py Log: Fixed #12872 -- Removed vestiges of mythic old template validation

[Changeset] r14054 - in django/branches/releases/1.2.X: . django/contrib/auth django/contrib/auth/management/commands django/contrib/auth/tests

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 22:36:46 -0500 (Fri, 08 Oct 2010) New Revision: 14054 Modified: django/branches/releases/1.2.X/AUTHORS django/branches/releases/1.2.X/django/contrib/auth/management/commands/createsuperuser.py django/branches/releases/1.2.X/django/contrib/auth/models.py

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

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 22:34:08 -0500 (Fri, 08 Oct 2010) New Revision: 14053 Modified: django/trunk/AUTHORS django/trunk/django/contrib/auth/management/commands/createsuperuser.py django/trunk/django/contrib/auth/models.py django/trunk/django/contrib/auth/tests/__init__.py

[Changeset] r14052 - in django/branches/releases/1.2.X: . docs/internals

2010-10-08 Thread noreply
Author: ramiro Date: 2010-10-08 22:23:01 -0500 (Fri, 08 Oct 2010) New Revision: 14052 Modified: django/branches/releases/1.2.X/AUTHORS django/branches/releases/1.2.X/docs/internals/committers.txt Log: [1.2.X] Added myself to the committers list. Backport of [14051] from trunk Modified: dja

[Django] #14424: rel_to undefined in init scope of RelatedFieldWidgetWrapper

2010-10-08 Thread Django
#14424: rel_to undefined in init scope of RelatedFieldWidgetWrapper --+- Reporter: robhudson | Owner: nobody Status: new | Milestone: Component: django.contrib.admin

[Changeset] r14051 - in django/trunk: . docs/internals

2010-10-08 Thread noreply
Author: ramiro Date: 2010-10-08 22:16:22 -0500 (Fri, 08 Oct 2010) New Revision: 14051 Modified: django/trunk/AUTHORS django/trunk/docs/internals/committers.txt Log: Added myself to the committers list. Modified: django/trunk/AUTHORS ==

[Changeset] r14050 - django/branches/releases/1.2.X/docs/ref/models

2010-10-08 Thread noreply
Author: DrMeers Date: 2010-10-08 21:57:11 -0500 (Fri, 08 Oct 2010) New Revision: 14050 Modified: django/branches/releases/1.2.X/docs/ref/models/fields.txt Log: [1.2.X] Fixed #5537 -- document trailing '+' on related_name for supressing backward relation. Thanks to dcramer for the report, and

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

2010-10-08 Thread noreply
Author: DrMeers Date: 2010-10-08 21:54:48 -0500 (Fri, 08 Oct 2010) New Revision: 14049 Modified: django/trunk/docs/ref/models/fields.txt Log: Fixed #5537 -- document trailing '+' on related_name for supressing backward relation. Thanks to dcramer for the report, and Russ for pointing out the

Re: [Django] #5537: Remove Reverse Lookups on ForeignKeys/ManyToMany

2010-10-08 Thread Django
#5537: Remove Reverse Lookups on ForeignKeys/ManyToMany +--- Reporter: dcramer| Owner: nobody Status: new| Milestone: 1.3 Component: Documentation

[Changeset] r14048 - in django/branches/releases/1.2.X: . docs/internals

2010-10-08 Thread noreply
Author: carljm Date: 2010-10-08 21:11:18 -0500 (Fri, 08 Oct 2010) New Revision: 14048 Modified: django/branches/releases/1.2.X/AUTHORS django/branches/releases/1.2.X/docs/internals/committers.txt Log: [1.2.X] Added myself to committers. Backport of [14047]. Modified: django/branches/release

[Changeset] r14047 - in django/trunk: . docs/internals

2010-10-08 Thread noreply
Author: carljm Date: 2010-10-08 20:47:42 -0500 (Fri, 08 Oct 2010) New Revision: 14047 Modified: django/trunk/AUTHORS django/trunk/docs/internals/committers.txt Log: Added myself to contributors. Modified: django/trunk/AUTHORS =

Re: [Django] #14416: ImageField forms require an enctype, not documented

2010-10-08 Thread Django
#14416: ImageField forms require an enctype, not documented +--- Reporter: airstrike | Owner: nobody Status: closed | Milestone:

Re: [Django] #13812: [patch] Change the way BaseContext maintains the dicts

2010-10-08 Thread Django
#13812: [patch] Change the way BaseContext maintains the dicts --+- Reporter: suzaku | Owner: suzaku Status: closed | Milestone: 1.3 Comp

[Changeset] r14046 - in django/branches/releases/1.2.X: . django/db/models tests/modeltests/order_with_respect_to

2010-10-08 Thread noreply
Author: Alex Date: 2010-10-08 18:55:38 -0500 (Fri, 08 Oct 2010) New Revision: 14046 Modified: django/branches/releases/1.2.X/AUTHORS django/branches/releases/1.2.X/django/db/models/base.py django/branches/releases/1.2.X/tests/modeltests/order_with_respect_to/models.py django/branches

[Changeset] r14045 - in django/trunk: . django/db/models tests/modeltests/order_with_respect_to

2010-10-08 Thread noreply
Author: Alex Date: 2010-10-08 18:54:43 -0500 (Fri, 08 Oct 2010) New Revision: 14045 Modified: django/trunk/AUTHORS django/trunk/django/db/models/base.py django/trunk/tests/modeltests/order_with_respect_to/models.py django/trunk/tests/modeltests/order_with_respect_to/tests.py Log: Fixed

[Changeset] r14044 - django/branches/releases/1.2.X/tests/modeltests/order_with_respect_to

2010-10-08 Thread noreply
Author: Alex Date: 2010-10-08 18:48:07 -0500 (Fri, 08 Oct 2010) New Revision: 14044 Added: django/branches/releases/1.2.X/tests/modeltests/order_with_respect_to/tests.py Modified: django/branches/releases/1.2.X/tests/modeltests/order_with_respect_to/models.py Log: [1.2.X] Converted order_w

[Changeset] r14043 - django/trunk/tests/modeltests/order_with_respect_to

2010-10-08 Thread noreply
Author: Alex Date: 2010-10-08 18:47:11 -0500 (Fri, 08 Oct 2010) New Revision: 14043 Added: django/trunk/tests/modeltests/order_with_respect_to/tests.py Modified: django/trunk/tests/modeltests/order_with_respect_to/models.py Log: Converted order_with_respect_to to unittests. We have always b

Re: [Django] #14354: Check password is not None in User.check_password

2010-10-08 Thread Django
#14354: Check password is not None in User.check_password -+-- Reporter: berryp | Owner: laurentluce Status: assigned| Milestone: 1.3 Component: Authentic

[Changeset] r14042 - django/branches/releases/1.2.X/docs/topics/forms

2010-10-08 Thread noreply
Author: DrMeers Date: 2010-10-08 18:37:48 -0500 (Fri, 08 Oct 2010) New Revision: 14042 Modified: django/branches/releases/1.2.X/docs/topics/forms/index.txt Log: [1.2.X] Fixed #14023 -- include non_field_errors in example. Thanks to konryd for the report and patch. Backport of r14041 from trun

[Changeset] r14041 - django/trunk/docs/topics/forms

2010-10-08 Thread noreply
Author: DrMeers Date: 2010-10-08 18:32:46 -0500 (Fri, 08 Oct 2010) New Revision: 14041 Modified: django/trunk/docs/topics/forms/index.txt Log: Fixed #14023 -- include non_field_errors in example. Thanks to konryd for the report and patch. Modified: django/trunk/docs/topics/forms/index.txt ==

[Changeset] r14040 - in django/branches/releases/1.2.X: . docs/internals

2010-10-08 Thread noreply
Author: andrewgodwin Date: 2010-10-08 18:17:14 -0500 (Fri, 08 Oct 2010) New Revision: 14040 Modified: django/branches/releases/1.2.X/AUTHORS django/branches/releases/1.2.X/docs/internals/committers.txt Log: [1.2.X] Adding my bio. This is a backport of [14309]. Modified: django/branches/rel

[Changeset] r14039 - in django/trunk: . docs/internals

2010-10-08 Thread noreply
Author: andrewgodwin Date: 2010-10-08 17:55:46 -0500 (Fri, 08 Oct 2010) New Revision: 14039 Modified: django/trunk/AUTHORS django/trunk/docs/internals/committers.txt Log: Adding my bio. Andrew enjoys writing about himself in the third person. Modified: django/trunk/AUTHORS

[Changeset] r14038 - django/branches/releases/1.2.X/docs/internals

2010-10-08 Thread noreply
Author: DrMeers Date: 2010-10-08 17:52:41 -0500 (Fri, 08 Oct 2010) New Revision: 14038 Modified: django/branches/releases/1.2.X/docs/internals/committers.txt Log: [1.2.X] Added my bio to committers.txt. Backport of [14037] Modified: django/branches/releases/1.2.X/docs/internals/committers.txt

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

2010-10-08 Thread noreply
Author: DrMeers Date: 2010-10-08 17:49:46 -0500 (Fri, 08 Oct 2010) New Revision: 14037 Modified: django/trunk/docs/internals/committers.txt Log: Added my bio to committers.txt Modified: django/trunk/docs/internals/committers.txt

Re: [Django] #14390: set_password functionality outside of the User model

2010-10-08 Thread Django
#14390: set_password functionality outside of the User model --+- Reporter: k...@lysator.liu.se | Owner: lrekucki Status: new | Milestone: Component: Au

Re: [Django] #14368: Reverse relation attribute for OneToOneField fails when set to None

2010-10-08 Thread Django
#14368: Reverse relation attribute for OneToOneField fails when set to None ---+ Reporter: gsakkis | Owner: nobody Status: new |

Re: [Django] #4976: The contrib.humanize templatetags fail when given None.

2010-10-08 Thread Django
#4976: The contrib.humanize templatetags fail when given None. ---+ Reporter: anonymous | Owner: Status: new | Milestone: Component: Contrib apps | Ve

[Changeset] r14036 - in django/branches/releases/1.2.X: . docs/internals

2010-10-08 Thread noreply
Author: Alex Date: 2010-10-08 16:12:55 -0500 (Fri, 08 Oct 2010) New Revision: 14036 Modified: django/branches/releases/1.2.X/AUTHORS django/branches/releases/1.2.X/docs/internals/committers.txt Log: [1.2.X] Added myself to the committers docs. This is a backport of [14034] and [14035]. Mo

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

2010-10-08 Thread noreply
Author: Alex Date: 2010-10-08 16:10:57 -0500 (Fri, 08 Oct 2010) New Revision: 14035 Modified: django/trunk/docs/internals/committers.txt Log: Correct a rather embarrassing typo in my bio. Modified: django/trunk/docs/internals/committers.txt =

[Changeset] r14034 - in django/trunk: . docs/internals

2010-10-08 Thread noreply
Author: Alex Date: 2010-10-08 16:05:39 -0500 (Fri, 08 Oct 2010) New Revision: 14034 Modified: django/trunk/AUTHORS django/trunk/docs/internals/committers.txt Log: Added myself to the committers docs. Modified: django/trunk/AUTHORS

[Django] #14423: Wrong SQL on exclude with inheritance

2010-10-08 Thread Django
#14423: Wrong SQL on exclude with inheritance --+- Reporter: PhiR_42 | Owner: nobody Status: new | Milestone: Component: Database layer (models, OR

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

2010-10-08 Thread noreply
Author: adrian Date: 2010-10-08 15:30:02 -0500 (Fri, 08 Oct 2010) New Revision: 14033 Modified: django/trunk/docs/topics/testing.txt Log: Rewrote 'Test with warnings enabled' section of docs/topics/testing.txt from [14019] to be clearer Modified: django/trunk/docs/topics/testing.txt =

Re: [Django] #4102: Allow UPDATE of only specific fields in model.save()

2010-10-08 Thread Django
#4102: Allow UPDATE of only specific fields in model.save() +--- Reporter: Collin Grady | Owner: cgrady Status: new| Milestone: Component:

Re: [Django] #4976: The contrib.humanize templatetags fail when given None.

2010-10-08 Thread Django
#4976: The contrib.humanize templatetags fail when given None. ---+ Reporter: anonymous | Owner: alexr Status: new | Milestone: Component: Contrib apps |

Re: [Django] #3583: cookie-based modpython / apache authentication

2010-10-08 Thread Django
#3583: cookie-based modpython / apache authentication +--- Reporter: midfield | Owner: Status: closed | Milestone:

Re: [Django] #14405: problem in login view

2010-10-08 Thread Django
#14405: problem in login view -+-- Reporter: bayazee | Owner: nobody Status: new | Milestone: 1.3 Component: Authentication | Version: 1.2

Re: [Django] #1919: filter truncatewords wipes newlines from string, so not chainable with markup filters

2010-10-08 Thread Django
#1919: filter truncatewords wipes newlines from string, so not chainable with markup filters --+- Reporter: derelm | Owner: nobody Status: reopened | Milestone:

[Changeset] r14032 - django/trunk/django/conf

2010-10-08 Thread noreply
Author: jezdez Date: 2010-10-08 13:26:12 -0500 (Fri, 08 Oct 2010) New Revision: 14032 Modified: django/trunk/django/conf/global_settings.py Log: Fixed links to the date formats choices in the global settings. Thanks, Russell. Modified: django/trunk/django/conf/global_settings.py ==

Re: [Django] #14101: Localized DecimalField doesn't accept localized input

2010-10-08 Thread Django
#14101: Localized DecimalField doesn't accept localized input ---+ Reporter: dfoerster | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #14405: problem in login view

2010-10-08 Thread Django
#14405: problem in login view -+-- Reporter: bayazee | Owner: nobody Status: new | Milestone: 1.3 Component: Authentication | Version: 1.2

[Changeset] r14031 - in django/branches/releases/1.2.X/tests: modeltests/model_package regressiontests/urlpatterns_reverse

2010-10-08 Thread noreply
Author: jezdez Date: 2010-10-08 12:54:40 -0500 (Fri, 08 Oct 2010) New Revision: 14031 Modified: django/branches/releases/1.2.X/tests/modeltests/model_package/tests.py django/branches/releases/1.2.X/tests/regressiontests/urlpatterns_reverse/tests.py Log: [1.2.X] Fixed a few minor backporting

[Changeset] r14030 - in django/branches/releases/1.2.X: django/db/models/fields tests/regressiontests/datatypes

2010-10-08 Thread noreply
Author: jezdez Date: 2010-10-08 12:54:11 -0500 (Fri, 08 Oct 2010) New Revision: 14030 Modified: django/branches/releases/1.2.X/django/db/models/fields/__init__.py django/branches/releases/1.2.X/tests/regressiontests/datatypes/models.py django/branches/releases/1.2.X/tests/regressiontests/

Re: [Django] #14101: Localized DecimalField doesn't accept localized input

2010-10-08 Thread Django
#14101: Localized DecimalField doesn't accept localized input ---+ Reporter: dfoerster | Owner: nobody Status: new | Milestone: Component:

[Changeset] r14029 - in django/trunk: django/db/models/fields tests/regressiontests/datatypes

2010-10-08 Thread noreply
Author: jezdez Date: 2010-10-08 11:14:10 -0500 (Fri, 08 Oct 2010) New Revision: 14029 Modified: django/trunk/django/db/models/fields/__init__.py django/trunk/tests/regressiontests/datatypes/models.py django/trunk/tests/regressiontests/datatypes/tests.py Log: Fixed #10970 -- Initialize Dat

[Changeset] r14028 - django/branches/releases/1.2.X/docs/ref

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:47:09 -0500 (Fri, 08 Oct 2010) New Revision: 14028 Modified: django/branches/releases/1.2.X/docs/ref/generic-views.txt Log: [1.2.X] Fixed #14232 -- Clarified the data type of date_list in date-based generic views. Thanks to clelland for the report and patch

[Changeset] r14027 - django/branches/releases/1.2.X/docs/topics

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:46:49 -0500 (Fri, 08 Oct 2010) New Revision: 14027 Modified: django/branches/releases/1.2.X/docs/topics/testing.txt Log: [1.2.X] Fixed #14274 -- Added admonition about using -Wall when you run tests. Thanks to Eric Holscher for the suggestion and draft, and

[Changeset] r14026 - django/branches/releases/1.2.X/docs/ref/forms

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:46:27 -0500 (Fri, 08 Oct 2010) New Revision: 14026 Modified: django/branches/releases/1.2.X/docs/ref/forms/fields.txt Log: [1.2.X] Fixed #14375 -- Corrected the capitalization of MultiValueField. Thanks to Blue for the report. Backport of r14018 from trunk

[Changeset] r14025 - in django/branches/releases/1.2.X: django/contrib/markup/templatetags docs/faq docs/internals docs/ref/contrib docs/ref/templates

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:46:03 -0500 (Fri, 08 Oct 2010) New Revision: 14025 Modified: django/branches/releases/1.2.X/django/contrib/markup/templatetags/markup.py django/branches/releases/1.2.X/docs/faq/general.txt django/branches/releases/1.2.X/docs/internals/contributing.txt

[Changeset] r14024 - django/branches/releases/1.2.X/docs/howto/deployment

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:45:33 -0500 (Fri, 08 Oct 2010) New Revision: 14024 Modified: django/branches/releases/1.2.X/docs/howto/deployment/modwsgi.txt Log: [1.2.X] Fixed #14384 -- Updated mod_wsgi docs to match documented best practice. Thanks to monokrome for the report and wogan

[Changeset] r14023 - django/branches/releases/1.2.X/docs/topics/i18n

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:45:07 -0500 (Fri, 08 Oct 2010) New Revision: 14023 Modified: django/branches/releases/1.2.X/docs/topics/i18n/internationalization.txt Log: [1.2.X] Fixed #14421 -- Clarified the english in the i18n documentation. Thanks to Ned Batchelder for the report and p

[Changeset] r14022 - in django/branches/releases/1.2.X/docs: releases topics

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:44:28 -0500 (Fri, 08 Oct 2010) New Revision: 14022 Added: django/branches/releases/1.2.X/docs/releases/1.2.2.txt Modified: django/branches/releases/1.2.X/docs/releases/index.txt django/branches/releases/1.2.X/docs/topics/testing.txt Log: [1.2.X] Fixed

[Changeset] r14021 - django/branches/releases/1.2.X/docs/ref/templates

2010-10-08 Thread noreply
Author: jezdez Date: 2010-10-08 10:43:20 -0500 (Fri, 08 Oct 2010) New Revision: 14021 Modified: django/branches/releases/1.2.X/docs/ref/templates/builtins.txt Log: Fixed #13188 -- Moved date format documentation from the now template tag to the date filter. Thanks, dwillis and timo. Backport

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

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:38:21 -0500 (Fri, 08 Oct 2010) New Revision: 14020 Modified: django/trunk/docs/ref/generic-views.txt Log: Fixed #14232 -- Clarified the data type of date_list in date-based generic views. Thanks to clelland for the report and patch. Modified: django/trunk/

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

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:37:59 -0500 (Fri, 08 Oct 2010) New Revision: 14019 Modified: django/trunk/docs/topics/testing.txt Log: Fixed #14274 -- Added admonition about using -Wall when you run tests. Thanks to Eric Holscher for the suggestion and draft, and to timo for contributions

[Changeset] r14018 - django/trunk/docs/ref/forms

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:37:38 -0500 (Fri, 08 Oct 2010) New Revision: 14018 Modified: django/trunk/docs/ref/forms/fields.txt Log: Fixed #14375 -- Corrected the capitalization of MultiValueField. Thanks to Blue for the report. Modified: django/trunk/docs/ref/forms/fields.txt ==

[Changeset] r14017 - in django/trunk: django/contrib/markup/templatetags docs/faq docs/internals docs/ref/contrib docs/ref/templates

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:37:16 -0500 (Fri, 08 Oct 2010) New Revision: 14017 Modified: django/trunk/django/contrib/markup/templatetags/markup.py django/trunk/docs/faq/general.txt django/trunk/docs/internals/contributing.txt django/trunk/docs/internals/documentation.txt dj

[Changeset] r14016 - django/trunk/docs/howto/deployment

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:36:48 -0500 (Fri, 08 Oct 2010) New Revision: 14016 Modified: django/trunk/docs/howto/deployment/modwsgi.txt Log: Fixed #14384 -- Updated mod_wsgi docs to match documented best practice. Thanks to monokrome for the report and wogan for the patch. Modified:

[Changeset] r14015 - django/trunk/docs/topics/i18n

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 10:36:15 -0500 (Fri, 08 Oct 2010) New Revision: 14015 Modified: django/trunk/docs/topics/i18n/internationalization.txt Log: Fixed #14421 -- Clarified the english in the i18n documentation. Thanks to Ned Batchelder for the report and patch. Modified: django/tr

[Changeset] r14014 - django/trunk/docs

2010-10-08 Thread noreply
Author: jezdez Date: 2010-10-08 10:33:27 -0500 (Fri, 08 Oct 2010) New Revision: 14014 Modified: django/trunk/docs/conf.py Log: Disabled unused Sphinx configuration option that triggered a warning. Modified: django/trunk/docs/conf.py =

[Changeset] r14013 - django/trunk/docs/ref/templates

2010-10-08 Thread noreply
Author: jezdez Date: 2010-10-08 10:33:11 -0500 (Fri, 08 Oct 2010) New Revision: 14013 Modified: django/trunk/docs/ref/templates/builtins.txt Log: Fixed #13188 -- Moved date format documentation from the now template tag to the date filter. Thanks, dwillis and timo. Modified: django/trunk/docs

Re: [Django] #14260: conversion of fixtures_regress tests from doctest to unittest format

2010-10-08 Thread Django
#14260: conversion of fixtures_regress tests from doctest to unittest format +--- Reporter: dbrenneman | Owner: russelm Status: closed | Milestone: Comp

Re: [Django] #14240: filesizeformat should localize number

2010-10-08 Thread Django
#14240: filesizeformat should localize number +--- Reporter: David Danier | Owner: anonymous Status: assigned | Milestone: Component: T

Re: [Django] #14307: Document form ChoiceField tuple

2010-10-08 Thread Django
#14307: Document form ChoiceField tuple +--- Reporter: adamv | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.2

[Changeset] r14012 - in django/trunk: django/core/files docs/ref/files tests/regressiontests/file_storage

2010-10-08 Thread noreply
Author: jezdez Date: 2010-10-08 10:11:59 -0500 (Fri, 08 Oct 2010) New Revision: 14012 Modified: django/trunk/django/core/files/storage.py django/trunk/docs/ref/files/storage.txt django/trunk/tests/regressiontests/file_storage/tests.py Log: Fixed #10497 -- Added a few time-related methods

Re: [Django] #14405: problem in login view

2010-10-08 Thread Django
#14405: problem in login view -+-- Reporter: bayazee | Owner: nobody Status: new | Milestone: 1.3 Component: Authentication | Version: 1.2

[Changeset] r14011 - in django/trunk/docs: releases topics

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 09:48:04 -0500 (Fri, 08 Oct 2010) New Revision: 14011 Added: django/trunk/docs/releases/1.2.2.txt Modified: django/trunk/docs/releases/index.txt django/trunk/docs/topics/testing.txt Log: Fixed #14225 -- Added a documentation marker (and a 1.2.2 release no

[Changeset] r14010 - in django/branches/releases/1.2.X: django/contrib/syndication tests/regressiontests/syndication

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 09:17:13 -0500 (Fri, 08 Oct 2010) New Revision: 14010 Modified: django/branches/releases/1.2.X/django/contrib/syndication/views.py django/branches/releases/1.2.X/tests/regressiontests/syndication/tests.py Log: [1.2.X] Fixed #13218 -- Ensure that syndicated c

[Changeset] r14009 - django/branches/releases/1.2.X/docs/ref/contrib/gis

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 09:16:50 -0500 (Fri, 08 Oct 2010) New Revision: 14009 Modified: django/branches/releases/1.2.X/docs/ref/contrib/gis/tutorial.txt Log: [1.2.X] Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to Grant for the report. Backport of r14006 from tr

[Changeset] r14008 - django/branches/releases/1.2.X/django/db

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 09:16:29 -0500 (Fri, 08 Oct 2010) New Revision: 14008 Modified: django/branches/releases/1.2.X/django/db/utils.py Log: [1.2.X] Fixed #14381 -- Clarified exception handling when instantiating Routers. Thanks to dauerbaustelle for the suggestion and patch. Back

[Changeset] r14007 - in django/trunk: django/contrib/syndication tests/regressiontests/syndication

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 09:14:05 -0500 (Fri, 08 Oct 2010) New Revision: 14007 Modified: django/trunk/django/contrib/syndication/views.py django/trunk/tests/regressiontests/syndication/tests.py Log: Fixed #13218 -- Ensure that syndicated content served over HTTPS uses https:// link

[Changeset] r14006 - django/trunk/docs/ref/contrib/gis

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 09:13:44 -0500 (Fri, 08 Oct 2010) New Revision: 14006 Modified: django/trunk/docs/ref/contrib/gis/tutorial.txt Log: Fixed #14221 -- Cleaned up some text in the GIS tutorial. Thanks to Grant for the report. Modified: django/trunk/docs/ref/contrib/gis/tutorial

Re: [Django] #14374: Missing templates on contrib.auth makes tests in a new project fail (startproject)

2010-10-08 Thread Django
#14374: Missing templates on contrib.auth makes tests in a new project fail (startproject) +--- Reporter: henriquebastos | Owner: nobody Status: closed | Mile

Re: [Django] #14258: Document that 1.3 has added an index to the session date field and a migration is recommended

2010-10-08 Thread Django
#14258: Document that 1.3 has added an index to the session date field and a migration is recommended +--- Reporter: SmileyChris| Owner: nobody Status: new| Milestone: 1.3

Re: [Django] #13: Related objects interface should be tighter (edit_inline)

2010-10-08 Thread Django
#13: Related objects interface should be tighter (edit_inline) ---+ Reporter: adrian| Owner: barbuza Status: reopened | Milestone:

Re: [Django] #13: Related objects interface should be tighter (edit_inline)

2010-10-08 Thread Django
#13: Related objects interface should be tighter (edit_inline) ---+ Reporter: adrian| Owner: barbuza Status: closed| Milestone:

[Changeset] r14005 - django/trunk/django/db

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 08:56:54 -0500 (Fri, 08 Oct 2010) New Revision: 14005 Modified: django/trunk/django/db/utils.py Log: Fixed #14381 -- Clarified exception handling when instantiating Routers. Thanks to dauerbaustelle for the suggestion and patch. Modified: django/trunk/django/

[Changeset] r14004 - django/branches/releases/1.2.X/django/contrib/auth/tests/templates/registration

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 08:53:25 -0500 (Fri, 08 Oct 2010) New Revision: 14004 Added: django/branches/releases/1.2.X/django/contrib/auth/tests/templates/registration/logged_out.html django/branches/releases/1.2.X/django/contrib/auth/tests/templates/registration/password_change_for

[Changeset] r14003 - django/trunk/django/contrib/auth/tests/templates/registration

2010-10-08 Thread noreply
Author: russellm Date: 2010-10-08 08:50:54 -0500 (Fri, 08 Oct 2010) New Revision: 14003 Added: django/trunk/django/contrib/auth/tests/templates/registration/logged_out.html django/trunk/django/contrib/auth/tests/templates/registration/password_change_form.html Log: #14374 -- Added some miss

Re: [Django] #14240: filesizeformat should localize number

2010-10-08 Thread Django
#14240: filesizeformat should localize number +--- Reporter: David Danier | Owner: anonymous Status: assigned | Milestone: Component: T

Re: [Django] #14421: Fix the English on an internationalization doc page

2010-10-08 Thread Django
#14421: Fix the English on an internationalization doc page +--- Reporter: nedbatchelder | Owner: nobody Status: new| Milestone: Component: Documentati

Re: [Django] #14421: Fix the English on an internationalization doc page

2010-10-08 Thread Django
#14421: Fix the English on an internationalization doc page +--- Reporter: nedbatchelder | Owner: nobody Status: new| Milestone: Component: Documentation |

Re: [Django] #14422: Fix the English on an internationalization doc page

2010-10-08 Thread Django
#14422: Fix the English on an internationalization doc page +--- Reporter: nedbatchelder | Owner: nobody Status: closed | Milestone: Component: Documentation |

  1   2   >