Re: [Django] #17564: django.db.models.Sum does not work on BooleanField

2012-03-01 Thread Django
#17564: django.db.models.Sum does not work on BooleanField -+- Reporter: dp_wiz |Owner: nobody Type: Bug | Status: new Component: Datab

Re: [Django] #17764: Documentation out-of-date: django.contrib.auth.utils no longer exists.

2012-03-01 Thread Django
#17764: Documentation out-of-date: django.contrib.auth.utils no longer exists. -+- Reporter: mbt |Owner: PaulM Type: Bug | Status: closed

Re: [Django] #17764: Documentation out-of-date: django.contrib.auth.utils no longer exists.

2012-03-01 Thread Django
#17764: Documentation out-of-date: django.contrib.auth.utils no longer exists. -+- Reporter: mbt |Owner: PaulM Type: Bug | Status: new

[Changeset] r17620 - in django/trunk/docs: releases topics

2012-03-01 Thread noreply
Author: PaulM Date: 2012-03-01 21:03:52 -0800 (Thu, 01 Mar 2012) New Revision: 17620 Modified: django/trunk/docs/releases/1.4.txt django/trunk/docs/topics/auth.txt Log: Fixed 17764. Improved auth docs. Thanks mbt for the report and patch. Modified: django/trunk/docs/releases/1.4.txt =

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

2012-03-01 Thread noreply
Author: PaulM Date: 2012-03-01 20:27:46 -0800 (Thu, 01 Mar 2012) New Revision: 17619 Modified: django/trunk/docs/topics/install.txt Log: Fixes #17578. Improve setup instructions for Windows users. Thanks Pariksheet Nanda for the report and zsiciarz for the patch. Modified: django/trunk/docs/

Re: [Django] #17578: Explicitly invoke python for setup.py for Windows users

2012-03-01 Thread Django
#17578: Explicitly invoke python for setup.py for Windows users -+- Reporter: pariksheet.nanda@… |Owner: zsiciarz Type: Bug | Status: closed Compone

Re: [Django] #17766: Clarify impact of HttpOnly flag for JS access to session cookie

2012-03-01 Thread Django
#17766: Clarify impact of HttpOnly flag for JS access to session cookie -+- Reporter: ptone|Owner: nobody Type: | Status: closed Cle

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

2012-03-01 Thread noreply
Author: PaulM Date: 2012-03-01 20:22:16 -0800 (Thu, 01 Mar 2012) New Revision: 17618 Modified: django/trunk/docs/releases/1.4-beta-1.txt django/trunk/docs/releases/1.4.txt Log: Fixed #17766. Clarified HttpOnly flag on session cookie. Thanks ptone for the patch! Modified: django/trunk/docs

Re: [Django] #17800: Empty settings.SECRET_KEY should raise an error

2012-03-01 Thread Django
#17800: Empty settings.SECRET_KEY should raise an error -+--- Reporter: PaulM|Owner: nobody Type: Uncategorized| Status: closed Component: Core (Other)

[Changeset] r17617 - in django/trunk/docs: internals releases

2012-03-01 Thread noreply
Author: carljm Date: 2012-03-01 20:04:56 -0800 (Thu, 01 Mar 2012) New Revision: 17617 Modified: django/trunk/docs/internals/deprecation.txt django/trunk/docs/releases/1.4.txt Log: Refs #17800 - Added release notes and deprecation note about SECRET_KEY requirement. Modified: django/trunk/do

Re: [Django] #17800: Empty settings.SECRET_KEY should raise an error

2012-03-01 Thread Django
#17800: Empty settings.SECRET_KEY should raise an error -+--- Reporter: PaulM|Owner: nobody Type: Uncategorized| Status: closed Component: Core (Other)

[Changeset] r17616 - django/trunk/django/conf

2012-03-01 Thread noreply
Author: PaulM Date: 2012-03-01 19:48:26 -0800 (Thu, 01 Mar 2012) New Revision: 17616 Modified: django/trunk/django/conf/__init__.py Log: Modified the error when SECRET_KEY is missing to be a DeprecationWarning. Modified: django/trunk/django/conf/__init__.py ===

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

2012-03-01 Thread noreply
Author: PaulM Date: 2012-03-01 19:42:20 -0800 (Thu, 01 Mar 2012) New Revision: 17615 Modified: django/trunk/tests/regressiontests/admin_scripts/tests.py Log: Fixed test cases that generate their own settings file. Now they include SECRET_KEY. Modified: django/trunk/tests/regressiontests/admi

