Re: [Django] #17372: Sleep middleware

2011-12-09 Thread Django
#17372: Sleep middleware --+-- Reporter: josharian |Owner: nobody Type: New feature | Status: closed Component: Core (Other) | Version: 1.3

Re: [Django] #17365: Extend test discovery to inlcude unittest2 test suite runner

2011-12-09 Thread Django
#17365: Extend test discovery to inlcude unittest2 test suite runner ---+ Reporter: jezdez |Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #17366: Deprecate loading tests from models.py

2011-12-09 Thread Django
#17366: Deprecate loading tests from models.py --+ Reporter: Alex |Owner: nobody Type: Cleanup/optimization | Status: new Component: Testing

Re: [Django] #17364: Minor typo and style changes for docs/topics/testing.txt

2011-12-09 Thread Django
#17364: Minor typo and style changes for docs/topics/testing.txt -+- Reporter: movielady|Owner: nobody Type: | Status: new

[Django] #17373: TabularInline with extra = 0: "Add another" wraps in instead of inside of

2011-12-09 Thread Django
#17373: TabularInline with extra = 0: "Add another" wraps in instead of inside of ---+ Reporter: jpic | Owner: nobody Type: Bug| Status: new Component: contrib.admin |Version: 1.3

Re: [Django] #16845: Admin should hide password hash field by default

2011-12-09 Thread Django
#16845: Admin should hide password hash field by default --+ Reporter: PaulM |Owner: PaulM Type: Cleanup/optimization | Status: closed Component:

Re: [Django] #17365: Extend test discovery to inlcude unittest2 test suite runner

2011-12-09 Thread Django
#17365: Extend test discovery to inlcude unittest2 test suite runner ---+ Reporter: jezdez |Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #16563: Error pickling request.user

2011-12-09 Thread Django
#16563: Error pickling request.user -+ Reporter: zero.fuxor@… |Owner: nobody Type: Bug | Status: new Component: contrib.auth |

[Changeset] r17189 - in django/trunk: django/db/models tests/regressiontests/transactions_regress

2011-12-09 Thread noreply
Author: adrian Date: 2011-12-09 15:16:56 -0800 (Fri, 09 Dec 2011) New Revision: 17189 Modified: django/trunk/django/db/models/query.py django/trunk/tests/regressiontests/transactions_regress/models.py django/trunk/tests/regressiontests/transactions_regress/tests.py Log: Fixed #16818 --

Re: [Django] #16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database

2011-12-09 Thread Django
#16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database -+- Reporter: pressureman |Owner: nobody Type: Bug |

[Changeset] r17188 - django/trunk/docs/topics/db

2011-12-09 Thread noreply
Author: adrian Date: 2011-12-09 15:14:04 -0800 (Fri, 09 Dec 2011) New Revision: 17188 Modified: django/trunk/docs/topics/db/optimization.txt Log: Fixed some comma splices in the 'Insert in bulk' section of db/optimization.txt Modified: django/trunk/docs/topics/db/optimization.txt

Re: [Django] #17372: Sleep middleware

2011-12-09 Thread Django
#17372: Sleep middleware --+-- Reporter: josharian |Owner: nobody Type: New feature | Status: closed Component: Core (Other) | Version: 1.3

[Django] #17372: Sleep middleware

2011-12-09 Thread Django
#17372: Sleep middleware --+ Reporter: josharian | Owner: nobody Type: New feature | Status: new Component: Core (Other) |Version: 1.3 Severity: Normal| Keywords: Triage Stage: Unreviewed

Re: [Django] #16845: Admin should hide password hash field by default

2011-12-09 Thread Django
#16845: Admin should hide password hash field by default --+ Reporter: PaulM |Owner: PaulM Type: Cleanup/optimization | Status: closed Component:

Re: [Django] #3100: Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %})

2011-12-09 Thread Django
#3100: Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %}) -+- Reporter: Eric Van Dewoestine |Owner: aaugustin |

Re: [Django] #17348: Implement {% elif %} in the template language

2011-12-09 Thread Django
#17348: Implement {% elif %} in the template language -+- Reporter: aaugustin|Owner: aaugustin Type: New feature | Status: closed Component: Template system

Re: [Django] #3100: Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %})

2011-12-09 Thread Django
#3100: Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %}) -+- Reporter: Eric Van Dewoestine |Owner: aaugustin |

[Changeset] r17186 - django/trunk/django/template

