[Changeset] r9627 - django/branches/releases/1.0.X/docs/ref

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-09 01:35:34 -0600 (Tue, 09 Dec 2008) New Revision: 9627 Modified: django/branches/releases/1.0.X/docs/ref/generic-views.txt Log: [1.0.X] Documented how to handle '%' characters in redirect_to() URL strings (even in the absence of keyword arguments). Fixed

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

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-09 01:33:08 -0600 (Tue, 09 Dec 2008) New Revision: 9626 Modified: django/trunk/docs/ref/generic-views.txt Log: Documented how to handle '%' characters in redirect_to() URL strings (even in the absence of keyword arguments). Fixed #9773. Modified:

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

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-09 01:32:28 -0600 (Tue, 09 Dec 2008) New Revision: 9625 Modified: django/trunk/docs/ref/generic-views.txt Log: The "permanent" parameter to redirect_to (r9594) is new in Django 1.1. Noted as much in the docs. Modified:

[Changeset] r9624 - django/branches/releases/1.0.X/docs/ref

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-09 01:18:32 -0600 (Tue, 09 Dec 2008) New Revision: 9624 Modified: django/branches/releases/1.0.X/docs/ref/django-admin.txt Log: [1.0.X] Fixed #9777 -- Typo fix. Backport of r9622 from trunk. Modified:

[Changeset] r9623 - django/branches/releases/1.0.X/docs/ref/forms

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-09 01:18:02 -0600 (Tue, 09 Dec 2008) New Revision: 9623 Modified: django/branches/releases/1.0.X/docs/ref/forms/fields.txt Log: [1.0.X] Fixed #9772 -- Fixed a couple of broken links and pointed them to a more appropriate section. Thanks, Ramiro Morales.

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

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-09 01:15:35 -0600 (Tue, 09 Dec 2008) New Revision: 9622 Modified: django/trunk/docs/ref/django-admin.txt Log: Fixed #9777 -- Typo fix. Modified: django/trunk/docs/ref/django-admin.txt === ---

Re: [Django] #9772: Sphinx warnings in form fields reference doc

2008-12-08 Thread Django
#9772: Sphinx warnings in form fields reference doc +--- Reporter: ramiro | Owner: nobody Status: closed | Milestone: Component: Documentation |

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

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-09 01:13:49 -0600 (Tue, 09 Dec 2008) New Revision: 9621 Modified: django/trunk/docs/ref/forms/fields.txt Log: Fixed #9772 -- Fixed a couple of broken links and pointed them to a more appropriate section. Thanks, Ramiro Morales. Modified:

[Changeset] r9620 - in django/trunk: django/db/models/sql tests/modeltests/lookup

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-09 01:03:52 -0600 (Tue, 09 Dec 2008) New Revision: 9620 Modified: django/trunk/django/db/models/sql/query.py django/trunk/tests/modeltests/lookup/models.py Log: Fixed #9778 -- Added some special casing of the "Join on field 'abc'" error message. It now

[Changeset] r9619 - django/branches/releases/1.0.X/django/db/models

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-09 00:51:23 -0600 (Tue, 09 Dec 2008) New Revision: 9619 Modified: django/branches/releases/1.0.X/django/db/models/base.py Log: [1.0.X] Fixed #9775 -- Fixed an oversight from r9601 and allow direct attribute lookup in the serializable_value() method. This

[Changeset] r9618 - django/trunk/django/db/models

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-09 00:49:40 -0600 (Tue, 09 Dec 2008) New Revision: 9618 Modified: django/trunk/django/db/models/base.py Log: Fixed #9775 -- Fixed an oversight from r9601 and allow direct attribute lookup in the serializable_value() method. This means that abstract parents

Re: [Django] #9773: float argument required when using redirect_to in simple.py

2008-12-08 Thread Django
#9773: float argument required when using redirect_to in simple.py +--- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: reopened | Milestone: post-1.0

Re: [Django] #9773: float argument required when using redirect_to in simple.py

2008-12-08 Thread Django
#9773: float argument required when using redirect_to in simple.py +--- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: closed | Milestone: post-1.0

Re: [Django] #9775: admin multi-table inheritance broken since rev 9602

2008-12-08 Thread Django
#9775: admin multi-table inheritance broken since rev 9602 ---+ Reporter: chr | Owner: mtredinnick Status: assigned | Milestone:

Re: [Django] #9616: bdist_rpm fails in 1.0.1 - version names with hyphens are not compatible with rpm specs

2008-12-08 Thread Django
#9616: bdist_rpm fails in 1.0.1 - version names with hyphens are not compatible with rpm specs +--- Reporter: tome | Owner: mtredinnick Status: assigned |

