Re: [Django] #15838: assertFieldOutput should be integrated to the general test framework

2011-08-13 Thread Django
#15838: assertFieldOutput should be integrated to the general test framework -+- Reporter: julien | Owner: nobody Type: New| Status: new feature

[Django] #16628: Provide a class to hold application-based settings

2011-08-13 Thread Django
#16628: Provide a class to hold application-based settings -+-- Reporter: AzMoo| Owner: nobody Type: New feature | Status: new Milestone: | Component: Core (Other) Version: 1.3 |

Re: [Django] #2443: Add IntervalField to database models

2011-08-13 Thread Django
#2443: Add IntervalField to database models -+- Reporter: | Owner: Adys ben.tucker@… | Status: new Type: New| Component: Da

Re: [Django] #2443: Add IntervalField to database models

2011-08-13 Thread Django
#2443: Add IntervalField to database models -+- Reporter: | Owner: Adys ben.tucker@… | Status: new Type: New| Component: Da

Re: [Django] #11665: django.test.TestCase should flush constraints

2011-08-13 Thread Django
#11665: django.test.TestCase should flush constraints +--- Reporter: Glenn | Owner: Type: Bug | Status: new Milestone:| Component: Test

Re: [Django] #16626: login_required attribute in class-based Generic Views

2011-08-13 Thread Django
#16626: login_required attribute in class-based Generic Views -+- Reporter: szczav | Owner: nobody Type: New| Status: closed feature

Re: [Django] #4102: Allow UPDATE of only specific fields in model.save()

2011-08-13 Thread Django
#4102: Allow UPDATE of only specific fields in model.save() -+- Reporter: Collin | Owner: cgrady Grady| Status: new Type: New| Compon

Re: [Django] #15838: assertFieldOutput should be integrated to the general test framework

2011-08-13 Thread Django
#15838: assertFieldOutput should be integrated to the general test framework ---+--- Reporter: julien | Owner: nobody Type: New feature | Status: new Miles

Re: [Django] #2259: PK Change creates new object instead of update

2011-08-13 Thread Django
#2259: PK Change creates new object instead of update -+- Reporter: ed@… | Owner: nobody Type: Bug| Status: reopened Milestone: |

Re: [Django] #16393: CookieWizard incompatible with simlejson 2.0.9

2011-08-13 Thread Django
#16393: CookieWizard incompatible with simlejson 2.0.9 +--- Reporter: kmtracey | Owner: nobody Type: Bug | Status: new Milestone:| Compone

Re: [Django] #16592: In MySQL, table names in unmanaged intermediate models are being lower cased

2011-08-13 Thread Django
#16592: In MySQL, table names in unmanaged intermediate models are being lower cased +--- Reporter: jsdalton | Owner: nobody Type: Bug | Status: new Milest

Re: [Django] #16622: django.test.TestCase slow using PostgreSQL 8.4.4

2011-08-13 Thread Django
#16622: django.test.TestCase slow using PostgreSQL 8.4.4 --+--- Reporter: valhallasw | Owner: nobody Type: Bug | Status: new Milestone: |

Re: [Django] #6644: FormPreview doesn't pass tests

2011-08-13 Thread Django
#6644: FormPreview doesn't pass tests -+- Reporter: |Owner: simeon alfred.einstein@… | Status: closed Type: Bug|Component: contrib.f

Re: [Django] #16360: Add a standard entrypoint for WSGI to project template

2011-08-13 Thread Django
#16360: Add a standard entrypoint for WSGI to project template ---+-- Reporter: jezdez | Owner: nobody Type: New feature | Status: new Milestone: 1.4

Re: [Django] #10343: Need a way to access widgets individually contained within a MultiWidget

2011-08-13 Thread Django
#10343: Need a way to access widgets individually contained within a MultiWidget -+- Reporter: | Owner: nobody chewinggumking | Status: new

Re: [Django] #4102: Allow UPDATE of only specific fields in model.save()

2011-08-13 Thread Django
#4102: Allow UPDATE of only specific fields in model.save() -+- Reporter: Collin | Owner: cgrady Grady| Status: new Type: New| Compon

[Changeset] r16615 - in django/trunk: . docs/ref docs/ref/contrib docs/ref/contrib/admin docs/ref/contrib/formtools docs/ref/contrib/gis docs/ref/forms docs/releases docs/topics/forms

2011-08-13 Thread noreply
Author: jezdez Date: 2011-08-13 04:58:19 -0700 (Sat, 13 Aug 2011) New Revision: 16615 Modified: django/trunk/AUTHORS django/trunk/docs/ref/contrib/admin/index.txt django/trunk/docs/ref/contrib/csrf.txt django/trunk/docs/ref/contrib/flatpages.txt django/trunk/docs/ref/contrib/formtoo

Re: [Django] #16621: typos in documentation