2011-12-09 Thread noreply
Author: aaugustin Date: 2011-12-09 14:10:52 -0800 (Fri, 09 Dec 2011) New Revision: 17186 Modified: django/trunk/django/template/base.py django/trunk/django/template/loader_tags.py Log: Fixed #3100 -- Added support for arguments on intermediate tag tokens. Modified:

[Changeset] r17185 - django/trunk/django/contrib/auth

2011-12-09 Thread noreply
Author: adrian Date: 2011-12-09 14:10:03 -0800 (Fri, 09 Dec 2011) New Revision: 17185 Modified: django/trunk/django/contrib/auth/forms.py django/trunk/django/contrib/auth/models.py Log: Fixed #16845 -- Admin 'Change user' page no longer shows the password hash. Thanks, dstufft Modified:

Re: [Django] #16845: Admin should hide password hash field by default

2011-12-09 Thread Django
#16845: Admin should hide password hash field by default --+ Reporter: PaulM |Owner: PaulM Type: Cleanup/optimization | Status: closed Component:

[Changeset] r17184 - django/trunk/tests/regressiontests/admin_scripts

2011-12-09 Thread noreply
Author: jezdez Date: 2011-12-09 13:53:21 -0800 (Fri, 09 Dec 2011) New Revision: 17184 Modified: django/trunk/tests/regressiontests/admin_scripts/tests.py Log: Fixed copy & paste mistake made in r17183. Modified: django/trunk/tests/regressiontests/admin_scripts/tests.py

[Changeset] r17183 - django/trunk/tests/regressiontests/admin_scripts

2011-12-09 Thread noreply
Author: jezdez Date: 2011-12-09 13:50:28 -0800 (Fri, 09 Dec 2011) New Revision: 17183 Modified: django/trunk/tests/regressiontests/admin_scripts/tests.py Log: Fixed #16683 -- Skip the IPv6 runserver tests if the platform doesn't support it. Modified:

Re: [Django] #16683: Make ipv6 tests in regressiontests.admin_scripts.tests.ManageRunserver skippable if ipv6 support isn't present

2011-12-09 Thread Django
#16683: Make ipv6 tests in regressiontests.admin_scripts.tests.ManageRunserver skippable if ipv6 support isn't present ---+ Reporter: bugs@… |Owner: nobody Type: Bug

Re: [Django] #17093: Refactor django.template to quarantine global state

2011-12-09 Thread Django
#17093: Refactor django.template to quarantine global state --+ Reporter: carljm|Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #17218: Select Filter (its "to" box) has 0 height if in a collapsed fieldset

2011-12-09 Thread Django
#17218: Select Filter (its "to" box) has 0 height if in a collapsed fieldset ---+- Reporter: jimallman |Owner: jimallman Type: Bug| Status: closed

Re: [Django] #17218: Select Filter (its "to" box) has 0 height if in a collapsed fieldset

2011-12-09 Thread Django
#17218: Select Filter (its "to" box) has 0 height if in a collapsed fieldset ---+- Reporter: jimallman |Owner: jimallman Type: Bug| Status: closed

[Changeset] r17181 - django/trunk/django/contrib/admin/static/admin/js

2011-12-09 Thread noreply
Author: adrian Date: 2011-12-09 13:41:20 -0800 (Fri, 09 Dec 2011) New Revision: 17181 Modified: django/trunk/django/contrib/admin/static/admin/js/SelectFilter2.js django/trunk/django/contrib/admin/static/admin/js/collapse.js

[Changeset] r17180 - django/trunk/django/contrib/admin/static/admin/js

2011-12-09 Thread noreply
Author: adrian Date: 2011-12-09 13:30:53 -0800 (Fri, 09 Dec 2011) New Revision: 17180 Modified: django/trunk/django/contrib/admin/static/admin/js/collapse.js django/trunk/django/contrib/admin/static/admin/js/collapse.min.js Log: Changed admin/js/collapse.js to take advantage of jQuery

[Changeset] r17179 - django/trunk/django/contrib/admin/static/admin/js

2011-12-09 Thread noreply
Author: adrian Date: 2011-12-09 13:09:59 -0800 (Fri, 09 Dec 2011) New Revision: 17179 Modified: django/trunk/django/contrib/admin/static/admin/js/SelectFilter2.js Log: Removed way-outdated comment in SelectFilter2.js admin JS file. And we should rename this to SelectFilter.js at some point

Re: [Django] #17348: Implement {% elif %} in the template language

2011-12-09 Thread Django
#17348: Implement {% elif %} in the template language -+- Reporter: aaugustin|Owner: aaugustin Type: New feature | Status: new Component: Template system |

Re: [Django] #10435: WSGI handler class cannot be overridden in runserver

2011-12-09 Thread Django
#10435: WSGI handler class cannot be overridden in runserver -+- Reporter: trevor |Owner: nobody Type: New feature | Status: closed Component:

[Changeset] r17178 - django/trunk/docs/ref/contrib/admin

2011-12-09 Thread noreply
Author: adrian Date: 2011-12-09 12:46:10 -0800 (Fri, 09 Dec 2011) New Revision: 17178 Modified: django/trunk/docs/ref/contrib/admin/index.txt Log: Made some small clarifications to contrib/admin/index.txt Modified: django/trunk/docs/ref/contrib/admin/index.txt

Re: [Django] #10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests

2011-12-09 Thread Django
#10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests -+- Reporter: ovidiu |Owner: nobody Type: Bug |

Re: [Django] #10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests

2011-12-09 Thread Django
#10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests -+- Reporter: ovidiu |Owner: nobody Type: Bug |

Re: [Django] #10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests

2011-12-09 Thread Django
#10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests -+- Reporter: ovidiu |Owner: nobody Type: Bug |

Re: [Django] #10912: Autoescaping variable input in template tags

2011-12-09 Thread Django
#10912: Autoescaping variable input in template tags -+- Reporter: andrewbadr |Owner: Type: Bug | Status: closed Component: Template system

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

2011-12-09 Thread noreply
Author: adrian Date: 2011-12-09 11:53:06 -0800 (Fri, 09 Dec 2011) New Revision: 17177 Modified: django/trunk/docs/ref/templates/builtins.txt Log: Tweaked templates/builtins.txt to make it clearer that cycle and firstof filters don't auto-escape. Refs #10912 Modified:

Re: [Django] #10912: Autoescaping variable input in template tags

2011-12-09 Thread Django
#10912: Autoescaping variable input in template tags -+- Reporter: andrewbadr |Owner: Type: Bug | Status: new Component: Template system

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

2011-12-09 Thread noreply
Author: adrian Date: 2011-12-09 11:52:20 -0800 (Fri, 09 Dec 2011) New Revision: 17176 Modified: django/trunk/tests/regressiontests/templates/tests.py Log: Added a test that 'firstof' template filter doesn't auto-escape. cycle tag already has such a test (cycle20). Refs #10912 Modified:

Re: [Django] #10912: Autoescaping variable input in template tags

2011-12-09 Thread Django
#10912: Autoescaping variable input in template tags -+- Reporter: andrewbadr |Owner: Type: Bug | Status: new Component: Template system

Re: [Django] #3100: Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %})

2011-12-09 Thread Django
#3100: Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %}) -+- Reporter: Eric Van Dewoestine |Owner: aaugustin |

Re: [Django] #17365: Extend test discovery to inlcude unittest2 test suite runner (was: Add optional unittest2 discovery test suite runner)

2011-12-09 Thread Django
#17365: Extend test discovery to inlcude unittest2 test suite runner ---+ Reporter: jezdez |Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #3100: Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %})

2011-12-09 Thread Django
#3100: Support for arguments on intermediate tag tokens (ex. {% if arg %}{% elif arg %}{% endif %}) -+- Reporter: Eric Van Dewoestine |Owner: aaugustin |

Re: [Django] #17365: Add optional unittest2 discovery test suite runner

2011-12-09 Thread Django
#17365: Add optional unittest2 discovery test suite runner -+- Reporter: jezdez |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17368: Document django.template.add_to_builtins() or provide a standard way to add template tags from view code

2011-12-09 Thread Django
#17368: Document django.template.add_to_builtins() or provide a standard way to add template tags from view code -+- Reporter: anatoly techtonik|Owner: nobody

Re: [Django] #17370: https://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/

2011-12-09 Thread Django
#17370: https://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ ---+-- Reporter: anonymous |Owner: nobody Type: Uncategorized | Status: closed Component:

Re: [Django] #17365: Add optional unittest2 discovery test suite runner

2011-12-09 Thread Django
#17365: Add optional unittest2 discovery test suite runner -+- Reporter: jezdez |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17365: Add optional unittest2 discovery test suite runner

2011-12-09 Thread Django
#17365: Add optional unittest2 discovery test suite runner -+- Reporter: jezdez |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17365: Add optional unittest2 discovery test suite runner

2011-12-09 Thread Django
#17365: Add optional unittest2 discovery test suite runner -+- Reporter: jezdez |Owner: nobody Type: New feature | Status: new Component:

[Django] #17371: For DELETE requests TestClient encodes data as QUERY_STRING and forces an empty payload

2011-12-09 Thread Django
#17371: For DELETE requests TestClient encodes data as QUERY_STRING and forces an empty payload ---+ Reporter: grzesiof@… | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version:

[Django] #17370: https://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/

2011-12-09 Thread Django
#17370: https://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ ---+ Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.3 Severity:

Re: [Django] #17144: Excessive GROUP BY clauses during aggregations.

2011-12-09 Thread Django
#17144: Excessive GROUP BY clauses during aggregations. --+ Reporter: christian_oudard |Owner: nobody Type: Bug | Status: new Component: ORM aggregation

[Django] #17369: Useless error messages in management command execution

2011-12-09 Thread Django
#17369: Useless error messages in management command execution + Reporter: valexeev| Owner: nobody Type: Bug | Status: new Component: Core (Management

[Django] #17368: Document django.template.add_to_builtins() or provide a standard way to add template tags from view code

2011-12-09 Thread Django
#17368: Document django.template.add_to_builtins() or provide a standard way to add template tags from view code -+ Reporter: anatoly techtonik | Owner: nobody Type: Uncategorized

Re: [Django] #11154: Inconsistency with permissions for proxy models

2011-12-09 Thread Django
#11154: Inconsistency with permissions for proxy models --+ Reporter: etianen |Owner: nobody Type: Bug | Status: new Component: contrib.auth |

Re: [Django] #15894: SITE_CACHE does not invalidate in multiprocess environments

2011-12-09 Thread Django
#15894: SITE_CACHE does not invalidate in multiprocess environments + Reporter: Kronuz |Owner: fcurella Type: Bug | Status: new

Re: [Django] #16111: Invalid SQL string representation from some queries

2011-12-09 Thread Django
#16111: Invalid SQL string representation from some queries -+- Reporter: Kronuz |Owner: nobody Type: Bug | Status: closed Component:

[Django] #17367: PREPEND_WWW should warn on POSTs too

2011-12-09 Thread Django
#17367: PREPEND_WWW should warn on POSTs too ---+ Reporter: Tuttle | Owner: nobody Type: Uncategorized | Status: new Component: Core (URLs)|Version: SVN Severity: Normal | Keywords:

Re: [Django] #2879: Add live test server support to test framework

2011-12-09 Thread Django
#2879: Add live test server support to test framework -+- Reporter: Mikeal Rogers|Owner: devin | Status: new Type: New

Re: [Django] #17337: [nonrel] Support for non-integer automatic primary keys (was: [nonrel] Support for non-integer primary keys)

2011-12-09 Thread Django
#17337: [nonrel] Support for non-integer automatic primary keys -+- Reporter: jonash |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17337: [nonrel] Support for non-integer primary keys

2011-12-09 Thread Django
#17337: [nonrel] Support for non-integer primary keys -+- Reporter: jonash |Owner: nobody Type: Bug | Status: new Component: Database

[Django] #17366: Deprecate loading tests from models.py

2011-12-09 Thread Django
#17366: Deprecate loading tests from models.py + Reporter: Alex | Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #17365: Add optional unittest2 discovery test suite runner

2011-12-09 Thread Django
#17365: Add optional unittest2 discovery test suite runner -+- Reporter: jezdez |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17365: Add optional unittest2 discovery test suite runner

2011-12-09 Thread Django
#17365: Add optional unittest2 discovery test suite runner -+- Reporter: jezdez |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17365: Add optional unittest2 discovery test suite runner

2011-12-09 Thread Django
#17365: Add optional unittest2 discovery test suite runner -+- Reporter: jezdez |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17365: Add optional unittest2 discovery test suite runner

2011-12-09 Thread Django
#17365: Add optional unittest2 discovery test suite runner -+- Reporter: jezdez |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17365: Add optional unittest2 discovery test suite runner (was: Add discovery test suite runner)

2011-12-09 Thread Django
#17365: Add optional unittest2 discovery test suite runner -+- Reporter: jezdez |Owner: nobody Type: New feature | Status: new Component:

[Django] #17365: Add discovery test suite runner

2011-12-09 Thread Django
#17365: Add discovery test suite runner --+ Reporter: jezdez | Owner: nobody Type: New feature | Status: new Component: Testing