[Changeset] r9617 - django/branches/releases/1.0.X/docs/topics/forms

2008-12-08 Thread noreply
Author: adrian Date: 2008-12-08 22:20:54 -0600 (Mon, 08 Dec 2008) New Revision: 9617 Modified: django/branches/releases/1.0.X/docs/topics/forms/modelforms.txt Log: [1.0.X] Did some much-needed rewriting/editing in the formsets section of docs/topics/forms/modelsforms.txt. 'It self' is not

[Django] #9778: "Join on Field 'xyz' no permitted" error can be misleading

2008-12-08 Thread Django
#9778: "Join on Field 'xyz' no permitted" error can be misleading --+- Reporter: belgabor | Owner: nobody Status: new | Milestone: Component:

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

2008-12-08 Thread noreply
Author: adrian Date: 2008-12-08 22:17:14 -0600 (Mon, 08 Dec 2008) New Revision: 9616 Modified: django/trunk/docs/topics/forms/modelforms.txt Log: Did some much-needed rewriting/editing in the formsets section of docs/topics/forms/modelsforms.txt. 'It self' is not two words. Modified:

Re: [Django] #8916: admin auth change password not working

2008-12-08 Thread Django
#8916: admin auth change password not working ---+ Reporter: [EMAIL PROTECTED]| Owner: nobody Status: closed| Milestone: Component:

Re: [Django] #8916: admin auth change password not working

2008-12-08 Thread Django
#8916: admin auth change password not working ---+ Reporter: [EMAIL PROTECTED]| Owner: nobody Status: closed| Milestone: Component:

Re: [Django] #9071: Can't disable "add" popup links in the admin

2008-12-08 Thread Django
#9071: Can't disable "add" popup links in the admin ---+ Reporter: jacob | Owner: kratorius Status: new | Milestone: Component:

[Changeset] r9615 - django/branches/releases/1.0.X/docs/topics/forms

2008-12-08 Thread noreply
Author: brosner Date: 2008-12-08 18:36:25 -0600 (Mon, 08 Dec 2008) New Revision: 9615 Modified: django/branches/releases/1.0.X/docs/topics/forms/modelforms.txt Log: [1.0.X] Improved the model formset and inline formset documentation to be more explicit and handle some cases that were never

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

2008-12-08 Thread noreply
Author: brosner Date: 2008-12-08 18:31:17 -0600 (Mon, 08 Dec 2008) New Revision: 9614 Modified: django/trunk/docs/topics/forms/modelforms.txt Log: Improved the model formset and inline formset documentation to be more explicit and handle some cases that were never addressed before.

[Django] #9777: Small typo in django-admin doc

2008-12-08 Thread Django
#9777: Small typo in django-admin doc ---+ Reporter: julien | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.0 Keywords:

[Django] #9776: No CSRF protection for auth system logout view

2008-12-08 Thread Django
#9776: No CSRF protection for auth system logout view +--- Reporter: Mez | Owner: nobody Status: new | Milestone: Component: Authentication | Version: 1.0

Re: [Django] #9775: admin multi-table inheritance broken since rev 9602

2008-12-08 Thread Django
#9775: admin multi-table inheritance broken since rev 9602 ---+ Reporter: chr | Owner: nobody Status: new | Milestone: Component:

[Django] #9775: admin multi-table inheritance broken since rev 9602

2008-12-08 Thread Django
#9775: admin multi-table inheritance broken since rev 9602 --+- Reporter: chr | Owner: nobody Status: new | Milestone: Component: django.contrib.admin |

Re: [Django] #4076: Patch to Output Timezone in Date Fields for Atom Feeds

2008-12-08 Thread Django
#4076: Patch to Output Timezone in Date Fields for Atom Feeds --+- Reporter: Alastair Tse <[EMAIL PROTECTED]> | Owner: toke Status: closed |

Re: [Django] #9774: direct_to_template example url pattern is incorrect

2008-12-08 Thread Django
#9774: direct_to_template example url pattern is incorrect +--- Reporter: agabel | Owner: nobody Status: closed | Milestone: Component: Documentation |

Re: [Django] #9774: direct_to_template example url pattern is incorrect

2008-12-08 Thread Django
#9774: direct_to_template example url pattern is incorrect +--- Reporter: agabel | Owner: nobody Status: closed | Milestone: Component: Documentation |

Re: [Django] #9616: bdist_rpm fails in 1.0.1 - version names with hyphens are not compatible with rpm specs

