Re: [Django] #5335: Add an append method to ErrorDict

2011-09-09 Thread Django
#5335: Add an append method to ErrorDict -+- Reporter: Thomas | Owner: jkocherhans Güttler | Status: new Type: New| Component: Form

Re: [Django] #16801: Django-Admin could improve with docutils missing failures

2011-09-09 Thread Django
#16801: Django-Admin could improve with docutils missing failures -+- Reporter: | Owner: nobody patricklemiuex@… | Status: closed Type: New

Re: [Django] #16789: use named urls in django.contrib.auth.urls

2011-09-09 Thread Django
#16789: use named urls in django.contrib.auth.urls -+- Reporter: wim@… | Owner: fcurella Type: | Status: new Cleanup/optimization | Com

Re: [Django] #16764: LANGUAGES and LANGUAGE_CODE settings doesn't work correctly

2011-09-09 Thread Django
#16764: LANGUAGES and LANGUAGE_CODE settings doesn't work correctly -+- Reporter: anonymous | Owner: gaba Type: Bug| Status: closed Milestone:

Re: [Django] #16763: code.djangoproject.com won't stop emailing me (doesn't abide by cc/reporter/etc)

2011-09-09 Thread Django
#16763: code.djangoproject.com won't stop emailing me (doesn't abide by cc/reporter/etc) --+--- Reporter: ferringb| Owner: nobody Type: Bug | Status: new

Re: [Django] #16643: Test Email Backend (locmem) accepts email with blank recipients

2011-09-09 Thread Django
#16643: Test Email Backend (locmem) accepts email with blank recipients -+- Reporter: | Owner: nobody joelhaasnoot@… | Status: new Type: Ne

Re: [Django] #16777: Contributing guide: github and bitbucket pull requests are acceptable

2011-09-09 Thread Django
#16777: Contributing guide: github and bitbucket pull requests are acceptable -+- Reporter: aaugustin | Owner: justinlilly Type: | Status: assigned Cleanup/op

Re: [Django] #10239: Document modelform_factory

2011-09-09 Thread Django
#10239: Document modelform_factory --+--- Reporter: ingenieroariel | Owner: nobody Type: New feature | Status: new Milestone: | Compone

Re: [Django] #16779: Add a tutorial for first time Django contributors

2011-09-09 Thread Django
#16779: Add a tutorial for first time Django contributors ---+--- Reporter: taavi223 | Owner: taavi223 Type: New feature | Status: assigned Milestone:

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

2011-09-09 Thread noreply
Author: carljm Date: 2011-09-09 20:33:54 -0700 (Fri, 09 Sep 2011) New Revision: 16777 Added: django/trunk/docs/releases/1.2.6.txt django/trunk/docs/releases/1.3.1.txt Modified: django/trunk/docs/releases/index.txt Log: Added basic release notes for 1.2.6 and 1.3.1. Added: django/trunk/do

[Changeset] r16776 - in django/trunk/docs: internals ref/forms ref/models

2011-09-09 Thread noreply
Author: carljm Date: 2011-09-09 20:26:13 -0700 (Fri, 09 Sep 2011) New Revision: 16776 Modified: django/trunk/docs/internals/deprecation.txt django/trunk/docs/ref/forms/fields.txt django/trunk/docs/ref/models/fields.txt Log: Corrected documentation inconsistencies regarding deprecation of

Re: [Django] #16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.

2011-09-09 Thread Django
#16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al. +- Reporter: PaulM | Owner: nobody Type: Bug | Status: new Milestone:

[Changeset] r16775 - in django/trunk/django/contrib/gis: admin tests tests/geoadmin

2011-09-09 Thread noreply
Author: jbronn Date: 2011-09-09 20:04:30 -0700 (Fri, 09 Sep 2011) New Revision: 16775 Added: django/trunk/django/contrib/gis/tests/geoadmin/ django/trunk/django/contrib/gis/tests/geoadmin/__init__.py django/trunk/django/contrib/gis/tests/geoadmin/models.py django/trunk/django/contrib/g

Re: [Django] #16790: GeoDjango tutorial error (selecting WorldBorders via admin crashes)

2011-09-09 Thread Django
#16790: GeoDjango tutorial error (selecting WorldBorders via admin crashes) -+- Reporter: jdiego | Owner: jdiego Type: Bug| Status: closed Milesto

