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

2012-02-29 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] #17800: Empty settings.SECRET_KEY should raise an error

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

Re: [Django] #5423: "dumpdata" should stream output one row at a time

2012-02-29 Thread Django
#5423: "dumpdata" should stream output one row at a time -+- Reporter: adrian |Owner: ramiro Type: New feature | Status: assigned Component: Co

Re: [Django] #17767: add signed cookie session backed to session engine settings docs

2012-02-29 Thread Django
#17767: add signed cookie session backed to session engine settings docs -+- Reporter: ptone|Owner: nobody Type: Bug | Status: closed

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

2012-02-29 Thread noreply
Author: timo Date: 2012-02-29 17:06:22 -0800 (Wed, 29 Feb 2012) New Revision: 17606 Modified: django/trunk/docs/ref/settings.txt Log: Fixed #17767 - Added signed cookie session backed to session engine settings docs; thanks Preston Holmes. Modified: django/trunk/docs/ref/settings.txt

Re: [Django] #17696: Queryset prefetch_related() ignores using()

2012-02-29 Thread Django
#17696: Queryset prefetch_related() ignores using() -+- Reporter: simon29 |Owner: nobody Type: Bug | Status: closed Component: Database

[Changeset] r17605 - in django/trunk: django/contrib/contenttypes django/db/models/fields tests/modeltests/prefetch_related

2012-02-29 Thread noreply
Author: lukeplant Date: 2012-02-29 16:57:01 -0800 (Wed, 29 Feb 2012) New Revision: 17605 Modified: django/trunk/django/contrib/contenttypes/generic.py django/trunk/django/db/models/fields/related.py django/trunk/tests/modeltests/prefetch_related/tests.py Log: Fixed #17696 - Queryset prefe

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

2012-02-29 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] #17799: Default parameters in syncdb.Command().Execute()

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

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

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

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-02-29 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

Re: [Django] #15644: django.core.files.base.File enhancement / fix

2012-02-29 Thread Django
#15644: django.core.files.base.File enhancement / fix --+ Reporter: nickname123 |Owner: nobody Type: Bug | Status: new Component: File upl

Re: [Django] #3591: add support for custom app_label and verbose_name

2012-02-29 Thread Django
#3591: add support for custom app_label and verbose_name -+- Reporter: jkocherhans |Owner: adrian Type: New feature | Status: reopened Component: Co

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

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

Re: [Django] #17791: Ticket system thinks links to Django tickets are spam and gives rude wording

2012-02-29 Thread Django
#17791: Ticket system thinks links to Django tickets are spam and gives rude wording -+- Reporter: anonymous|Owner: nobody Type: Uncategorized| Status:

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

2012-02-29 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] #17791: Ticket system thinks links to Django tickets are spam and gives rude wording

2012-02-29 Thread Django
#17791: Ticket system thinks links to Django tickets are spam and gives rude wording -+- Reporter: anonymous|Owner: nobody Type: Uncategorized| Status:

Re: [Django] #17053: Add a note about USE_THOUSAND_SEPARATOR in localization docs

2012-02-29 Thread Django
#17053: Add a note about USE_THOUSAND_SEPARATOR in localization docs --+ Reporter: shelldweller |Owner: nobody Type: Cleanup/optimization | Status: reopened

[Changeset] r17604 - in django/trunk/django: conf contrib/auth contrib/auth/tests

2012-02-29 Thread noreply
Author: PaulM Date: 2012-02-29 12:12:16 -0800 (Wed, 29 Feb 2012) New Revision: 17604 Modified: django/trunk/django/conf/global_settings.py django/trunk/django/contrib/auth/hashers.py django/trunk/django/contrib/auth/tests/hashers.py Log: Fixes #1 and makes tests run again. Adds a sal

Re: [Django] #17777: MD5PasswordHasher is not using salt

2012-02-29 Thread Django
#1: MD5PasswordHasher is not using salt -+- Reporter: gunnar@… |Owner: PaulM Type: Bug | Status: closed Component: contrib.auth

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

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

[Django] #17798: minor changes in localflavor.ca.ca_provinces

2012-02-29 Thread Django
#17798: minor changes in localflavor.ca.ca_provinces --+ Reporter: shelldweller | Owner: nobody Type: Cleanup/optimization | Status: new Component: contrib.localflavor |Version: 1.3 Severit

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

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

