Re: [Django] #12775: Enable `dumpdata --exclude app_label.model`

2010-08-03 Thread Django
#12775: Enable `dumpdata --exclude app_label.model` +--- Reporter: emulbreh | Owner: nobody Status: new| Milestone: Component:

Re: [Django] #12775: Enable `dumpdata --exclude app_label.model`

2010-08-03 Thread Django
#12775: Enable `dumpdata --exclude app_label.model` +--- Reporter: emulbreh | Owner: nobody Status: new| Milestone: Component: Seriali

Re: [Django] #11722: Query lookups that reference an F() expression produce invalid sql

2010-08-03 Thread Django
#11722: Query lookups that reference an F() expression produce invalid sql ---+ Reporter: plan...@provplan.org | Owner: Status: new |

Re: [Django] #14052: Error on a code in Tutorial 01

2010-08-03 Thread Django
#14052: Error on a code in Tutorial 01 -+-- Reporter: wagnerluis1982 | Owner: nobody Status: closed | Milestone: Component: Documentation | Version: 1.2

Re: [Django] #14055: Wrong query generated when using reverse foreign key

2010-08-03 Thread Django
#14055: Wrong query generated when using reverse foreign key ---+ Reporter: premalshah| Owner: nobody Status: closed| Milestone: 1.3

[Django] #14056: Wrong query generated when using reverse foreign key

2010-08-03 Thread Django
#14056: Wrong query generated when using reverse foreign key --+- Reporter: premalshah| Owner: nobody Status: new | Milestone: 1.3 Component: Database la

[Django] #14055: Wrong query generated when using reverse foreign key

2010-08-03 Thread Django
#14055: Wrong query generated when using reverse foreign key --+- Reporter: premalshah| Owner: nobody Status: new | Milestone: 1.3 Component: Database la

Re: [Django] #13798: Add an argument to connection_created signal to distinguish connections in a multi-db environment

2010-08-03 Thread Django
#13798: Add an argument to connection_created signal to distinguish connections in a multi-db environment ---+ Reporter: liangent | Owner: nobody Status: new

Re: [Django] #14054: Document the connection_created signal

2010-08-03 Thread Django
#14054: Document the connection_created signal +--- Reporter: robhudson | Owner: nobody Status: new| Milestone: Component: Documentation | Version:

[Django] #14054: Document the connection_created signal

2010-08-03 Thread Django
#14054: Document the connection_created signal ---+ Reporter: robhudson | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.2 Keywords:

Re: [Django] #13914: Add natural keys to contrib.auth.User and Group models

2010-08-03 Thread Django
#13914: Add natural keys to contrib.auth.User and Group models -+-- Reporter: jbochi | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #13936: django-admin makemessages generates PO files with an incorrect path to source code files

2010-08-03 Thread Django
#13936: django-admin makemessages generates PO files with an incorrect path to source code files --+- Reporter: ciupicri | Owner: nobody Status: reopened | Milestone:

Re: [Django] #13935: QuerySet .dates() method should span relationships

2010-08-03 Thread Django
#13935: QuerySet .dates() method should span relationships ---+ Reporter: coleifer | Owner: valyagolev Status: assigned | Milestone:

Re: [Django] #13935: QuerySet .dates() method should span relationships

2010-08-03 Thread Django
#13935: QuerySet .dates() method should span relationships ---+ Reporter: coleifer | Owner: valyagolev Status: assigned | Milestone:

[Changeset] r13465 - in django/branches/releases/1.2.X: django/template tests/regressiontests/templates

2010-08-03 Thread noreply
Author: jacob Date: 2010-08-03 10:43:29 -0500 (Tue, 03 Aug 2010) New Revision: 13465 Modified: django/branches/releases/1.2.X/django/template/defaultfilters.py django/branches/releases/1.2.X/tests/regressiontests/templates/filters.py Log: [1.2.X] Fixed #11377: the template join filter now co

[Changeset] r13464 - in django/trunk: django/template tests/regressiontests/templates

2010-08-03 Thread noreply
Author: jacob Date: 2010-08-03 10:42:39 -0500 (Tue, 03 Aug 2010) New Revision: 13464 Modified: django/trunk/django/template/defaultfilters.py django/trunk/tests/regressiontests/templates/filters.py Log: Fixed #11377: the template join filter now correctly escapes the joiner, too. Thanks, St

[Changeset] r13463 - django/branches/releases/1.2.X/tests/regressiontests/templates

2010-08-03 Thread noreply
Author: jacob Date: 2010-08-03 10:37:07 -0500 (Tue, 03 Aug 2010) New Revision: 13463 Modified: django/branches/releases/1.2.X/tests/regressiontests/templates/tests.py Log: [1.2.X] Fixed #11376: added some extra tests for autoescaping subtleties. Thanks, Stephen Kelly. Backport of [13461] from

[Changeset] r13462 - django/branches/releases/1.2.X/tests/regressiontests/templates