Re: [Django] #17810: Switching from cookie-based sessions to memcached-based sessions raises exception

2012-03-01 Thread Django
#17810: Switching from cookie-based sessions to memcached-based sessions raises exception --+-- Reporter: gabrielhurley |Owner: nobody Type: Bug | Status: ne

[Django] #17810: Switching from cookie-based sessions to memcached-based sessions raises exception

2012-03-01 Thread Django
#17810: Switching from cookie-based sessions to memcached-based sessions raises exception + Reporter: gabrielhurley | Owner: nobody Type: Bug | Status: new

Re: [Django] #6148: Add generic support for database schemas

2012-03-01 Thread Django
#6148: Add generic support for database schemas -+- Reporter: ikelly |Owner: Type: New feature | Status: new Component: Database layer |

Re: [Django] #17734: 302 redirect to standard language for non-i18n URL's when returning 404.

2012-03-01 Thread Django
#17734: 302 redirect to standard language for non-i18n URL's when returning 404. --+ Reporter: petar@… |Owner: jezdez Type: Bug | Status: n

Re: [Django] #17800: Empty settings.SECRET_KEY should raise an error

2012-03-01 Thread Django
#17800: Empty settings.SECRET_KEY should raise an error -+--- Reporter: PaulM|Owner: nobody Type: Uncategorized| Status: closed Component: Core (Other)

[Changeset] r17614 - django/trunk/tests