Re: [Django] #16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them

2011-09-09 Thread Django
#16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them -+- Reporter: kmtracey | Owner: nobody Type: Bug| Status: new

Re: [Django] #15367: Improved Auth Password Hashing

2011-09-09 Thread Django
#15367: Improved Auth Password Hashing -+- Reporter: poswald| Owner: jart Type: New| Status: new feature| Component: contrib

[Changeset] r16774 - in django/trunk/docs: howto topics

2011-09-09 Thread noreply
Author: Alex Date: 2011-09-09 19:52:37 -0700 (Fri, 09 Sep 2011) New Revision: 16774 Modified: django/trunk/docs/howto/custom-template-tags.txt django/trunk/docs/topics/templates.txt Log: Fixed #16793. Added more cross referencing to the load tag's documentation. Thanks to bluejeansummer fo

Re: [Django] #16793: consolidate and/or cross reference documentation on {% load %} template tag

2011-09-09 Thread Django
#16793: consolidate and/or cross reference documentation on {% load %} template tag -+- Reporter: tobias | Owner: bluejeansummer Type: | Status: closed Cl

Re: [Django] #16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.

2011-09-09 Thread Django
#16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al. +- Reporter: PaulM | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #15619: Logout link should be protected

2011-09-09 Thread Django
#15619: Logout link should be protected + Reporter: void | Owner: ashchristopher Type: Bug | Status: assigned Milestone: 1.4 | Component:

Re: [Django] #11404: add has_changed() method to formsets

2011-09-09 Thread Django
#11404: add has_changed() method to formsets -+- Reporter: anonymous | Owner: nobody Type: New feature| Status: closed Milestone:

[Changeset] r16773 - in django/trunk: django/forms docs/topics/forms tests/regressiontests/forms/tests

2011-09-09 Thread noreply
Author: Alex Date: 2011-09-09 19:42:05 -0700 (Fri, 09 Sep 2011) New Revision: 16773 Modified: django/trunk/django/forms/formsets.py django/trunk/docs/topics/forms/formsets.txt django/trunk/tests/regressiontests/forms/tests/formsets.py Log: Fixed #11404. Added ``FormSet.has_changed``, for

Re: [Django] #16026: Inform user which object triggered error in loaddata

2011-09-09 Thread Django
#16026: Inform user which object triggered error in loaddata -+- Reporter: | Owner: gabrielhurley gabrielhurley | Status: new Type: New

Re: [Django] #16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.

2011-09-09 Thread Django
#16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al. +- Reporter: PaulM | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16109: Inconsistency in docs: Leading zero of numbers in URLconf

2011-09-09 Thread Django
#16109: Inconsistency in docs: Leading zero of numbers in URLconf -+- Reporter: | Owner: nobody wegener92@…| Status: new Type: Bug

Re: [Django] #1040: manage.py should have +x permissions

2011-09-09 Thread Django
#1040: manage.py should have +x permissions -+- Reporter: pb@… | Owner: fcurella Type: New| Status: closed feature| Compone

Re: [Django] #16128: cascade delete does not work for proxy models

2011-09-09 Thread Django
#16128: cascade delete does not work for proxy models -+- Reporter: xkennyx@… | Owner: nobody Type: Bug| Status: reopened Milestone: |

Re: [Django] #16128: cascade delete does not work for proxy models

2011-09-09 Thread Django
#16128: cascade delete does not work for proxy models -+- Reporter: xkennyx@… | Owner: nobody Type: Bug| Status: reopened Milestone: |

Re: [Django] #4198: admin javascript calendar spacing problem

2011-09-09 Thread Django
#4198: admin javascript calendar spacing problem -+- Reporter: Gary | Owner: xian Wilson | Status: new Type: Bug| Component: contrib.admi

Re: [Django] #16173: manager.get on foreign key fields (related fields)

2011-09-09 Thread Django
#16173: manager.get on foreign key fields (related fields) -+- Reporter: | Owner: tobias nitinbhide@… | Status: assigned Type:

Re: [Django] #16137: .get behaviour is inconsistent with .get_or_create when no kwargs are given

2011-09-09 Thread Django
#16137: .get behaviour is inconsistent with .get_or_create when no kwargs are given -+- Reporter: wilfred@… | Owner: nobody Type: | Status: new Cleanup/optim