2010-08-03 Thread noreply
Author: jacob Date: 2010-08-03 10:37:00 -0500 (Tue, 03 Aug 2010) New Revision: 13462 Modified: django/branches/releases/1.2.X/tests/regressiontests/templates/tests.py Log: [1.2.X] Fixed #11288: added some tests for the handling of number-like variables in templates. Thanks, Stephen Kelly. Ba

[Changeset] r13460 - django/trunk/tests/regressiontests/templates

2010-08-03 Thread noreply
Author: jacob Date: 2010-08-03 10:34:52 -0500 (Tue, 03 Aug 2010) New Revision: 13460 Modified: django/trunk/tests/regressiontests/templates/tests.py Log: Fixed #11288: added some tests for the handling of number-like variables in templates. Thanks, Stephen Kelly. Modified: django/trunk/tests

[Changeset] r13461 - django/trunk/tests/regressiontests/templates

2010-08-03 Thread noreply
Author: jacob Date: 2010-08-03 10:34:59 -0500 (Tue, 03 Aug 2010) New Revision: 13461 Modified: django/trunk/tests/regressiontests/templates/tests.py Log: Fixed #11376: added some extra tests for autoescaping subtleties. Thanks, Stephen Kelly. Modified: django/trunk/tests/regressiontests/templ

Re: [Django] #11377: Filters should apply safe-ness rules to filter arguments

2010-08-03 Thread Django
#11377: Filters should apply safe-ness rules to filter arguments +--- Reporter: steveire | Owner: nobody Status: new| Milestone:

Re: [Django] #11376: Some escaping tests

2010-08-03 Thread Django
#11376: Some escaping tests +--- Reporter: steveire | Owner: nobody Status: new| Milestone: Component: Testing frame

Re: [Django] #11288: Tests for lookup of number-like variables in templates

2010-08-03 Thread Django
#11288: Tests for lookup of number-like variables in templates +--- Reporter: steveire | Owner: nobody Status: new| Milestone:

[Django] #14053: django.utils.formats.localize() misses support for long

2010-08-03 Thread Django
#14053: django.utils.formats.localize() misses support for long ---+ Reporter: David Danier | Owner: nobody Status: new| Milestone: Component: Uncategorized

[Django] #14052: Error on a code in Tutorial 01

2010-08-03 Thread Django
#14052: Error on a code in Tutorial 01 +--- Reporter: wagnerluis1982 | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.2 Keywords:

Re: [Django] #11594: Inaccurate docstring for WhereNode.add()

2010-08-03 Thread Django
#11594: Inaccurate docstring for WhereNode.add() +--- Reporter: garrison | Owner: dwillis Status: assigned | Milestone: 1.3 Component: Documentation

[Django] #14051: Signals for transaction commit/rollback

2010-08-03 Thread Django
#14051: Signals for transaction commit/rollback ---+ Reporter: Ask Solem | Owner: nobody Status: new| Milestone: Component: Database layer (models, ORM) |

Re: [Django] #14050: Signals for transaction commit/rollback

2010-08-03 Thread Django
#14050: Signals for transaction commit/rollback +--- Reporter: Ask Solem | Owner: nobody Status: closed | Milestone: Component: Database laye

[Django] #14050: Signals for transaction commit/rollback

2010-08-03 Thread Django
#14050: Signals for transaction commit/rollback ---+ Reporter: Ask Solem | Owner: nobody Status: new| Milestone: Component: Database layer (models, ORM) |

Re: [Django] #12991: Django 1.2 should have optional support for unittest2

2010-08-03 Thread Django
#12991: Django 1.2 should have optional support for unittest2 +--- Reporter: ericholscher | Owner: PaulM Status: assigned | Milestone: 1.3 Component: Testing fra

Re: [Django] #14049: Fixture loading should be skipped for TestCase decorated with @skip*

2010-08-03 Thread Django
#14049: Fixture loading should be skipped for TestCase decorated with @skip* +--- Reporter: zimnyx | Owner: nobody Status: new| Milestone: Compon

Re: [Django] #12464: Empty PATH_INFO causes blank SCRIPT_NAME

2010-08-03 Thread Django
#12464: Empty PATH_INFO causes blank SCRIPT_NAME +--- Reporter: chrisw | Owner: wogan Status: assigned | Milestone: 1.3 Component: Uncategorized |

[Django] #14049: Fixture loading should be skipped for TestCase decorated with @skip*

2010-08-03 Thread Django
#14049: Fixture loading should be skipped for TestCase decorated with @skip* ---+ Reporter: zimnyx | Owner: nobody Status: new| Milestone: Component: Testing framework

Re: [Django] #13621: Regression in 1.2.1. date/time widgets are printing their values with an invalid format

2010-08-03 Thread Django
#13621: Regression in 1.2.1. date/time widgets are printing their values with an invalid format ---+ Reporter: bufke | Owner: jacmkno Status: assigned | Milestone: Com