2011-08-13 Thread Django
#16621: typos in documentation -+- Reporter: | Owner: nobody BernhardEssl | Status: closed Type: | Component: Documentat

[Changeset] r16614 - in django/trunk: django/db/models/fields tests/regressiontests/model_fields

2011-08-13 Thread noreply
Author: jezdez Date: 2011-08-13 04:53:42 -0700 (Sat, 13 Aug 2011) New Revision: 16614 Modified: django/trunk/django/db/models/fields/__init__.py django/trunk/tests/regressiontests/model_fields/models.py django/trunk/tests/regressiontests/model_fields/tests.py Log: Fixed #14695 -- Stopped

Re: [Django] #14695: Field's `name` kwarg gets paved over

2011-08-13 Thread Django
#14695: Field's `name` kwarg gets paved over -+- Reporter: erikrose | Owner: nobody Type: Bug| Status: closed Milestone: | Componen

Re: [Django] #16613: manage.py test fails on database creation (MySQL)

2011-08-13 Thread Django
#16613: manage.py test fails on database creation (MySQL) -+- Reporter: Stan | Owner: nobody | Status: closed Type: Bug| Component: Unc

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

2011-08-13 Thread noreply
Author: jezdez Date: 2011-08-13 04:53:33 -0700 (Sat, 13 Aug 2011) New Revision: 16613 Modified: django/trunk/django/db/backends/mysql/base.py Log: Fixed #16613 -- Fixed test for introspected foreign keys in the MySQL backend if ANSI_QUOTES SQL mode is enabled. Thanks, Stan. Modified: django/t

Re: [Django] #16606: Typo in csrf docs

2011-08-13 Thread Django
#16606: Typo in csrf docs -+- Reporter: selwin | Owner: nobody Type: | Status: closed Cleanup/optimization | Component: Documentation

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

2011-08-13 Thread noreply
Author: timo Date: 2011-08-13 04:25:57 -0700 (Sat, 13 Aug 2011) New Revision: 16612 Modified: django/trunk/docs/ref/contrib/csrf.txt Log: Fixed #16606 - Typo in docs/ref/contrib/csrf.txt; thanks selwin. Modified: django/trunk/docs/ref/contrib/csrf.txt ==

Re: [Django] #16627: Warning when building the docs

2011-08-13 Thread Django
#16627: Warning when building the docs -+- Reporter: aaugustin | Owner: nobody Type: Bug| Status: closed Milestone: | Component: Do

[Changeset] r16611 - django/trunk/docs/topics/http

2011-08-13 Thread noreply
Author: jezdez Date: 2011-08-13 04:23:13 -0700 (Sat, 13 Aug 2011) New Revision: 16611 Modified: django/trunk/docs/topics/http/views.txt Log: Fixed #16627 -- Fixed docs build warning. Modified: django/trunk/docs/topics/http/views.txt =

Re: [Django] #16591: Bad reference to YEAR_CHOICES

2011-08-13 Thread Django
#16591: Bad reference to YEAR_CHOICES -+- Reporter: | Owner: elbarto santi.romero@… | Status: new Type: Bug| Component: Docum

Re: [Django] #16627: Warning when building the docs

2011-08-13 Thread Django
#16627: Warning when building the docs -+- Reporter: aaugustin | Owner: nobody Type: Bug| Status: new Milestone: | Component: Docum

[Django] #16627: Warning when building the docs

2011-08-13 Thread Django
#16627: Warning when building the docs ---+- Reporter: aaugustin |Owner: nobody Type: Bug| Status: new Milestone: |Component: Documentati

Re: [Django] #16591: Bad reference to YEAR_CHOICES

2011-08-13 Thread Django
#16591: Bad reference to YEAR_CHOICES -+- Reporter: | Owner: elbarto santi.romero@… | Status: new Type: Bug| Component: Docum

Re: [Django] #15095: django-admin.py createconfig /path/to/settings.py

2011-08-13 Thread Django
#15095: django-admin.py createconfig /path/to/settings.py -+- Reporter: | Owner: nobody frankwiles | Status: new Type: New|

Re: [Django] #16622: django.test.TestCase slow using PostgreSQL 8.4.4

2011-08-13 Thread Django
#16622: django.test.TestCase slow using PostgreSQL 8.4.4 --+--- Reporter: valhallasw | Owner: nobody Type: Bug | Status: new Milestone: |

Re: [Django] #16393: CookieWizard incompatible with simlejson 2.0.9

2011-08-13 Thread Django
#16393: CookieWizard incompatible with simlejson 2.0.9 +--- Reporter: kmtracey | Owner: nobody Type: Bug | Status: new Milestone:| Compone

Re: [Django] #16393: CookieWizard incompatible with simlejson 2.0.9

2011-08-13 Thread Django
#16393: CookieWizard incompatible with simlejson 2.0.9 + Reporter: kmtracey | Owner: nobody Type: Bug | Status: new Milestone:| Component: Forms