Re: [Django] #17796: Aggregating an IntegerField returns Decimal from MySQL

2012-02-29 Thread Django
#17796: Aggregating an IntegerField returns Decimal from MySQL +-- Reporter: adsva |Owner: nobody Type: Bug | Status: closed Component: Uncategorize

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

2012-02-29 Thread Django
#17797: Added PATCH request functionality to django.test.client.Client ---+ Reporter: pfarmer| Owner: nobody Type: New feature| Status: new Component: Testing framework |Version: SVN S

Re: [Django] #17795: kwargs not passed on by django.views.generic.edit import ProcessFormView

2012-02-29 Thread Django
#17795: kwargs not passed on by django.views.generic.edit import ProcessFormView -+- Reporter: ed.crewe@… |Owner: nobody Type: | Status: new

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

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

Re: [Django] #17796: Aggregating an IntegerField returns Decimal from MySQL

2012-02-29 Thread Django
#17796: Aggregating an IntegerField returns Decimal from MySQL + Reporter: adsva | Owner: nobody Type: Bug | Status: closed Component: Uncategorized |Version: SVN Severity: Normal

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

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

[Changeset] r17603 - in django/trunk/django: contrib/gis/db/backends/mysql contrib/gis/db/models/sql contrib/gis/tests/geoapp db/backends/mysql

2012-02-29 Thread noreply
Author: ramiro Date: 2012-02-29 09:46:23 -0800 (Wed, 29 Feb 2012) New Revision: 17603 Removed: django/trunk/django/contrib/gis/db/backends/mysql/compiler.py Modified: django/trunk/django/contrib/gis/db/backends/mysql/operations.py django/trunk/django/contrib/gis/db/models/sql/compiler.py

Re: [Django] #10852: Add no-fuzzy-matching option to makemessages

2012-02-29 Thread Django
#10852: Add no-fuzzy-matching option to makemessages -+- Reporter: graham.carlyle@… |Owner: nobody Type: Uncategorized| Status: closed Component:

Re: [Django] #16865: get_or_create defaults to _for_write even when it's just reading

2012-02-29 Thread Django
#16865: get_or_create defaults to _for_write even when it's just reading -+- Reporter: Rick van Hattem |Owner: nobody | Status: new Type: Bug

[Django] #17796: Aggregating an IntegerField returns Decimal from MySQL

2012-02-29 Thread Django
#17796: Aggregating an IntegerField returns Decimal from MySQL ---+ Reporter: adsva | Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: SVN Severity: Normal

Re: [Django] #2504: ConditionalGetMiddleware causes Content-Length to be 0 on HttpResponse with fileobject

2012-02-29 Thread Django
#2504: ConditionalGetMiddleware causes Content-Length to be 0 on HttpResponse with fileobject --+ Reporter: django@… |Owner: poelzi Type: Bug | Status: new Com

[Django] #17795: kwargs not passed on by django.views.generic.edit import ProcessFormView

2012-02-29 Thread Django
#17795: kwargs not passed on by django.views.generic.edit import ProcessFormView --+ Reporter: ed.crewe@…| Owner: nobody Type: Cleanup/optimization | Status: new Component: Generic views

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

2012-02-29 Thread Django
#17794: Docs should have more links to reference --+ Reporter: guettli | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: 1.3 Severity:

Re: [Django] #17533: When attempting to build more complex widgets/fields, access to form data would be helpful

2012-02-29 Thread Django
#17533: When attempting to build more complex widgets/fields, access to form data would be helpful -+ Reporter: freyley |Owner: nobody Type: New feature | Status: new C

Re: [Django] #10852: Add no-fuzzy-matching option to makemessages

2012-02-29 Thread Django
#10852: Add no-fuzzy-matching option to makemessages -+- Reporter: graham.carlyle@… |Owner: nobody Type: Uncategorized| Status: reopened Component:

[Django] #17793: SimpleTepmlateResponse is not re-picklable

2012-02-29 Thread Django
#17793: SimpleTepmlateResponse is not re-picklable -+ Reporter: ironfroggy | Owner: nobody Type: Bug | Status: new Component: Template system |Version: 1.3 Severity: Normal |

Re: [Django] #17533: When attempting to build more complex widgets/fields, access to form data would be helpful

2012-02-29 Thread Django
#17533: When attempting to build more complex widgets/fields, access to form data would be helpful -+ Reporter: freyley |Owner: nobody Type: New feature | Status: new C

Re: [Django] #15793: Filebased email backend should save emails using the ".eml" standard extension

2012-02-29 Thread Django
#15793: Filebased email backend should save emails using the ".eml" standard extension --+ Reporter: Kronuz|Owner: nobody Type: Cleanup/optimization | Stat

Re: [Django] #17533: When attempting to build more complex widgets/fields, access to form data would be helpful

2012-02-29 Thread Django
#17533: When attempting to build more complex widgets/fields, access to form data would be helpful -+ Reporter: freyley |Owner: nobody Type: New feature | Status: new C

Re: [Django] #17755: Use database adapters for converting time zone aware datetimes in raw queries

2012-02-29 Thread Django
#17755: Use database adapters for converting time zone aware datetimes in raw queries -+- Reporter: akaariai |Owner: aaugustin Type: | Stat

Re: [Django] #2594: Template system should handle whitespace better

2012-02-29 Thread Django
#2594: Template system should handle whitespace better -+- Reporter: Gary Wilson |Owner: jshedd | Status: new Type: Bug |

Re: [Django] #17788: bulk_create() "too many SQL variables" error

2012-02-29 Thread Django
#17788: bulk_create() "too many SQL variables" error -+- Reporter: alpar|Owner: nobody Type: Bug | Status: new Component: Database la

Re: [Django] #17686: file.save crashes on unicode filename

2012-02-29 Thread Django
#17686: file.save crashes on unicode filename --+ Reporter: sylvain.lebon@… |Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation

Re: [Django] #15644: django.core.files.base.File enhancement / fix

2012-02-29 Thread Django
#15644: django.core.files.base.File enhancement / fix --+ Reporter: nickname123 |Owner: nobody Type: Bug | Status: new Component: File upl

Re: [Django] #16946: core.files.File assumes name attribute on file-like objects

2012-02-29 Thread Django
#16946: core.files.File assumes name attribute on file-like objects --+- Reporter: PaulM |Owner: charettes Type: Bug | Status: closed Component: Core (Other

Re: [Django] #15644: django.core.files.base.File enhancement / fix

2012-02-29 Thread Django
#15644: django.core.files.base.File enhancement / fix --+ Reporter: nickname123 |Owner: nobody Type: Bug | Status: new Component: File upl

Re: [Django] #17788: bulk_create() "too many SQL variables" error

2012-02-29 Thread Django
#17788: bulk_create() "too many SQL variables" error -+- Reporter: alpar|Owner: nobody Type: Bug | Status: new Component: Database la

[Changeset] r17602 - django/trunk/django/db/backends/mysql

2012-02-29 Thread noreply
Author: aaugustin Date: 2012-02-29 00:57:48 -0800 (Wed, 29 Feb 2012) New Revision: 17602 Modified: django/trunk/django/db/backends/mysql/base.py Log: Avoided importing _mysql directly. Refs #17755. Modified: django/trunk/django/db/backends/mysql/base.py ===

Re: [Django] #17755: Use database adapters for converting time zone aware datetimes in raw queries

2012-02-29 Thread Django
#17755: Use database adapters for converting time zone aware datetimes in raw queries -+- Reporter: akaariai |Owner: aaugustin Type: | Stat

Re: [Django] #17755: Use database adapters for converting time zone aware datetimes in raw queries

2012-02-29 Thread Django
#17755: Use database adapters for converting time zone aware datetimes in raw queries -+- Reporter: akaariai |Owner: aaugustin Type: | Stat

Re: [Django] #17786: Exception when running the tests under Oracle

2012-02-29 Thread Django
#17786: Exception when running the tests under Oracle ---+-- Reporter: aaugustin |Owner: aaugustin Type: Bug| Status: closed Component: Testing f

Re: [Django] #17788: bulk_create() "too many SQL variables" error

2012-02-29 Thread Django
#17788: bulk_create() "too many SQL variables" error -+- Reporter: alpar|Owner: nobody Type: Bug | Status: new Component: Database la

Re: [Django] #17755: Use database adapters for converting time zone aware datetimes in raw queries

2012-02-29 Thread Django
#17755: Use database adapters for converting time zone aware datetimes in raw queries -+- Reporter: akaariai |Owner: aaugustin Type: | Stat