2008-12-08 Thread Django
#9616: bdist_rpm fails in 1.0.1 - version names with hyphens are not compatible with rpm specs +--- Reporter: tome | Owner: nobody Status: new|

[Changeset] r9613 - django/branches/releases/1.0.X/django/db/backends/oracle

2008-12-08 Thread noreply
Author: mboersma Date: 2008-12-08 12:37:08 -0600 (Mon, 08 Dec 2008) New Revision: 9613 Modified: django/branches/releases/1.0.X/django/db/backends/oracle/base.py Log: [1.0.X] Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress test case. Modified:

[Changeset] r9612 - django/trunk/django/db/backends/oracle

2008-12-08 Thread noreply
Author: mboersma Date: 2008-12-08 12:36:22 -0600 (Mon, 08 Dec 2008) New Revision: 9612 Modified: django/trunk/django/db/backends/oracle/base.py Log: Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress test case. Modified:

Re: [Django] #9726: GeoDjango documentation should mention binutils

2008-12-08 Thread Django
#9726: GeoDjango documentation should mention binutils -+-- Reporter: anonymous | Owner: jbronn Status: closed | Milestone:

[Changeset] r9611 - in django/branches/releases/1.0.X: . docs/internals

2008-12-08 Thread noreply
Author: kmtracey Date: 2008-12-08 11:18:50 -0600 (Mon, 08 Dec 2008) New Revision: 9611 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/internals/release-process.txt Log: [1.0.X] In the release process doc, clarify that the original committer is responsible

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

2008-12-08 Thread noreply
Author: kmtracey Date: 2008-12-08 11:15:56 -0600 (Mon, 08 Dec 2008) New Revision: 9610 Modified: django/trunk/docs/internals/release-process.txt Log: In the release process doc, clarify that the original committer is responsible for backporting trunk fixes to the bug-fix branch. Modified:

[Changeset] r9609 - django/branches/releases/1.0.X

2008-12-08 Thread noreply
Author: kmtracey Date: 2008-12-08 11:01:17 -0600 (Mon, 08 Dec 2008) New Revision: 9609 Modified: django/branches/releases/1.0.X/ Log: [1.0.X] Block non-bugfix changesets from svnmerge.py consideration. This includes changes related to loading compressed fixtures, for's new empty clause,

Re: [Django] #9616: bdist_rpm fails in 1.0.1 - version names with hyphens are not compatible with rpm specs

2008-12-08 Thread Django
#9616: bdist_rpm fails in 1.0.1 - version names with hyphens are not compatible with rpm specs +--- Reporter: tome | Owner: nobody Status: new|

Re: [Django] #9616: bdist_rpm fails in 1.0.1 - version names with hyphens are not compatible with rpm specs

2008-12-08 Thread Django
#9616: bdist_rpm fails in 1.0.1 - version names with hyphens are not compatible with rpm specs +--- Reporter: tome | Owner: nobody Status: new|

[Django] #9774: direct_to_template example url pattern is incorrect

2008-12-08 Thread Django
#9774: direct_to_template example url pattern is incorrect ---+ Reporter: agabel | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.0

[Changeset] r9608 - django/branches/releases/1.0.X/django/contrib/gis

2008-12-08 Thread noreply
Author: jbronn Date: 2008-12-08 08:52:39 -0600 (Mon, 08 Dec 2008) New Revision: 9608 Modified: django/branches/releases/1.0.X/django/contrib/gis/shortcuts.py Log: [1.0.X] Fixed a Python 2.4 incompatibility in `compress_kml`. Backport of r9607 from trunk. Modified:

[Changeset] r9607 - django/trunk/django/contrib/gis

2008-12-08 Thread noreply
Author: jbronn Date: 2008-12-08 08:50:06 -0600 (Mon, 08 Dec 2008) New Revision: 9607 Modified: django/trunk/django/contrib/gis/shortcuts.py Log: Fixed a Python 2.4 incompatibility in `compress_kml`. Modified: django/trunk/django/contrib/gis/shortcuts.py

Re: [Django] #9726: GeoDjango documentation should mention binutils

2008-12-08 Thread Django
#9726: GeoDjango documentation should mention binutils -+-- Reporter: anonymous | Owner: jbronn Status: assigned| Milestone:

Re: [Django] #9726: GeoDjango documentation should mention binutils

2008-12-08 Thread Django
#9726: GeoDjango documentation should mention binutils -+-- Reporter: anonymous | Owner: jbronn Status: new | Milestone:

[Changeset] r9606 - django/branches/releases/1.0.X/django/contrib/gis/geos/prototypes