2012-03-01 Thread noreply
Author: jezdez Date: 2012-03-01 16:05:13 -0800 (Thu, 01 Mar 2012) New Revision: 17614 Modified: django/trunk/tests/test_sqlite.py Log: Added a default SECRET_KEY setting to the default test sesttings (refs #17800). Modified: django/trunk/tests/test_sqlite.py ===

Re: [Django] #17627: contrib.admin.util is misnamed

2012-03-01 Thread Django
#17627: contrib.admin.util is misnamed --+ Reporter: PaulM |Owner: lukegb Type: Cleanup/optimization | Status: assigned Component: contrib.admin

Re: [Django] #17800: Empty settings.SECRET_KEY should raise an error

2012-03-01 Thread Django
#17800: Empty settings.SECRET_KEY should raise an error -+--- Reporter: PaulM|Owner: nobody Type: Uncategorized| Status: closed Component: Core (Other)

Re: [Django] #15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase.

2012-03-01 Thread Django
#15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase. -+- Reporter: drakaar |Owner: jezdez Type: Uncategorized| Status:

[Changeset] r17613 - in django/branches/releases/1.3.X: django/contrib/staticfiles/management/commands tests/regressiontests/staticfiles_tests

2012-03-01 Thread noreply
Author: jezdez Date: 2012-03-01 15:03:46 -0800 (Thu, 01 Mar 2012) New Revision: 17613 Modified: django/branches/releases/1.3.X/django/contrib/staticfiles/management/commands/collectstatic.py django/branches/releases/1.3.X/tests/regressiontests/staticfiles_tests/tests.py Log: [1.3.X] Fixed

Re: [Django] #17737: collectstatic copies wrong files to STATIC_ROOT

2012-03-01 Thread Django
#17737: collectstatic copies wrong files to STATIC_ROOT -+ Reporter: pigletto |Owner: jezdez Type: Bug | Status: closed Component: contri

Re: [Django] #17737: collectstatic copies wrong files to STATIC_ROOT

2012-03-01 Thread Django
#17737: collectstatic copies wrong files to STATIC_ROOT -+ Reporter: pigletto |Owner: jezdez Type: Bug | Status: closed Component: contri

[Changeset] r17612 - in django/trunk: django/contrib/staticfiles/management/commands tests/regressiontests/staticfiles_tests

2012-03-01 Thread noreply
Author: jezdez Date: 2012-03-01 15:02:38 -0800 (Thu, 01 Mar 2012) New Revision: 17612 Modified: django/trunk/django/contrib/staticfiles/management/commands/collectstatic.py django/trunk/tests/regressiontests/staticfiles_tests/tests.py Log: Fixed #17737 -- Stopped the collectstatic management

Re: [Django] #16914: Documentation error in "Serving the admin files"

2012-03-01 Thread Django
#16914: Documentation error in "Serving the admin files" +- Reporter: pmountifield@… |Owner: jezdez Type: Bug | Status: closed Component: Documentation |

Re: [Django] #15611: Readonly fields not hidden during create

2012-03-01 Thread Django
#15611: Readonly fields not hidden during create -+- Reporter: coderanger |Owner: Type: Bug | Status: new Component: contrib.admin|

Re: [Django] #15124: BooleanField should not use False as default (unless provided)

2012-03-01 Thread Django
#15124: BooleanField should not use False as default (unless provided) -+- Reporter: andrewbadr |Owner: nobody Type: Bug | Status: new Compo

Re: [Django] #13614: Back button breaks many to many widget

2012-03-01 Thread Django
#13614: Back button breaks many to many widget -+ Reporter: minarets |Owner: julien Type: Bug | Status: new Component: contrib.admin|

Re: [Django] #9995: Mention 'pip install Django' as an alternative installation method.

2012-03-01 Thread Django
#9995: Mention 'pip install Django' as an alternative installation method. -+- Reporter: daveyjoe |Owner: aaugustin Type: | Status: new

Re: [Django] #17799: Default parameters in syncdb.Command().Execute()

2012-03-01 Thread Django
#17799: Default parameters in syncdb.Command().Execute() -+- Reporter: kacah222@… |Owner: nobody Type: Bug | Status: new Component: Core (M

Re: [Django] #9112: New releases do not reliably overwrite old ones

2012-03-01 Thread Django
#9112: New releases do not reliably overwrite old ones -+- Reporter: holdenweb|Owner: aaugustin Type: Bug | Status: new Component: Docume

Re: [Django] #9995: Mention 'pip install Django' as an alternative installation method.

2012-03-01 Thread Django
#9995: Mention 'pip install Django' as an alternative installation method. -+- Reporter: daveyjoe |Owner: aaugustin Type: | Status: new

Re: [Django] #17198: In admin results can be omitted due to pagination and inadequate ordering clauses

2012-03-01 Thread Django
#17198: In admin results can be omitted due to pagination and inadequate ordering clauses -+ Reporter: lukeplant|Owner: julien Type: Bug | Status: new

Re: [Django] #16819: list_editable breaks multipage changelists

2012-03-01 Thread Django
#16819: list_editable breaks multipage changelists -+- Reporter: anossov@…|Owner: nobody Type: Bug | Status: closed Component: contrib.ad

Re: [Django] #17734: 302 redirect to standard language for non-i18n URL's when returning 404.

2012-03-01 Thread Django
#17734: 302 redirect to standard language for non-i18n URL's when returning 404. --+ Reporter: petar@… |Owner: jezdez Type: Bug | Status: n

Re: [Django] #17753: Internationalizing URL Patterns Redirect should be 404

2012-03-01 Thread Django
#17753: Internationalizing URL Patterns Redirect should be 404 -+- Reporter: jaddison |Owner: jezdez Type: Bug | Status: new Component:

Re: [Django] #17551: Namespaces declared in different places

2012-03-01 Thread Django
#17551: Namespaces declared in different places -+- Reporter: Kronuz |Owner: gnosek Type: Bug | Status: assigned Component: Core (URLs) |

Re: [Django] #15169: With gis.mysql backend BooleanField convert to Python as 1|0 instead of True|False

2012-03-01 Thread Django
#15169: With gis.mysql backend BooleanField convert to Python as 1|0 instead of True|False + Reporter: zmsmith |Owner: carljm Type: Bug | Status

Re: [Django] #17627: contrib.admin.util is misnamed

2012-03-01 Thread Django
#17627: contrib.admin.util is misnamed --+ Reporter: PaulM |Owner: lukegb Type: Cleanup/optimization | Status: assigned Component: contrib.admin

Re: [Django] #17627: contrib.admin.util is misnamed

2012-03-01 Thread Django
#17627: contrib.admin.util is misnamed --+ Reporter: PaulM |Owner: lukegb Type: Cleanup/optimization | Status: assigned Component: contrib.admin

Re: [Django] #17738: Add a time zone FAQ

2012-03-01 Thread Django
#17738: Add a time zone FAQ -+- Reporter: aaugustin|Owner: aaugustin Type: | Status: new Cleanup/optimization |

Re: [Django] #15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase.

2012-03-01 Thread Django
#15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase. -+- Reporter: drakaar |Owner: jezdez Type: Uncategorized| Status:

Re: [Django] #15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase.

2012-03-01 Thread Django
#15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase. -+- Reporter: drakaar |Owner: jezdez Type: Uncategorized| Status:

Re: [Django] #17627: contrib.admin.util is misnamed

2012-03-01 Thread Django
#17627: contrib.admin.util is misnamed --+ Reporter: PaulM |Owner: lukegb Type: Cleanup/optimization | Status: assigned Component: contrib.admin

[Changeset] r17611 - django/trunk/django/conf

2012-03-01 Thread noreply
Author: aaugustin Date: 2012-03-01 13:38:45 -0800 (Thu, 01 Mar 2012) New Revision: 17611 Modified: django/trunk/django/conf/__init__.py Log: Fixed #17800 -- Prevented Django from starting without a SECRET_KEY, since that opens a variety of security problems. Thanks PaulM for the report. Modi

Re: [Django] #17800: Empty settings.SECRET_KEY should raise an error

2012-03-01 Thread Django
#17800: Empty settings.SECRET_KEY should raise an error -+--- Reporter: PaulM|Owner: nobody Type: Uncategorized| Status: closed Component: Core (Other)

Re: [Django] #17627: contrib.admin.util is misnamed

2012-03-01 Thread Django
#17627: contrib.admin.util is misnamed --+ Reporter: PaulM |Owner: lukegb Type: Cleanup/optimization | Status: assigned Component: contrib.admin

Re: [Django] #17800: Empty settings.SECRET_KEY should raise an error

2012-03-01 Thread Django
#17800: Empty settings.SECRET_KEY should raise an error -+--- Reporter: PaulM|Owner: nobody Type: Uncategorized| Status: new Component: Core (Other) |

Re: [Django] #17627: contrib.admin.util is misnamed

2012-03-01 Thread Django
#17627: contrib.admin.util is misnamed --+ Reporter: PaulM |Owner: lukegb Type: Cleanup/optimization | Status: assigned Component: contrib.admin

Re: [Django] #17627: contrib.admin.util is misnamed

2012-03-01 Thread Django
#17627: contrib.admin.util is misnamed --+ Reporter: PaulM |Owner: lukegb Type: Cleanup/optimization | Status: assigned Component: contrib.admin

Re: [Django] #17809: Admin static files not loading with dev server

2012-03-01 Thread Django
#17809: Admin static files not loading with dev server -+- Reporter: jrhorn424@… |Owner: nobody Type: Bug | Status: closed Component: contri

Re: [Django] #27: Single form field for multiple database fields

2012-03-01 Thread Django
#27: Single form field for multiple database fields -+- Reporter: adrian |Owner: nobody Type: New feature | Status: new Component: Forms|

Re: [Django] #15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase.

2012-03-01 Thread Django
#15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase. -+- Reporter: drakaar |Owner: jezdez Type: Uncategorized| Status:

Re: [Django] #27: Single form field for multiple database fields

2012-03-01 Thread Django
#27: Single form field for multiple database fields -+- Reporter: adrian |Owner: nobody Type: New feature | Status: new Component: Forms|

Re: [Django] #6148: Add generic support for database schemas

2012-03-01 Thread Django
#6148: Add generic support for database schemas -+- Reporter: ikelly |Owner: Type: New feature | Status: new Component: Database layer |

Re: [Django] #15566: .update queries should affect Date*Field's with auto_now

2012-03-01 Thread Django
#15566: .update queries should affect Date*Field's with auto_now ---+ Reporter: jdunck |Owner: bberes Type: Bug| Status: assigned Component: Documentation

Re: [Django] #6148: Add generic support for database schemas

2012-03-01 Thread Django
#6148: Add generic support for database schemas -+- Reporter: ikelly |Owner: Type: New feature | Status: new Component: Database layer |

[Changeset] r17610 - django/trunk/django/contrib/markup/templatetags

2012-03-01 Thread noreply
Author: carljm Date: 2012-03-01 11:49:19 -0800 (Thu, 01 Mar 2012) New Revision: 17610 Modified: django/trunk/django/contrib/markup/templatetags/markup.py Log: Corrected contrib.markup filter errors to not use misleading template syntax. Modified: django/trunk/django/contrib/markup/templatetags

[Changeset] r17609 - django/branches/releases/1.3.X/docs/ref/contrib

2012-03-01 Thread noreply
Author: carljm Date: 2012-03-01 11:34:23 -0800 (Thu, 01 Mar 2012) New Revision: 17609 Modified: django/branches/releases/1.3.X/docs/ref/contrib/markup.txt Log: [1.3.X] Fixed broken link to python-markdown in contrib.markup docs. Backport of r17608 from trunk. Modified: django/branches/release

[Changeset] r17608 - django/trunk/docs/ref/contrib

2012-03-01 Thread noreply
Author: carljm Date: 2012-03-01 11:32:48 -0800 (Thu, 01 Mar 2012) New Revision: 17608 Modified: django/trunk/docs/ref/contrib/markup.txt Log: Fixed broken link to python-markdown in contrib.markup docs. Modified: django/trunk/docs/ref/contrib/markup.txt

Re: [Django] #15566: .update queries should affect Date*Field's with auto_now

2012-03-01 Thread Django
#15566: .update queries should affect Date*Field's with auto_now -+- Reporter: jdunck |Owner: bberes Type: Bug | Status: assigned Compon

Re: [Django] #11857: TemporaryFile class is missing the closed - attribute

2012-03-01 Thread Django
#11857: TemporaryFile class is missing the closed - attribute -+- Reporter: andi100 |Owner: petar Type: Bug | Status: assigned Component:

Re: [Django] #11857: TemporaryFile class is missing the closed - attribute

2012-03-01 Thread Django
#11857: TemporaryFile class is missing the closed - attribute -+- Reporter: andi100 |Owner: petar Type: Bug | Status: assigned Component:

Re: [Django] #15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase.

2012-03-01 Thread Django
#15636: django.contrib.staticfiles - "collectstatic" makes all files names lowercase. -+- Reporter: drakaar |Owner: jezdez Type: Uncategorized| Status:

[Django] #17809: Admin static files not loading with dev server

2012-03-01 Thread Django
#17809: Admin static files not loading with dev server -+ Reporter: jrhorn424@… | Owner: nobody Type: Bug | Status: new Component: contrib.staticfiles |Version: 1.4-be

Re: [Django] #14087: django.core.management.get_commands only sees commands in the last package of a namespace package

2012-03-01 Thread Django
#14087: django.core.management.get_commands only sees commands in the last package of a namespace package --+ Reporter: KyleMac |Owner: nobody Type: Bug | Status:

Re: [Django] #12206: manage.py fails if management commands directory contains only bytecode files

2012-03-01 Thread Django
#12206: manage.py fails if management commands directory contains only bytecode files -+- Reporter: anonymous|Owner: nobody Type: New feature | Status:

Re: [Django] #17198: In admin results can be omitted due to pagination and inadequate ordering clauses

2012-03-01 Thread Django
#17198: In admin results can be omitted due to pagination and inadequate ordering clauses ---+ Reporter: lukeplant |Owner: julien Type: Bug| Status: new Comp

Re: [Django] #17807: LiveServerThread requires staticfiles

2012-03-01 Thread Django
#17807: LiveServerThread requires staticfiles ---+--- Reporter: joel@… |Owner: nobody Type: Bug| Status: closed Component: Testing framework

[Django] #17808: Improve the warning when fixtures containing naive datetimes are loaded with USE_TZ = True

2012-03-01 Thread Django
#17808: Improve the warning when fixtures containing naive datetimes are loaded with USE_TZ = True -+- Reporter: aaugustin | Owner: aaugustin Type: | Status: ne

Re: [Django] #17198: In admin results can be omitted due to pagination and inadequate ordering clauses

2012-03-01 Thread Django
#17198: In admin results can be omitted due to pagination and inadequate ordering clauses ---+ Reporter: lukeplant |Owner: julien Type: Bug| Status: new Comp

Re: [Django] #15566: .update queries should affect Date*Field's with auto_now

2012-03-01 Thread Django
#15566: .update queries should affect Date*Field's with auto_now -+- Reporter: jdunck |Owner: bberes Type: Bug | Status: assigned Compon

Re: [Django] #17198: In admin results can be omitted due to pagination and inadequate ordering clauses

2012-03-01 Thread Django
#17198: In admin results can be omitted due to pagination and inadequate ordering clauses ---+ Reporter: lukeplant |Owner: julien Type: Bug| Status: new Comp

Re: [Django] #14952: New find_commands(management_dir) to support .pyc and .pyo

2012-03-01 Thread Django
#14952: New find_commands(management_dir) to support .pyc and .pyo ---+-- Reporter: lgx@… |Owner: nobody Type: Uncategorized | Status: closed Component: Core (Other

Re: [Django] #17198: In admin results can be omitted due to pagination and inadequate ordering clauses

2012-03-01 Thread Django
#17198: In admin results can be omitted due to pagination and inadequate ordering clauses ---+ Reporter: lukeplant |Owner: julien Type: Bug| Status: new Comp

[Django] #17807: LiveServerThread requires staticfiles

2012-03-01 Thread Django
#17807: LiveServerThread requires staticfiles ---+- Reporter: joel@… | Owner: nobody Type: Bug| Status: new Component: Testing framework |Version: 1.4-alpha-1 Severity: No

Re: [Django] #17730: Change django.utils.htmlparser to django.utils.html_parser to avoid possible issues with case-insensitivity and the HTMLParser stdlib module

2012-03-01 Thread Django
#17730: Change django.utils.htmlparser to django.utils.html_parser to avoid possible issues with case-insensitivity and the HTMLParser stdlib module ---+-- Reporter: un33k |Owner: nobody

[Changeset] r17607 - in django/trunk/django: test utils

2012-03-01 Thread noreply
Author: carljm Date: 2012-03-01 08:09:01 -0800 (Thu, 01 Mar 2012) New Revision: 17607 Added: django/trunk/django/utils/html_parser.py Removed: django/trunk/django/utils/htmlparser.py Modified: django/trunk/django/test/html.py Log: Fixed #17730 - Renamed django.utils.htmlparser to django.u

[Django] #17806: CachedFilesMixin url_converter doesn't handle absolute paths correctly

2012-03-01 Thread Django
#17806: CachedFilesMixin url_converter doesn't handle absolute paths correctly -+ Reporter: lpetre | Owner: nobody Type: Uncategorized| Status: new Component: contrib.staticfiles |Vers

Re: [Django] #17198: In admin results can be omitted due to pagination and inadequate ordering clauses

2012-03-01 Thread Django
#17198: In admin results can be omitted due to pagination and inadequate ordering clauses ---+ Reporter: lukeplant |Owner: julien Type: Bug| Status: new Comp

Re: [Django] #17805: admin-history uses field-names instead of labels

2012-03-01 Thread Django
#17805: admin-history uses field-names instead of labels ---+-- Reporter: patrickk |Owner: nobody Type: Bug| Status: closed Component: contrib.admin |

[Django] #17805: admin-history uses field-names instead of labels

2012-03-01 Thread Django
#17805: admin-history uses field-names instead of labels ---+ Reporter: patrickk | Owner: nobody Type: Bug| Status: new Component: contrib.admin |Version: 1.3 Severity: Normal | K

[Django] #17804: Django Admin's input for BigIntegerField should be larger

2012-03-01 Thread Django
#17804: Django Admin's input for BigIntegerField should be larger ---+ Reporter: Adys | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.3 Severity: Normal

[Django] #17803: Field name with underscore means label not correctly shown in form

2012-03-01 Thread Django
#17803: Field name with underscore means label not correctly shown in form +- Reporter: phoebebright@… | Owner: nobody Type: Bug | Status: new Component: Uncategorized |Version: 1.3 Seve

[Django] #17802: Pass the request down to the Sitemap callable

2012-03-01 Thread Django
#17802: Pass the request down to the Sitemap callable --+ Reporter: rm_ | Owner: nobody Type: New feature | Status: new Component: contrib.sitemaps |Version: SVN Severity: Normal

Re: [Django] #17198: In admin results can be omitted due to pagination and inadequate ordering clauses

2012-03-01 Thread Django
#17198: In admin results can be omitted due to pagination and inadequate ordering clauses ---+ Reporter: lukeplant |Owner: julien Type: Bug| Status: new Comp

[Django] #17801: Adding DummyCache causes contrib.session tests to fail

2012-03-01 Thread Django
#17801: Adding DummyCache causes contrib.session tests to fail --+ Reporter: d0ugal| Owner: nobody Type: Bug | Status: new Component: contrib.sessions |Version: 1.4-beta-1 Se

Re: [Django] #17198: In admin results can be omitted due to pagination and inadequate ordering clauses

2012-03-01 Thread Django
#17198: In admin results can be omitted due to pagination and inadequate ordering clauses ---+ Reporter: lukeplant |Owner: julien Type: Bug| Status: new Comp

Re: [Django] #17797: Added PATCH request functionality to django.test.client.Client

2012-03-01 Thread Django
#17797: Added PATCH request functionality to django.test.client.Client ---+ Reporter: pfarmer|Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #17794: Docs should have more links to reference

2012-03-01 Thread Django
#17794: Docs should have more links to reference -+- Reporter: guettli |Owner: guettli Type: | Status: new Cleanup/optimization

Re: [Django] #17198: In admin results can be omitted due to pagination and inadequate ordering clauses

2012-03-01 Thread Django
#17198: In admin results can be omitted due to pagination and inadequate ordering clauses ---+ Reporter: lukeplant |Owner: julien Type: Bug| Status: new Comp