[Changeset] r12437 - django/branches/releases/1.1.X/tests/regressiontests/httpwrappers

2010-02-14 Thread noreply
Author: jacob Date: 2010-02-14 20:18:15 -0600 (Sun, 14 Feb 2010) New Revision: 12437 Modified: django/branches/releases/1.1.X/tests/regressiontests/httpwrappers/tests.py Log: [1.1.X] Fixed (what I hope is) the last Python 2.4 incompatibility, this one in the httpwrappers tests. Backport of

[Changeset] r12436 - django/trunk/tests/regressiontests/httpwrappers

2010-02-14 Thread noreply
Author: jacob Date: 2010-02-14 20:17:07 -0600 (Sun, 14 Feb 2010) New Revision: 12436 Modified: django/trunk/tests/regressiontests/httpwrappers/tests.py Log: Fixed (what I hope is) the last Python 2.4 incompatibility, this one in the httpwrappers tests. Modified:

Re: [Django] #12862: Feature Request: Allow model @property methods to be serialized.

2010-02-14 Thread Django
#12862: Feature Request: Allow model @property methods to be serialized. +--- Reporter: orokusaki | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #11689: Template tag to support combining form media from multiple forms

2010-02-14 Thread Django
#11689: Template tag to support combining form media from multiple forms --+- Reporter: thepointer | Owner: nobody Status: new | Milestone: 1.2 Component:

[Django] #12862: Feature Request: Allow model @property methods to be serialized.

2010-02-14 Thread Django
#12862: Feature Request: Allow model @property methods to be serialized. ---+ Reporter: orokusaki | Owner: nobody Status: new| Milestone: Component: Uncategorized |

[Django] #12861: Docs lack example of how to include a custom JSONEncoder subclass into serializers.serialize()

2010-02-14 Thread Django
#12861: Docs lack example of how to include a custom JSONEncoder subclass into serializers.serialize() +--- Reporter: orokusaki | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12498: Add multi-field validators

2010-02-14 Thread Django
#12498: Add multi-field validators -+-- Reporter: jkocherhans | Owner: jkocherhans Status: assigned| Milestone: 1.3 Component: Core framework |

Re: [Django] #11689: Template tag to support combining form media from multiple forms

2010-02-14 Thread Django
#11689: Template tag to support combining form media from multiple forms --+- Reporter: thepointer | Owner: nobody Status: new | Milestone: 1.2 Component:

[Changeset] r12435 - django/branches/releases/1.1.X/django/utils

2010-02-14 Thread noreply
Author: jacob Date: 2010-02-14 14:33:32 -0600 (Sun, 14 Feb 2010) New Revision: 12435 Modified: django/branches/releases/1.1.X/django/utils/feedgenerator.py Log: [1.1.X] Fixed a couple Python 2.4 incompatibilities. Backport of [12434]. Modified:

[Changeset] r12434 - in django/trunk: django/utils tests/regressiontests/test_client_regress

2010-02-14 Thread noreply
Author: jacob Date: 2010-02-14 14:29:42 -0600 (Sun, 14 Feb 2010) New Revision: 12434 Modified: django/trunk/django/utils/feedgenerator.py django/trunk/tests/regressiontests/test_client_regress/models.py Log: Fixed a couple Python 2.4 incompatibilities. Modified:

Re: [Django] #3148: Add getters and setters to model fields

2010-02-14 Thread Django
#3148: Add getters and setters to model fields ---+ Reporter: j...@jerf.org | Owner: Gulopine Status: new | Milestone:

Re: [Django] #3148: Add getters and setters to model fields

2010-02-14 Thread Django
#3148: Add getters and setters to model fields ---+ Reporter: j...@jerf.org | Owner: Gulopine Status: new | Milestone:

Re: [Django] #12860: Typo in django.db.models.manager

2010-02-14 Thread Django
#12860: Typo in django.db.models.manager ---+ Reporter: anonymous | Owner: nobody Status: closed| Milestone: 1.2 Component:

[Django] #12860: Typo in django.db.models.manager

2010-02-14 Thread Django
#12860: Typo in django.db.models.manager --+- Reporter: anonymous | Owner: nobody Status: new | Milestone: 1.2 Component: Database layer (models, ORM)

[Changeset] r12433 - django/trunk/docs/releases

2010-02-14 Thread noreply
Author: jacob Date: 2010-02-14 12:43:47 -0600 (Sun, 14 Feb 2010) New Revision: 12433 Modified: django/trunk/docs/releases/1.2.txt Log: Fixed #12798: fixed a typo in the 1.2 release notes. Thanks, Andrew Badr. Modified: django/trunk/docs/releases/1.2.txt

Re: [Django] #12834: "self" missing from Database Router signatures in docs

2010-02-14 Thread Django
#12834: "self" missing from Database Router signatures in docs +--- Reporter: adamv | Owner: nobody Status: closed | Milestone: 1.2 Component:

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

2010-02-14 Thread noreply
Author: jacob Date: 2010-02-14 12:39:42 -0600 (Sun, 14 Feb 2010) New Revision: 12432 Modified: django/trunk/docs/topics/serialization.txt Log: Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thanks, ramiro. Modified: django/trunk/docs/topics/serialization.txt

[Changeset] r12431 - in django/trunk: django/utils tests/regressiontests/utils

2010-02-14 Thread noreply
Author: jacob Date: 2010-02-14 12:36:48 -0600 (Sun, 14 Feb 2010) New Revision: 12431 Modified: django/trunk/django/utils/text.py django/trunk/tests/regressiontests/utils/tests.py Log: Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html_words`. This allows

[Changeset] r12430 - in django/branches/releases/1.1.X: django/core/files django/core/management django/forms tests/modeltests/model_forms tests/regressiontests/file_storage tests/regressiontests/mode

2010-02-14 Thread noreply
Author: jacob Date: 2010-02-14 12:33:01 -0600 (Sun, 14 Feb 2010) New Revision: 12430 Modified: django/branches/releases/1.1.X/django/core/files/images.py django/branches/releases/1.1.X/django/core/management/validation.py django/branches/releases/1.1.X/django/forms/fields.py

[Changeset] r12429 - in django/trunk: django/core/files django/core/management django/forms tests/modeltests/model_forms tests/regressiontests/file_storage tests/regressiontests/model_fields

2010-02-14 Thread noreply
Author: jacob Date: 2010-02-14 12:28:28 -0600 (Sun, 14 Feb 2010) New Revision: 12429 Modified: django/trunk/django/core/files/images.py django/trunk/django/core/management/validation.py django/trunk/django/forms/fields.py django/trunk/tests/modeltests/model_forms/models.py

Re: [Django] #12377: Make the makemessages command more open

2010-02-14 Thread Django
#12377: Make the makemessages command more open -+-- Reporter: Renskers| Owner: nobody Status: closed | Milestone:

Re: [Django] #6106: make-messages.py should not touch POT-Creation-Date

2010-02-14 Thread Django
#6106: make-messages.py should not touch POT-Creation-Date ---+ Reporter: telenieko | Owner: ramiro Status: assigned | Milestone: Component:

Re: [Django] #12851: Queryset "defer" won't work properly with select_related

2010-02-14 Thread Django
#12851: Queryset "defer" won't work properly with select_related ---+ Reporter: ruosteinen| Owner: nobody Status: new