2008-12-08 Thread noreply
Author: jbronn Date: 2008-12-08 08:34:28 -0600 (Mon, 08 Dec 2008) New Revision: 9606 Modified: django/branches/releases/1.0.X/django/contrib/gis/geos/prototypes/geom.py Log: [1.0.X] Fixed #9747 -- now explicitly set response type on C functions that return WKB and WKT. Backport of r9605

[Changeset] r9605 - django/trunk/django/contrib/gis/geos/prototypes

2008-12-08 Thread noreply
Author: jbronn Date: 2008-12-08 08:29:06 -0600 (Mon, 08 Dec 2008) New Revision: 9605 Modified: django/trunk/django/contrib/gis/geos/prototypes/geom.py Log: Fixed #9747 -- now explicitly set response type on C functions that return WKB and WKT. Modified:

Re: [Django] #7048: Support clearing FileFields in the admin if blank=True

2008-12-08 Thread Django
#7048: Support clearing FileFields in the admin if blank=True ---+ Reporter: jarrow| Owner: jarrow Status: new | Milestone: post-1.0 Component:

[Django] #9773: float argument required when using redirect_to in simple.py

2008-12-08 Thread Django
#9773: float argument required when using redirect_to in simple.py ---+ Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new| Milestone: post-1.0 Component: Uncategorized | Version:

Re: [Django] #9772: Sphinx warnings in form fields reference doc

2008-12-08 Thread Django
#9772: Sphinx warnings in form fields reference doc +--- Reporter: ramiro | Owner: nobody Status: new| Milestone: Component: Documentation |

[Django] #9772: Sphinx warnings in form fields reference doc

2008-12-08 Thread Django
#9772: Sphinx warnings in form fields reference doc ---+ Reporter: ramiro | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.0

[Django] #9771: Wrong form action

2008-12-08 Thread Django
#9771: Wrong form action +--- Reporter: tutonien| Owner: nobody Status: new | Milestone: Component: Documentation

Re: [Django] #6527: A bug in HttpResponse with iterators

2008-12-08 Thread Django
#6527: A bug in HttpResponse with iterators --+- Reporter: daonb <[EMAIL PROTECTED]> | Owner: stugots Status: assigned | Milestone:

Re: [Django] #9422: Incorrect handling of foreign keys by serializers

2008-12-08 Thread Django
#9422: Incorrect handling of foreign keys by serializers +--- Reporter: etianen| Owner: Status: new| Milestone: Component: Serialization |

Re: [Django] #9422: Incorrect handling of foreign keys by serializers

2008-12-08 Thread Django
#9422: Incorrect handling of foreign keys by serializers +--- Reporter: etianen| Owner: Status: new| Milestone: Component: Serialization |

[Changeset] r9604 - django/branches/releases/1.0.X/django/contrib/admin/templatetags

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-08 02:24:32 -0600 (Mon, 08 Dec 2008) New Revision: 9604 Modified: django/branches/releases/1.0.X/django/contrib/admin/templatetags/admin_list.py Log: [1.0.X] The second part of fixing "related inherited models" display. Handle raw_id values for child models

[Changeset] r9603 - in django/branches/releases/1.0.X/django: db/models forms

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-08 02:23:52 -0600 (Mon, 08 Dec 2008) New Revision: 9603 Modified: django/branches/releases/1.0.X/django/db/models/base.py django/branches/releases/1.0.X/django/db/models/options.py django/branches/releases/1.0.X/django/forms/models.py Log: [1.0.X] The

[Changeset] r9602 - django/trunk/django/contrib/admin/templatetags

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-08 02:16:26 -0600 (Mon, 08 Dec 2008) New Revision: 9602 Modified: django/trunk/django/contrib/admin/templatetags/admin_list.py Log: The second part of fixing "related inherited models" display. Handle raw_id values for child models in the admin. Fixed #9461.

[Changeset] r9601 - in django/trunk/django: db/models forms

2008-12-08 Thread noreply
Author: mtredinnick Date: 2008-12-08 02:15:37 -0600 (Mon, 08 Dec 2008) New Revision: 9601 Modified: django/trunk/django/db/models/base.py django/trunk/django/db/models/options.py django/trunk/django/forms/models.py Log: The first step in fixing a group of problems related to outputting

Re: [Django] #8193: `__import__(mod, {}, {}, [''])` causes double import of modules ('module' and 'module' + '.')

2008-12-08 Thread Django
#8193: `__import__(mod, {}, {}, [''])` causes double import of modules ('module' and 'module' + '.') +--- Reporter: i_i| Owner: mtredinnick Status: assigned | Milestone: