Re: [Django] #17101: Add "checkdeploy" management command

2011-10-24 Thread Django
#17101: Add "checkdeploy" management command -+- Reporter: carljm |Owner: nobody Type: New feature | Status: new Component: Core (Management

Re: [Django] #16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION

2011-10-24 Thread Django
#16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION -+- Reporter: andymckay|Owner: nobody Type: Bug | Status: reopened

Re: [Django] #17097: Permission to delete a comment should be based on a user's given permissions

2011-10-24 Thread Django
#17097: Permission to delete a comment should be based on a user's given permissions --+ Reporter: george@… |Owner: nobody Type: New feature | Status: new

[Django] #17104: from polls.models import Choice in admin.py

2011-10-24 Thread Django
#17104: from polls.models import Choice in admin.py ---+- Reporter: rodrigodelimavieira@… | Owner: RodrigoJimmy Type: Bug| Status: new Component: Documentation |

Re: [Django] #16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION

2011-10-24 Thread Django
#16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION -+- Reporter: andymckay|Owner: nobody Type: Bug | Status: closed

Re: [Django] #16574: Test fails when setting MESSAGE_TAGS

2011-10-24 Thread Django
#16574: Test fails when setting MESSAGE_TAGS -+- Reporter: Boldewyn |Owner: elbarto Type: Bug | Status: closed Component:

[Changeset] r17032 - django/trunk/django/contrib/messages/tests

2011-10-24 Thread noreply
Author: julien Date: 2011-10-24 19:55:25 -0700 (Mon, 24 Oct 2011) New Revision: 17032 Modified: django/trunk/django/contrib/messages/tests/cookie.py Log: Made some `contrib.messages` tests use `override_settings` for clarity. Thanks to Claude Paroz for the patch. Refs #16507, #16574.

Re: [Django] #16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION

2011-10-24 Thread Django
#16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION -+- Reporter: andymckay|Owner: nobody Type: Bug | Status: new

Re: [Django] #17040: In utils.crypto.constant_time_compare only call ord on non ints.

2011-10-24 Thread Django
#17040: In utils.crypto.constant_time_compare only call ord on non ints. --+ Reporter: adsworth |Owner: adsworth Type: Bug | Status: new Component: Python 3 |

Re: [Django] #17040: In utils.crypto.constant_time_compare only call ord on non ints.

2011-10-24 Thread Django
#17040: In utils.crypto.constant_time_compare only call ord on non ints. --+ Reporter: adsworth |Owner: adsworth Type: Bug | Status: new Component: Python 3 |

[Django] #17103: Add HTTP Strict Transport Security support, to improve support for all-SSL sites

2011-10-24 Thread Django
#17103: Add HTTP Strict Transport Security support, to improve support for all-SSL sites -+ Reporter: carljm | Owner: nobody Type: New feature| Status: new

[Django] #17102: Add SSL-redirect middleware to better support all-SSL sites

2011-10-24 Thread Django
#17102: Add SSL-redirect middleware to better support all-SSL sites + Reporter: carljm| Owner: nobody Type: New feature | Status: new Component: Core

[Django] #17101: Add "checkdeploy" management command

2011-10-24 Thread Django
#17101: Add "checkdeploy" management command -+- Reporter: carljm | Owner: nobody Type: New| Status: new feature|Version:

Re: [Django] #14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl

2011-10-24 Thread Django
#14597: request.is_secure() should support headers like: X-Forwarded-Protocol and X -Forwarded-Ssl ---+ Reporter: gnotaras |Owner: nobody Type: New feature| Status:

[Changeset] r17031 - in django/trunk/django/contrib: humanize markup

2011-10-24 Thread noreply
Author: carljm Date: 2011-10-24 14:30:55 -0700 (Mon, 24 Oct 2011) New Revision: 17031 Modified: django/trunk/django/contrib/humanize/tests.py django/trunk/django/contrib/markup/tests.py Log: Fixed #17086 -- Removed pollution of global template-builtins from markup and humanize tests.

Re: [Django] #17086: humanize and markup tests modify global templatetags library state

2011-10-24 Thread Django
#17086: humanize and markup tests modify global templatetags library state --+ Reporter: carljm|Owner: nobody Type: Bug | Status: closed

[Django] #17100: Possible bad regex for email validator

2011-10-24 Thread Django
#17100: Possible bad regex for email validator ---+ Reporter: reames@… | Owner: nobody Type: Uncategorized | Status: new Component: Core (Other) |Version: 1.3 Severity: Normal | Keywords:

[Changeset] r17030 - in django/trunk/django/core/management: . commands

2011-10-24 Thread noreply
Author: carljm Date: 2011-10-24 13:50:39 -0700 (Mon, 24 Oct 2011) New Revision: 17030 Modified: django/trunk/django/core/management/base.py django/trunk/django/core/management/commands/startapp.py Log: Fixed #17099 -- Removed an out-of-date warning and some unused code, now that startapp

Re: [Django] #17099: startapp command still mistakenly assumes apps are only created in project

2011-10-24 Thread Django
#17099: startapp command still mistakenly assumes apps are only created in project -+- Reporter: ptone|Owner: carljm Type: Bug | Status:

Re: [Django] #17099: startapp command still mistakenly assumes apps are only created in project

2011-10-24 Thread Django
#17099: startapp command still mistakenly assumes apps are only created in project -+- Reporter: ptone|Owner: carljm Type: Bug | Status:

[Django] #17099: startapp command still mistakenly assumes apps are only created in project

2011-10-24 Thread Django
#17099: startapp command still mistakenly assumes apps are only created in project + Reporter: ptone | Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17043: Model subclass field named the same as one of the parent model subclasses clashes

2011-10-24 Thread Django
#17043: Model subclass field named the same as one of the parent model subclasses clashes -+- Reporter: charettes|Owner: nobody Type: Bug |

Re: [Django] #8927: Make Request proxy the WSGI environ

2011-10-24 Thread Django
#8927: Make Request proxy the WSGI environ ---+ Reporter: simon |Owner: nobody Type: New feature| Status: reopened Component: HTTP handling |

Re: [Django] #8927: Make Request proxy the WSGI environ

2011-10-24 Thread Django
#8927: Make Request proxy the WSGI environ ---+ Reporter: simon |Owner: nobody Type: New feature| Status: reopened Component: HTTP handling |

Re: [Django] #17001: Allow usage of custom querysets in prefetch_related

2011-10-24 Thread Django
#17001: Allow usage of custom querysets in prefetch_related -+- Reporter: akaariai |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17098: miller

2011-10-24 Thread Django
#17098: miller ---+-- Reporter: xmiller000 |Owner: nobody Type: Uncategorized | Status: closed Component: Uncategorized | Version: 1.0-alpha

[Django] #17098: miller

2011-10-24 Thread Django
#17098: miller ---+--- Reporter: xmiller000 | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.0-alpha Severity: Normal | Keywords: Triage Stage:

Re: [Django] #16885: django.test.testcases.connections_support_transactions always returns False if TEST_MIRROR is used

2011-10-24 Thread Django
#16885: django.test.testcases.connections_support_transactions always returns False if TEST_MIRROR is used ---+-- Reporter: grimfandjango |Owner: nobody Type: Bug|

Re: [Django] #17034: 'Invalid literal for int' using admin site called with invalid parameters for inherited models

2011-10-24 Thread Django
#17034: 'Invalid literal for int' using admin site called with invalid parameters for inherited models -+- Reporter: ralphje |Owner: nobody Type: Bug |

Re: [Django] #16842: RedirectView (class based) query string format bug

2011-10-24 Thread Django
#16842: RedirectView (class based) query string format bug ---+ Reporter: slafs |Owner: nobody Type: Bug| Status: new Component: Generic views |

Re: [Django] #17008: makemessages too eager to cleanup, makes it hard to debug errors

2011-10-24 Thread Django
#17008: makemessages too eager to cleanup, makes it hard to debug errors -+- Reporter: airstrike|Owner: airstrike Type: New feature | Status: new

Re: [Django] #16250: Error with new pyscopg2 2.4.2 release and tests

2011-10-24 Thread Django
#16250: Error with new pyscopg2 2.4.2 release and tests ---+ Reporter: anonymous |Owner: nobody Type: Bug| Status: closed Component: Testing

Re: [Django] #16250: Error with new pyscopg2 2.4.2 release and tests

2011-10-24 Thread Django
#16250: Error with new pyscopg2 2.4.2 release and tests ---+ Reporter: anonymous |Owner: nobody Type: Bug| Status: closed Component: Testing

Re: [Django] #17024: missing import Choice line in tutorial02

2011-10-24 Thread Django
#17024: missing import Choice line in tutorial02 --+ Reporter: stephen.smith@… |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION

2011-10-24 Thread Django
#16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION -+- Reporter: andymckay|Owner: nobody Type: Bug | Status: new

[Django] #17097: Permission to delete a comment should be based on a user's given permissions

2011-10-24 Thread Django
#17097: Permission to delete a comment should be based on a user's given permissions --+ Reporter: george@… | Owner: nobody Type: Bug | Status: new Component: contrib.comments |Version:

Re: [Django] #17091: Djano 1.4 SimpleListFilter 'selected' option issue

2011-10-24 Thread Django
#17091: Djano 1.4 SimpleListFilter 'selected' option issue -+- Reporter: tejinderss@… |Owner: julien Type: Bug | Status: new Component:

Re: [Django] #17091: Djano 1.4 SimpleListFilter 'selected' option issue

2011-10-24 Thread Django
#17091: Djano 1.4 SimpleListFilter 'selected' option issue -+- Reporter: tejinderss@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #8927: Make Request proxy the WSGI environ

2011-10-24 Thread Django
#8927: Make Request proxy the WSGI environ ---+ Reporter: simon |Owner: nobody Type: New feature| Status: reopened Component: HTTP handling |

Re: [Django] #16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION

2011-10-24 Thread Django
#16507: Tests that alter ROOT_URLCONF should set DEBUG_PROPAGATE_EXCEPTION -+- Reporter: andymckay|Owner: nobody Type: Bug | Status: new

Re: [Django] #17091: Djano 1.4 SimpleListFilter 'selected' option issue

2011-10-24 Thread Django
#17091: Djano 1.4 SimpleListFilter 'selected' option issue -+- Reporter: tejinderss@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17091: Djano 1.4 SimpleListFilter 'selected' option issue

2011-10-24 Thread Django
#17091: Djano 1.4 SimpleListFilter 'selected' option issue -+- Reporter: tejinderss@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17091: Djano 1.4 SimpleListFilter 'selected' option issue

2011-10-24 Thread Django
#17091: Djano 1.4 SimpleListFilter 'selected' option issue -+- Reporter: tejinderss@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17091: Djano 1.4 SimpleListFilter 'selected' option issue

2011-10-24 Thread Django
#17091: Djano 1.4 SimpleListFilter 'selected' option issue -+- Reporter: tejinderss@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17091: Djano 1.4 SimpleListFilter 'selected' option issue

2011-10-24 Thread Django
#17091: Djano 1.4 SimpleListFilter 'selected' option issue -+- Reporter: tejinderss@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17091: Djano 1.4 SimpleListFilter 'selected' option issue

2011-10-24 Thread Django
#17091: Djano 1.4 SimpleListFilter 'selected' option issue -+- Reporter: tejinderss@… |Owner: nobody Type: Bug | Status: new Component: