Re: [Django] #17032: Tests for contrib.auth fail if login signals use templates

2011-11-19 Thread Django
#17032: Tests for contrib.auth fail if login signals use templates -+- Reporter: jMyles |Owner: jMyles Type: Bug | Status: reopened

[Changeset] r17118 - django/trunk/tests/modeltests/timezones

2011-11-19 Thread noreply
Author: aaugustin Date: 2011-11-19 23:40:19 -0800 (Sat, 19 Nov 2011) New Revision: 17118 Modified: django/trunk/tests/modeltests/timezones/tests.py Log: Disabled tests that require warnings.catch_warnings when running under Python 2.5. Modified:

Re: [Django] #17265: allow test management command to accept list of tests to exclude

2011-11-19 Thread Django
#17265: allow test management command to accept list of tests to exclude ---+-- Reporter: ptone |Owner: nobody Type: New feature| Status: closed

Re: [Django] #17257: Comment that contradicts code in django.contrib.syndication.views

2011-11-19 Thread Django
#17257: Comment that contradicts code in django.contrib.syndication.views --+ Reporter: aaugustin |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #17262: Refactor the implementations of tzinfo classes

2011-11-19 Thread Django
#17262: Refactor the implementations of tzinfo classes -+- Reporter: aaugustin|Owner: aaugustin Type: | Status: new

Re: [Django] #17264: in_bulk should prep the values with get_prep_value of the model's pk field

2011-11-19 Thread Django
#17264: in_bulk should prep the values with get_prep_value of the model's pk field -+- Reporter: anonymous|Owner: nobody Type: Uncategorized| Status:

[Django] #17265: allow test management command to accept list of tests to exclude

2011-11-19 Thread Django
#17265: allow test management command to accept list of tests to exclude ---+ Reporter: ptone | Owner: nobody Type: New feature| Status: new Component: Testing framework |Version: SVN

Re: [Django] #10371: Outdated piece in Tutorial pt. 2

2011-11-19 Thread Django
#10371: Outdated piece in Tutorial pt. 2 ---+-- Reporter: michaelw |Owner: nobody Type: Uncategorized | Status: closed Component: Documentation |

Re: [Django] #17032: Tests for contrib.auth fail if login signals use templates

2011-11-19 Thread Django
#17032: Tests for contrib.auth fail if login signals use templates -+- Reporter: jMyles |Owner: jMyles Type: Bug | Status: closed

Re: [Django] #10139: Slicing an EmptyQuerySet gives a list, not another EmptyQuerySet

2011-11-19 Thread Django
#10139: Slicing an EmptyQuerySet gives a list, not another EmptyQuerySet -+- Reporter: forest |Owner: nobody Type: Bug | Status: new

Re: [Django] #12116: needs_context for template filters

2011-11-19 Thread Django
#12116: needs_context for template filters -+- Reporter: Suor |Owner: Suor Type: New feature | Status: closed Component: Template system

Re: [Django] #17254: ModelBackend should have a get_anonymous_user method

2011-11-19 Thread Django
#17254: ModelBackend should have a get_anonymous_user method +-- Reporter: riccardodivirgilio |Owner: nobody Type: Bug | Status: reopened Component:

Re: [Django] #17254: ModelBackend should have a get_anonymous_user method

2011-11-19 Thread Django
#17254: ModelBackend should have a get_anonymous_user method +-- Reporter: riccardodivirgilio |Owner: nobody Type: Bug | Status: reopened Component:

[Changeset] r17117 - in django/trunk: django/db/models/fields docs/topics/i18n tests/modeltests/timezones tests/modeltests/timezones/fixtures

2011-11-19 Thread noreply
Author: aaugustin Date: 2011-11-19 15:27:20 -0800 (Sat, 19 Nov 2011) New Revision: 17117 Added: django/trunk/tests/modeltests/timezones/fixtures/tz_users.xml Removed: django/trunk/tests/modeltests/timezones/fixtures/users.xml Modified: django/trunk/django/db/models/fields/__init__.py

Re: [Django] #17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter

2011-11-19 Thread Django
#17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter -+- Reporter: aaugustin|Owner: aaugustin Type:

Re: [Django] #17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter

2011-11-19 Thread Django
#17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter -+- Reporter: aaugustin|Owner: aaugustin Type:

[Changeset] r17116 - in django/branches/releases/1.3.X/docs: intro ref ref/templates topics topics/http

2011-11-19 Thread noreply
Author: timo Date: 2011-11-19 14:57:47 -0800 (Sat, 19 Nov 2011) New Revision: 17116 Modified: django/branches/releases/1.3.X/docs/intro/index.txt django/branches/releases/1.3.X/docs/ref/django-admin.txt django/branches/releases/1.3.X/docs/ref/templates/builtins.txt

Re: [Django] #17028: diveintopython.org links now dead

2011-11-19 Thread Django
#17028: diveintopython.org links now dead -+- Reporter: django@… |Owner: pyriku Type: Bug | Status: closed Component: Documentation

Re: [Django] #17028: diveintopython.org links now dead

2011-11-19 Thread Django
#17028: diveintopython.org links now dead -+- Reporter: django@… |Owner: pyriku Type: Bug | Status: closed Component: Documentation

[Changeset] r17115 - in django/trunk/docs: intro ref ref/templates topics topics/http

2011-11-19 Thread noreply
Author: timo Date: 2011-11-19 14:57:20 -0800 (Sat, 19 Nov 2011) New Revision: 17115 Modified: django/trunk/docs/intro/index.txt django/trunk/docs/ref/django-admin.txt django/trunk/docs/ref/templates/builtins.txt django/trunk/docs/topics/http/urls.txt

Re: [Django] #17028: diveintopython.org links now dead

2011-11-19 Thread Django
#17028: diveintopython.org links now dead -+- Reporter: django@… |Owner: pyriku Type: Bug | Status: new Component: Documentation

Re: [Django] #17062: Using postgres, if you rollback the first transaction on a connection, the effect of settings.TIME_ZONE is lost

2011-11-19 Thread Django
#17062: Using postgres, if you rollback the first transaction on a connection, the effect of settings.TIME_ZONE is lost -+- Reporter: mwhudson |Owner: aaugustin Type: Bug

Re: [Django] #17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter

2011-11-19 Thread Django
#17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter -+- Reporter: aaugustin|Owner: aaugustin Type:

Re: [Django] #12116: needs_context for template filters

2011-11-19 Thread Django
#12116: needs_context for template filters -+- Reporter: Suor |Owner: Suor Type: New feature | Status: closed Component: Template system

Re: [Django] #17264: in_bulk should prep the values with get_prep_value of the model's pk field

2011-11-19 Thread Django
#17264: in_bulk should prep the values with get_prep_value of the model's pk field ---+-- Reporter: anonymous |Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter

2011-11-19 Thread Django
#17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter -+- Reporter: aaugustin|Owner: aaugustin Type:

Re: [Django] #6422: Support for 'DISTINCT ON' queries with QuerySet.distinct()

2011-11-19 Thread Django
#6422: Support for 'DISTINCT ON' queries with QuerySet.distinct() -+- Reporter: Manfred Wassmann |Owner: jgelens | Status: assigned

[Django] #17264: in_bulk should prep the values with get_prep_value of the model's pk field

2011-11-19 Thread Django
#17264: in_bulk should prep the values with get_prep_value of the model's pk field ---+ Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version:

Re: [Django] #6422: Support for 'DISTINCT ON' queries with QuerySet.distinct()

2011-11-19 Thread Django
#6422: Support for 'DISTINCT ON' queries with QuerySet.distinct() -+- Reporter: Manfred Wassmann |Owner: jgelens | Status: assigned

Re: [Django] #17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter

2011-11-19 Thread Django
#17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter -+- Reporter: aaugustin|Owner: aaugustin Type:

Re: [Django] #15888: Inspect `settings.CACHES` in order to make`createcachetable` automatic

2011-11-19 Thread Django
#15888: Inspect `settings.CACHES` in order to make`createcachetable` automatic --+ Reporter: aaugustin |Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #15255: DB Cache table creation (createcachetable) ignores the DB Router

2011-11-19 Thread Django
#15255: DB Cache table creation (createcachetable) ignores the DB Router -+- Reporter: zvikico |Owner: aaugustin Type: Bug | Status: closed

[Changeset] r17114 - in django/trunk: django/contrib/gis/db/backends/spatialite django/core/management/commands django/db/backends tests/regressiontests/cache

2011-11-19 Thread noreply
Author: aaugustin Date: 2011-11-19 11:56:31 -0800 (Sat, 19 Nov 2011) New Revision: 17114 Modified: django/trunk/django/contrib/gis/db/backends/spatialite/creation.py django/trunk/django/core/management/commands/createcachetable.py django/trunk/django/db/backends/creation.py

Re: [Django] #17260: `QuerySet.dates()` is computed in UTC when time zone support is enabled

2011-11-19 Thread Django
#17260: `QuerySet.dates()` is computed in UTC when time zone support is enabled -+- Reporter: aaugustin|Owner: nobody Type: Bug | Status: new

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

2011-11-19 Thread Django
#17053: Add a note about USE_THOUSAND_SEPARATOR in localization docs --+ Reporter: shelldweller |Owner: nobody Type: Cleanup/optimization | Status: closed

[Django] #17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter

2011-11-19 Thread Django
#17263: When time zone support is active, raise a warning when a naive datetime reaches the database adapter -+- Reporter: aaugustin | Owner: aaugustin Type: |

Re: [Django] #14253: TIME_ZONE not respected by Today and Now widgets in admin

2011-11-19 Thread Django
#14253: TIME_ZONE not respected by Today and Now widgets in admin -+- Reporter: adamnelson |Owner: nobody Type: New feature | Status: closed

Re: [Django] #12116: needs_context for template filters

2011-11-19 Thread Django
#12116: needs_context for template filters -+- Reporter: Suor |Owner: Suor Type: New feature | Status: new Component: Template system |

[Django] #17262: Refactor the implementations of tzinfo classes

2011-11-19 Thread Django
#17262: Refactor the implementations of tzinfo classes -+- Reporter: aaugustin | Owner: aaugustin Type: | Status: new Cleanup/optimization |

Re: [Django] #17166: The fixture documentation tells nowhere that you can (should?) use FIXTURE_DIRS in your settings.py

2011-11-19 Thread Django
#17166: The fixture documentation tells nowhere that you can (should?) use FIXTURE_DIRS in your settings.py --+ Reporter: anonymous |Owner: nobody Type: Cleanup/optimization |

[Django] #17261: Refactor parsing of date and times

2011-11-19 Thread Django
#17261: Refactor parsing of date and times -+- Reporter: aaugustin | Owner: aaugustin Type: | Status: new Cleanup/optimization |

[Django] #17260: `QuerySet.dates()` is computed in UTC when time zone support is enabled

2011-11-19 Thread Django
#17260: `QuerySet.dates()` is computed in UTC when time zone support is enabled -+- Reporter: aaugustin | Owner: nobody Type: Bug| Status: new

Re: [Django] #17062: Using postgres, if you rollback the first transaction on a connection, the effect of settings.TIME_ZONE is lost

2011-11-19 Thread Django
#17062: Using postgres, if you rollback the first transaction on a connection, the effect of settings.TIME_ZONE is lost -+- Reporter: mwhudson |Owner: aaugustin Type: Bug

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

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

Re: [Django] #17254: ModelBackend should have a get_anonymous_user method

2011-11-19 Thread Django
#17254: ModelBackend should have a get_anonymous_user method +-- Reporter: riccardodivirgilio |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #17254: ModelBackend should have a get_anonymous_user method

2011-11-19 Thread Django
#17254: ModelBackend should have a get_anonymous_user method +-- Reporter: riccardodivirgilio |Owner: nobody Type: Bug | Status: reopened Component:

Re: [Django] #17259: error in http post data parser

2011-11-19 Thread Django
#17259: error in http post data parser ---+-- Reporter: bayazee@… |Owner: nobody Type: Bug| Status: closed Component: HTTP handling |

Re: [Django] #15646: Document that the FileField's path can not be relied on until the model is saved

2011-11-19 Thread Django
#15646: Document that the FileField's path can not be relied on until the model is saved -+- Reporter: anonymous|Owner: nobody Type: Bug |

[Changeset] r17113 - in django/trunk/docs: ref/models topics

2011-11-19 Thread noreply
Author: kmtracey Date: 2011-11-19 07:08:07 -0800 (Sat, 19 Nov 2011) New Revision: 17113 Modified: django/trunk/docs/ref/models/fields.txt django/trunk/docs/topics/files.txt Log: Fix #15646: Document that a FileField's full path can't be relied upon until its model has been saved to the

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

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

[Changeset] r17112 - django/trunk/django/db/backends/postgresql_psycopg2

2011-11-19 Thread noreply
Author: aaugustin Date: 2011-11-19 06:18:44 -0800 (Sat, 19 Nov 2011) New Revision: 17112 Modified: django/trunk/django/db/backends/postgresql_psycopg2/base.py django/trunk/django/db/backends/postgresql_psycopg2/creation.py Log: Used symbolic constants for psycopg2 isolation levels. Django

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

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

Re: [Django] #17254: ModelBackend should have a get_anonymous_user method

2011-11-19 Thread Django
#17254: ModelBackend should have a get_anonymous_user method +-- Reporter: riccardodivirgilio |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #17254: ModelBackend should have a get_anonymous_user method

2011-11-19 Thread Django
#17254: ModelBackend should have a get_anonymous_user method +-- Reporter: riccardodivirgilio |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #17254: ModelBackend should have a get_anonymous_user method

2011-11-19 Thread Django
#17254: ModelBackend should have a get_anonymous_user method +-- Reporter: riccardodivirgilio |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #17254: ModelBackend should have a get_anonymous_user method

2011-11-19 Thread Django
#17254: ModelBackend should have a get_anonymous_user method +-- Reporter: riccardodivirgilio |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #17259: error in http post data parser

2011-11-19 Thread Django
#17259: error in http post data parser ---+-- Reporter: bayazee@… |Owner: nobody Type: Bug| Status: closed Component: HTTP handling |

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

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

Re: [Django] #16940: Generic relations should be mentioned on docs index

2011-11-19 Thread Django
#16940: Generic relations should be mentioned on docs index -+- Reporter: danielr |Owner: nobody Type: | Status: closed

[Changeset] r17111 - django/trunk/docs

2011-11-19 Thread noreply
Author: timo Date: 2011-11-19 03:38:40 -0800 (Sat, 19 Nov 2011) New Revision: 17111 Modified: django/trunk/docs/index.txt Log: Fixed #16940 - Added "Generic relations" to docs index; thanks danielr for the suggestion. Modified: django/trunk/docs/index.txt

Re: [Django] #17105: Grammar errors in documentation

2011-11-19 Thread Django
#17105: Grammar errors in documentation -+- Reporter: googol |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #17196: Typo on staticfiles page

2011-11-19 Thread Django
#17196: Typo on staticfiles page ---+ Reporter: caa|Owner: nobody Type: Uncategorized | Status: closed Component: Documentation | Version:

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

2011-11-19 Thread noreply
Author: timo Date: 2011-11-19 02:57:59 -0800 (Sat, 19 Nov 2011) New Revision: 17110 Modified: django/trunk/docs/ref/contrib/staticfiles.txt Log: Fixed #17196 - Typo in docs/ref/contrib/staticfiles.txt; thanks caa for the report. Modified: django/trunk/docs/ref/contrib/staticfiles.txt

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

2011-11-19 Thread noreply
Author: timo Date: 2011-11-19 02:53:26 -0800 (Sat, 19 Nov 2011) New Revision: 17109 Modified: django/trunk/docs/ref/contrib/csrf.txt Log: Fixed #17105 - Typos in docs/ref/contrib/csrf.txt; thanks googol for the report. Modified: django/trunk/docs/ref/contrib/csrf.txt

Re: [Django] #17250: Running unit test based on example tests.py not working

2011-11-19 Thread Django
#17250: Running unit test based on example tests.py not working ---+-- Reporter: social@… |Owner: nobody Type: Bug| Status: closed Component:

[Django] #17259: error in http post data parser

2011-11-19 Thread Django
#17259: error in http post data parser ---+ Reporter: bayazee@… | Owner: nobody Type: Bug| Status: new Component: HTTP handling |Version: Severity: Normal | Keywords: Triage

Re: [Django] #17251: select_for_update tests threads should close connections manually

2011-11-19 Thread Django
#17251: select_for_update tests threads should close connections manually -+- Reporter: akaariai |Owner: nobody Type: | Status: new