Re: [Django] #16134: django.db.models.fields.Field instance can not be compared with None

2011-09-09 Thread Django
#16134: django.db.models.fields.Field instance can not be compared with None -+- Reporter: amcharg@… | Owner: nobody Type: Bug| Status: new Milestone

Re: [Django] #16188: Added locale formats for swiss german language

2011-09-09 Thread Django
#16188: Added locale formats for swiss german language -+- Reporter: sspross| Owner: nobody Type: | Status: new Cleanup/optimization | C

Re: [Django] #16218: Class-based month archive doesn't behave like previous generic view

2011-09-09 Thread Django
#16218: Class-based month archive doesn't behave like previous generic view --+--- Reporter: nnrcschmdt | Owner: nobody Type: Bug | Status: new Milestone:

[Changeset] r16772 - in django/tags/releases: . 1.2.6

2011-09-09 Thread noreply
Author: ubernostrum Date: 2011-09-09 18:55:49 -0700 (Fri, 09 Sep 2011) New Revision: 16772 Added: django/tags/releases/1.2.6/ Log: Tag 1.2.6 Property changes on: django/tags/releases/1.2.6 ___ Added: svn:ignore + build dist *.

[Changeset] r16771 - in django/tags/releases: . 1.3.1

2011-09-09 Thread noreply
Author: ubernostrum Date: 2011-09-09 18:54:57 -0700 (Fri, 09 Sep 2011) New Revision: 16771 Added: django/tags/releases/1.3.1/ Log: Tag 1.3.1 Property changes on: django/tags/releases/1.3.1 ___ Added: svn:ignore + build dist *.

[Changeset] r16770 - in django/trunk: django/forms docs/topics/forms tests/regressiontests/forms/tests

2011-09-09 Thread noreply
Author: Alex Date: 2011-09-09 18:53:56 -0700 (Fri, 09 Sep 2011) New Revision: 16770 Modified: django/trunk/django/forms/formsets.py django/trunk/docs/topics/forms/formsets.txt django/trunk/tests/regressiontests/forms/tests/formsets.py Log: Make ``Formset.__getitem__`` O(1), rather than O(

Re: [Django] #15619: Logout link should be protected

2011-09-09 Thread Django
#15619: Logout link should be protected + Reporter: void | Owner: ashchristopher Type: Bug | Status: assigned Milestone: 1.4 | Component:

Re: [Django] #16773: QuerySet.count does no caching until the result cache is filled

2011-09-09 Thread Django
#16773: QuerySet.count does no caching until the result cache is filled -+- Reporter: | Owner: nobody eternicode | Status: new Type: Bu

Re: [Django] #5335: Add an append method to ErrorDict

2011-09-09 Thread Django
#5335: Add an append method to ErrorDict -+- Reporter: Thomas | Owner: jkocherhans Güttler | Status: new Type: New| Component: Form

Re: [Django] #16802: Core management commands should have defined success/fail semantics

2011-09-09 Thread Django
#16802: Core management commands should have defined success/fail semantics -+- Reporter: jdunck | Owner: nobody Type: New| Status: new feature

Re: [Django] #16773: QuerySet.count does no caching until the result cache is filled

2011-09-09 Thread Django
#16773: QuerySet.count does no caching until the result cache is filled -+- Reporter: | Owner: nobody eternicode | Status: new Type: Bu

Re: [Django] #16280: documentation for reverse() should include positional/keyword conflict

2011-09-09 Thread Django
#16280: documentation for reverse() should include positional/keyword conflict -+- Reporter: bhayes@… | Owner: paulcwatts Type: | Status: new Cleanup/optimiz

[Django] #16802: Core management commands should have defined success/fail semantics

2011-09-09 Thread Django
#16802: Core management commands should have defined success/fail semantics -+- Reporter: jdunck |Owner: nobody Type: New feature | Status: new

[Changeset] r16769 - in django/branches/releases/1.2.X: . django docs

2011-09-09 Thread noreply
Author: ubernostrum Date: 2011-09-09 18:41:36 -0700 (Fri, 09 Sep 2011) New Revision: 16769 Modified: django/branches/releases/1.2.X/django/__init__.py django/branches/releases/1.2.X/docs/conf.py django/branches/releases/1.2.X/setup.py Log: [1.2.X] Bump to 1.2.6 for security release. Modi

[Changeset] r16768 - django/branches/releases/1.3.X/docs

2011-09-09 Thread noreply
Author: ubernostrum Date: 2011-09-09 18:34:55 -0700 (Fri, 09 Sep 2011) New Revision: 16768 Modified: django/branches/releases/1.3.X/docs/conf.py Log: [1.3.X] Bump docs version number, too. Modified: django/branches/releases/1.3.X/docs/conf.py ===

[Changeset] r16767 - in django/branches/releases/1.3.X: . django

2011-09-09 Thread noreply
Author: ubernostrum Date: 2011-09-09 18:32:14 -0700 (Fri, 09 Sep 2011) New Revision: 16767 Modified: django/branches/releases/1.3.X/django/__init__.py django/branches/releases/1.3.X/setup.py Log: [1.3.X] Bump to 1.3.1 for security release. Modified: django/branches/releases/1.3.X/django/__i

Re: [Django] #15619: Logout link should be protected

2011-09-09 Thread Django
#15619: Logout link should be protected + Reporter: void | Owner: ashchristopher Type: Bug | Status: assigned Milestone: 1.4 | Component:

[Changeset] r16766 - in django/branches/releases/1.2.X: django/db/models/fields docs/ref/models tests/modeltests/validation

2011-09-09 Thread noreply
Author: russellm Date: 2011-09-09 18:28:50 -0700 (Fri, 09 Sep 2011) New Revision: 16766 Modified: django/branches/releases/1.2.X/django/db/models/fields/__init__.py django/branches/releases/1.2.X/docs/ref/models/fields.txt django/branches/releases/1.2.X/tests/modeltests/validation/tests.p

[Changeset] r16765 - django/branches/releases/1.2.X/django/contrib/sessions/backends

2011-09-09 Thread noreply
Author: russellm Date: 2011-09-09 18:28:40 -0700 (Fri, 09 Sep 2011) New Revision: 16765 Modified: django/branches/releases/1.2.X/django/contrib/sessions/backends/cache.py django/branches/releases/1.2.X/django/contrib/sessions/backends/cached_db.py Log: [1.2.X] Corrected an issue which could

[Changeset] r16764 - in django/branches/releases/1.2.X: django/conf django/http docs/ref tests/regressiontests/requests

2011-09-09 Thread noreply
Author: russellm Date: 2011-09-09 18:28:31 -0700 (Fri, 09 Sep 2011) New Revision: 16764 Modified: django/branches/releases/1.2.X/django/conf/global_settings.py django/branches/releases/1.2.X/django/http/__init__.py django/branches/releases/1.2.X/docs/ref/request-response.txt django/bra

[Django] #16801: Django-Admin could improve with docutils missing failures

2011-09-09 Thread Django
#16801: Django-Admin could improve with docutils missing failures --+--- Reporter: patricklemiuex@… | Owner: nobody Type: Uncategorized | Status: new Milestone:| Component: Uncategorize

[Django] #16798: https://code.djangoproject.com needs forgot password

2011-09-09 Thread Django
#16798: https://code.djangoproject.com needs forgot password ---+ Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Milestone: | Component: Djangoproject.co

[Changeset] r16763 - in django/branches/releases/1.3.X: django/core django/db/models/fields docs/internals docs/ref docs/ref/forms docs/ref/models tests/modeltests/validation tests/regressiontests/fo

2011-09-09 Thread noreply
Author: russellm Date: 2011-09-09 18:08:24 -0700 (Fri, 09 Sep 2011) New Revision: 16763 Modified: django/branches/releases/1.3.X/django/core/validators.py django/branches/releases/1.3.X/django/db/models/fields/__init__.py django/branches/releases/1.3.X/docs/internals/deprecation.txt dj

[Changeset] r16762 - django/branches/releases/1.3.X/django/contrib/sessions/backends

2011-09-09 Thread noreply
Author: russellm Date: 2011-09-09 18:08:02 -0700 (Fri, 09 Sep 2011) New Revision: 16762 Modified: django/branches/releases/1.3.X/django/contrib/sessions/backends/cache.py django/branches/releases/1.3.X/django/contrib/sessions/backends/cached_db.py Log: [1.3.X] Corrected an issue which could

[Changeset] r16761 - in django/branches/releases/1.3.X: django/conf django/http docs/ref tests/regressiontests/requests

2011-09-09 Thread noreply
Author: russellm Date: 2011-09-09 18:07:50 -0700 (Fri, 09 Sep 2011) New Revision: 16761 Modified: django/branches/releases/1.3.X/django/conf/global_settings.py django/branches/releases/1.3.X/django/http/__init__.py django/branches/releases/1.3.X/docs/ref/request-response.txt django/bra

Re: [Django] #14063: Validating form file fields is hard

2011-09-09 Thread Django
#14063: Validating form file fields is hard -+- Reporter: olau | Owner: nobody Type: New| Status: new feature| Component:

Re: [Django] #9081: [patch] More flexible render_to_response()

2011-09-09 Thread Django
#9081: [patch] More flexible render_to_response() -+- Reporter: bhagany| Owner: ccahoon Type: New| Status: closed feature| Co

Re: [Django] #15619: Logout link should be protected

2011-09-09 Thread Django
#15619: Logout link should be protected + Reporter: void | Owner: ashchristopher Type: Bug | Status: assigned Milestone: 1.4 | Component:

Re: [Django] #16797: active_login_required

2011-09-09 Thread Django
#16797: active_login_required ---+-- Reporter: wim@…| Owner: nobody Type: New feature | Status: new Milestone: | Component: contrib.auth

[Django] #16797: active_login_required

2011-09-09 Thread Django
#16797: active_login_required -+-- Reporter: wim@…| Owner: nobody Type: New feature | Status: new Milestone: | Component: contrib.auth Version: 1.3 | Severity: Normal Keyw

Re: [Django] #16796: isMobile() should be added to request objects

2011-09-09 Thread Django
#16796: isMobile() should be added to request objects -+--- Reporter: anonymous | Owner: nobody Type: New feature| Status: new Milestone:

Re: [Django] #16787: {% load %} doesn't work with libraries in package heierarcy

2011-09-09 Thread Django
#16787: {% load %} doesn't work with libraries in package heierarcy -+- Reporter: isagalaev | Owner: isagalaev Type: Bug| Status: new Milestone:

[Changeset] r16760 - in django/trunk: django/core django/db/models/fields docs/internals docs/ref docs/ref/forms docs/ref/models docs/releases tests/modeltests/validation tests/regressiontests/forms/

2011-09-09 Thread noreply
Author: russellm Date: 2011-09-09 17:47:00 -0700 (Fri, 09 Sep 2011) New Revision: 16760 Modified: django/trunk/django/core/validators.py django/trunk/django/db/models/fields/__init__.py django/trunk/docs/internals/deprecation.txt django/trunk/docs/ref/forms/fields.txt django/trunk/d

[Changeset] r16759 - django/trunk/django/contrib/sessions/backends

2011-09-09 Thread noreply
Author: russellm Date: 2011-09-09 17:46:48 -0700 (Fri, 09 Sep 2011) New Revision: 16759 Modified: django/trunk/django/contrib/sessions/backends/cache.py django/trunk/django/contrib/sessions/backends/cached_db.py Log: Corrected an issue which could allow attackers to manipulate session data u

[Changeset] r16758 - in django/trunk: django/conf django/http docs/ref docs/topics tests/regressiontests/requests

2011-09-09 Thread noreply
Author: russellm Date: 2011-09-09 17:46:38 -0700 (Fri, 09 Sep 2011) New Revision: 16758 Modified: django/trunk/django/conf/global_settings.py django/trunk/django/http/__init__.py django/trunk/docs/ref/request-response.txt django/trunk/docs/ref/settings.txt django/trunk/docs/topics/s

Re: [Django] #16789: use named urls in django.contrib.auth.urls

2011-09-09 Thread Django
#16789: use named urls in django.contrib.auth.urls -+- Reporter: wim@… | Owner: fcurella Type: | Status: new Cleanup/optimization | Com

Re: [Django] #16789: use named urls in django.contrib.auth.urls

2011-09-09 Thread Django
#16789: use named urls in django.contrib.auth.urls -+- Reporter: wim@… | Owner: fcurella Type: | Status: new Cleanup/optimization | Com

Re: [Django] #16789: use named urls in django.contrib.auth.urls

2011-09-09 Thread Django
#16789: use named urls in django.contrib.auth.urls -+- Reporter: wim@… | Owner: fcurella Type: | Status: new Cleanup/optimization | Com

[Changeset] r16757 - in django/trunk/django/contrib/gis: db/backends db/backends/postgis tests/geoapp

2011-09-09 Thread noreply
Author: jbronn Date: 2011-09-09 17:29:34 -0700 (Fri, 09 Sep 2011) New Revision: 16757 Modified: django/trunk/django/contrib/gis/db/backends/adapter.py django/trunk/django/contrib/gis/db/backends/postgis/adapter.py django/trunk/django/contrib/gis/tests/geoapp/test_regress.py Log: Fixed #13

Re: [Django] #13670: postgis adapter fails to compare against empty string

2011-09-09 Thread Django
#13670: postgis adapter fails to compare against empty string + Reporter: milosu| Owner: nobody Type: Bug | Status: closed Milestone:| Componen

Re: [Django] #16787: {% load %} doesn't work with libraries in package heierarcy

2011-09-09 Thread Django
#16787: {% load %} doesn't work with libraries in package heierarcy -+- Reporter: isagalaev | Owner: isagalaev Type: Bug| Status: new Milestone:

[Django] #16796: isMobile() should be added to request objects

2011-09-09 Thread Django
#16796: isMobile() should be added to request objects -+--- Reporter: anonymous| Owner: nobody Type: New feature | Status: new Milestone: | Component: Uncategorized Version: 1.3 |

Re: [Django] #7444: Provide API method for appending errors

2011-09-09 Thread Django
#7444: Provide API method for appending errors --+ Reporter: Daniel Pope | Owner: nobody Type: New feature | Status: closed Milestone:

[Django] #16795: ORM masks exception in Python shells

2011-09-09 Thread Django
#16795: ORM masks exception in Python shells +-- Reporter: frankwiles | Owner: nobody Type: Bug | Status: new Milestone: | Component: Database layer (models, ORM) Version: 1

Re: [Django] #16777: Contributing guide: github and bitbucket pull requests are acceptable

2011-09-09 Thread Django
#16777: Contributing guide: github and bitbucket pull requests are acceptable -+- Reporter: aaugustin | Owner: justinlilly Type: | Status: assigned Cleanup/op

Re: [Django] #16788: remove import * from urls.py

2011-09-09 Thread Django
#16788: remove import * from urls.py -+- Reporter: wim@… | Owner: draix Type: | Status: assigned Cleanup/optimization | Component: Cor

Re: [Django] #16793: consolidate and/or cross reference documentation on {% load %} template tag

2011-09-09 Thread Django
#16793: consolidate and/or cross reference documentation on {% load %} template tag -+- Reporter: tobias | Owner: bluejeansummer Type: | Status: assigned

Re: [Django] #15722: Conditional Formset Rendering/Validation

2011-09-09 Thread Django
#15722: Conditional Formset Rendering/Validation + Reporter: mlavin| Owner: nobody Type: Bug | Status: closed Milestone:| Component: Forms

[Changeset] r16756 - in django/trunk: django/forms tests/regressiontests/forms/tests

2011-09-09 Thread noreply
Author: kmtracey Date: 2011-09-09 17:05:48 -0700 (Fri, 09 Sep 2011) New Revision: 16756 Modified: django/trunk/django/forms/formsets.py django/trunk/tests/regressiontests/forms/tests/formsets.py Log: Fixed #15722: ensure formsets evaluate to True even if they have no forms. Thanks mlavin.

Re: [Django] #16358: cached_db session with memcached forgets big values

2011-09-09 Thread Django
#16358: cached_db session with memcached forgets big values -+- Reporter: ccrisan| Owner: anonymous Type: Bug| Status: assigned Milestone:

Re: [Django] #16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.

2011-09-09 Thread Django
#16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al. -+- Reporter: PaulM | Owner: nobody Type: Bug| Status: new Milestone

Re: [Django] #16789: use named urls in django.contrib.auth.urls

2011-09-09 Thread Django
#16789: use named urls in django.contrib.auth.urls -+- Reporter: wim@… | Owner: fcurella Type: | Status: new Cleanup/optimization | Com

Re: [Django] #16778: Bad geometry escape in postgis

2011-09-09 Thread Django
#16778: Bad geometry escape in postgis -+ Reporter: piro | Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #1040: manage.py should have +x permissions

2011-09-09 Thread Django
#1040: manage.py should have +x permissions -+- Reporter: pb@… | Owner: fcurella Type: New| Status: new feature| Component:

Re: [Django] #1040: manage.py should have +x permissions

2011-09-09 Thread Django
#1040: manage.py should have +x permissions -+- Reporter: pb@… | Owner: fcurella Type: New| Status: new feature| Component:

Re: [Django] #8548: Lengthy verbose_name results in fatal mysql 'warning' error during syncdb.

2011-09-09 Thread Django
#8548: Lengthy verbose_name results in fatal mysql 'warning' error during syncdb. -+- Reporter: samt@… | Owner: marcelor Type: Bug| Status: reopened

Re: [Django] #1040: manage.py should have +x permissions

2011-09-09 Thread Django
#1040: manage.py should have +x permissions -+- Reporter: pb@… | Owner: fcurella Type: New| Status: new feature| Component:

Re: [Django] #16397: BaseCommand.execute() swallows ImportError, CommandError even when --traceback is used

2011-09-09 Thread Django
#16397: BaseCommand.execute() swallows ImportError, CommandError even when --traceback is used -+- Reporter: charles@… | Owner: nobody Type: Bug| Status: new

Re: [Django] #159: Circular logout problem

2011-09-09 Thread Django
#159: Circular logout problem --+--- Reporter: Manuzhai| Owner: adrian Type: Bug | Status: reopened Milestone: | Component: contrib.adm

Re: [Django] #15691: TEST_DEPENDENCIES doesn't use TEST_NAME in circular dependency detection.

2011-09-09 Thread Django
#15691: TEST_DEPENDENCIES doesn't use TEST_NAME in circular dependency detection. +--- Reporter: slinkp@… | Owner: nobody Type: Bug | Status: new Mileston

Re: [Django] #16789: use named urls in django.contrib.auth.urls

2011-09-09 Thread Django
#16789: use named urls in django.contrib.auth.urls -+- Reporter: wim@… | Owner: fcurella Type: | Status: new Cleanup/optimization | Com

Re: [Django] #3011: Allow for extendable auth_user module

2011-09-09 Thread Django
#3011: Allow for extendable auth_user module -+-- Reporter: nowell strite | Owner: nobody Type: New feature| Status: new Milestone: | Co

Re: [Django] #16704: Documentation on using csrf_token with non-Django template engine

2011-09-09 Thread Django
#16704: Documentation on using csrf_token with non-Django template engine --+--- Reporter: vietjtnguyen@… | Owner: paulcwatts Type: New feature | Status: new

Re: [Django] #12227: PREPEND_WWW breaks the test client

2011-09-09 Thread Django
#12227: PREPEND_WWW breaks the test client -+- Reporter: andybak| Owner: nobody Type: Bug| Status: new Milestone: | Component: T

Re: [Django] #14183: Geodjango models broken with pydoc

2011-09-09 Thread Django
#14183: Geodjango models broken with pydoc --+ Reporter: dzwarg | Owner: dariog Type: Bug | Status: closed Milestone: | Component: GIS

[Changeset] r16755 - django/branches/releases/1.3.X/docs/intro

2011-09-09 Thread noreply
Author: gabrielhurley Date: 2011-09-09 16:27:31 -0700 (Fri, 09 Sep 2011) New Revision: 16755 Modified: django/branches/releases/1.3.X/docs/intro/tutorial01.txt Log: [1.3.X] Fixed #16782 -- Corrected a broken cross-reference to the database engine setting in the tutorial. Thanks to mjumbewu for

Re: [Django] #16782: Link to other database backends in the tutorial is no longer functional (as of 1.3)

2011-09-09 Thread Django
#16782: Link to other database backends in the tutorial is no longer functional (as of 1.3) --+--- Reporter: mjumbewu@… | Owner: cmheisel Type: Bug | Status: closed

Re: [Django] #16789: use named urls in django.contrib.auth.urls

2011-09-09 Thread Django
#16789: use named urls in django.contrib.auth.urls -+- Reporter: wim@… | Owner: fcurella Type: | Status: new Cleanup/optimization | Com

Re: [Django] #16782: Link to other database backends in the tutorial is no longer functional (as of 1.3)

2011-09-09 Thread Django
#16782: Link to other database backends in the tutorial is no longer functional (as of 1.3) --+--- Reporter: mjumbewu@… | Owner: cmheisel Type: Bug | Status: closed

  1   2   3   >