Re: [Django] #17433: TestCase.assertFieldOutput documentation missing versionadded

2011-12-17 Thread Django
#17433: TestCase.assertFieldOutput documentation missing versionadded ---+ Reporter: dpifke |Owner: nobody Type: Bug| Status: new Component:

Re: [Django] #17433: TestCase.assertFieldOutput documentation missing versionadded

2011-12-17 Thread Django
#17433: TestCase.assertFieldOutput documentation missing versionadded ---+ Reporter: dpifke |Owner: nobody Type: Bug| Status: new Component:

Re: [Django] #16074: Class-based views clash get_context_data

2011-12-17 Thread Django
#16074: Class-based views clash get_context_data ---+ Reporter: emyller|Owner: tobias Type: Bug| Status: assigned Component: Generic views |

Re: [Django] #17432: url(r'^admin/', include('admin.site.urls')),

2011-12-17 Thread Django
#17432: url(r'^admin/', include('admin.site.urls')), ---+-- Reporter: info@… |Owner: nobody Type: Bug| Status: closed Component: contrib.admin |

Re: [Django] #17430: Clearly document the permissions model for the Django admin interface

2011-12-17 Thread Django
#17430: Clearly document the permissions model for the Django admin interface ---+-- Reporter: ncoghlan@… |Owner: nobody Type: Uncategorized | Status: new Component:

[Django] #17433: TestCase.assertFieldOutput documentation missing versionadded

2011-12-17 Thread Django
#17433: TestCase.assertFieldOutput documentation missing versionadded ---+ Reporter: dpifke | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: SVN Severity: Normal

[Django] #17432: url(r'^admin/', include('admin.site.urls')),

2011-12-17 Thread Django
#17432: url(r'^admin/', include('admin.site.urls')), ---+ Reporter: info@… | Owner: nobody Type: Bug| Status: new Component: contrib.admin |Version: 1.3 Severity: Normal |

Re: [Django] #16250: Error with new pyscopg2 2.4.2 release and tests

2011-12-17 Thread Django
#16250: Error with new pyscopg2 2.4.2 release and tests ---+ Reporter: anonymous |Owner: nobody Type: Bug| Status: closed Component: Testing

Re: [Django] #17430: Clearly document the permissions model for the Django admin interface

2011-12-17 Thread Django
#17430: Clearly document the permissions model for the Django admin interface ---+-- Reporter: ncoghlan@… |Owner: nobody Type: Uncategorized | Status: new Component:

Re: [Django] #5524: Cleaned form data should not be deleted if other data is invalid.

2011-12-17 Thread Django
#5524: Cleaned form data should not be deleted if other data is invalid. -+- Reporter: __hawkeye__ |Owner: aaugustin Type: Bug | Status: new Component: Forms

[Changeset] r17229 - django/trunk/django/core/serializers

2011-12-17 Thread noreply
Author: ramiro Date: 2011-12-17 15:00:41 -0800 (Sat, 17 Dec 2011) New Revision: 17229 Modified: django/trunk/django/core/serializers/json.py Log: Tweaked changes from r17228 to cater for older simplejson versions. dump() started accepting the `use_decimal` argument in 2.1.3. Refs #16850.

Re: [Django] #16850: Testsuite failing on JSON serialization

2011-12-17 Thread Django
#16850: Testsuite failing on JSON serialization -+- Reporter: Raphael Hertzog |Owner: nobody | Status: closed Type: Bug

[Changeset] r17228 - django/trunk/django/core/serializers

2011-12-17 Thread noreply
Author: ramiro Date: 2011-12-17 14:10:37 -0800 (Sat, 17 Dec 2011) New Revision: 17228 Modified: django/trunk/django/core/serializers/json.py Log: Fixed #16850 -- Made sure we always represent Decimal instances with JS strings when serializing. We force this when calling simplejson dump() to

Re: [Django] #16850: Testsuite failing on JSON serialization

2011-12-17 Thread Django
#16850: Testsuite failing on JSON serialization -+- Reporter: Raphael Hertzog |Owner: nobody | Status: closed Type: Bug

Re: [Django] #16919: Pass user to set_password_form in GET requests

2011-12-17 Thread Django
#16919: Pass user to set_password_form in GET requests --+ Reporter: jaimeirurzun |Owner: nobody Type: New feature | Status: new Component: contrib.auth |

[Django] #17431: Allow PasswordResetForm subclasses full control over email message to send

2011-12-17 Thread Django
#17431: Allow PasswordResetForm subclasses full control over email message to send --+ Reporter: ejucovy | Owner: nobody Type: New feature | Status: new Component: contrib.auth |Version: SVN

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

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

Re: [Django] #17005: Adding django.contrib.site.middleware ?

2011-12-17 Thread Django
#17005: Adding django.contrib.site.middleware ? ---+-- Reporter: jordan@… |Owner: krzysiumed Type: New feature| Status: assigned Component: contrib.sites |

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

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

Re: [Django] #17005: Adding django.contrib.site.middleware ?

2011-12-17 Thread Django
#17005: Adding django.contrib.site.middleware ? ---+-- Reporter: jordan@… |Owner: krzysiumed Type: New feature| Status: assigned Component: contrib.sites |

Re: [Django] #11228: FieldFile with check if file exists.

2011-12-17 Thread Django
#11228: FieldFile with check if file exists. -+- Reporter: hersonls |Owner: nobody Type: New feature | Status: closed Component: Database layer

Re: [Django] #9057: allow override of contrib.auth auto creation of permissions and superuser

2011-12-17 Thread Django
#9057: allow override of contrib.auth auto creation of permissions and superuser --+ Reporter: hvendelbo |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #8886: loaddata deserializes BooleanFields wrong for inheriting model

2011-12-17 Thread Django
#8886: loaddata deserializes BooleanFields wrong for inheriting model -+- Reporter: erichs@… |Owner: nobody Type: Bug | Status: closed

Re: [Django] #17005: Adding django.contrib.site.middleware ?

2011-12-17 Thread Django
#17005: Adding django.contrib.site.middleware ? ---+-- Reporter: jordan@… |Owner: krzysiumed Type: New feature| Status: assigned Component: contrib.sites |

Re: [Django] #17005: Adding django.contrib.site.middleware ?

2011-12-17 Thread Django
#17005: Adding django.contrib.site.middleware ? ---+-- Reporter: jordan@… |Owner: krzysiumed Type: New feature| Status: new Component: contrib.sites |

Re: [Django] #17005: Adding django.contrib.site.middleware ?

2011-12-17 Thread Django
#17005: Adding django.contrib.site.middleware ? ---+- Reporter: jordan@… |Owner: anonymous Type: New feature| Status: assigned Component: contrib.sites |

[Changeset] r17227 - django/trunk/tests/regressiontests/queries

2011-12-17 Thread noreply
Author: adrian Date: 2011-12-17 09:38:08 -0800 (Sat, 17 Dec 2011) New Revision: 17227 Modified: django/trunk/tests/regressiontests/queries/tests.py Log: Optimized an optimise Modified: django/trunk/tests/regressiontests/queries/tests.py

[Changeset] r17226 - in django/trunk: django/conf django/contrib/admin/static/admin/js/admin django/contrib/gis/geos/tests django/contrib/sessions django/core/management django/db/models/sql django/t

2011-12-17 Thread noreply
Author: adrian Date: 2011-12-17 09:37:24 -0800 (Sat, 17 Dec 2011) New Revision: 17226 Modified: django/trunk/django/conf/global_settings.py django/trunk/django/contrib/admin/static/admin/js/admin/ordering.js django/trunk/django/contrib/gis/geos/tests/test_geos.py

Re: [Django] #16850: Testsuite failing on JSON serialization

2011-12-17 Thread Django
#16850: Testsuite failing on JSON serialization -+- Reporter: Raphael Hertzog |Owner: nobody | Status: new Type: Bug

Re: [Django] #16250: Error with new pyscopg2 2.4.2 release and tests

2011-12-17 Thread Django
#16250: Error with new pyscopg2 2.4.2 release and tests ---+ Reporter: anonymous |Owner: nobody Type: Bug| Status: closed Component: Testing

Re: [Django] #10244: FileFields can't be set to NULL in the db

2011-12-17 Thread Django
#10244: FileFields can't be set to NULL in the db -+- Reporter: oyvind |Owner: nobody Type: Bug | Status: new Component: Database

[Django] #17430: Clearly document the permissions model for the Django admin interface

2011-12-17 Thread Django
#17430: Clearly document the permissions model for the Django admin interface ---+ Reporter: ncoghlan@… | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.3 Severity:

Re: [Django] #9104: FieldDoesNotExist is defined in "confusing" place.

2011-12-17 Thread Django
#9104: FieldDoesNotExist is defined in "confusing" place. -+- Reporter: telenieko|Owner: nobody Type: | Status: closed

Re: [Django] #13147: auth.UserCreationForm : unicity check on username not necessary

2011-12-17 Thread Django
#13147: auth.UserCreationForm : unicity check on username not necessary -+- Reporter: peyman |Owner: nobody Type: | Status: closed

[Changeset] r17225 - django/trunk/django/contrib/auth

2011-12-17 Thread noreply
Author: aaugustin Date: 2011-12-17 07:30:55 -0800 (Sat, 17 Dec 2011) New Revision: 17225 Modified: django/trunk/django/contrib/auth/forms.py Log: Explained why UserCreationForm performs custom validation of usernames. Refs #13147. Modified: django/trunk/django/contrib/auth/forms.py

Re: [Django] #13147: auth.UserCreationForm : unicity check on username not necessary

2011-12-17 Thread Django
#13147: auth.UserCreationForm : unicity check on username not necessary -+- Reporter: peyman |Owner: nobody Type: | Status: closed

Re: [Django] #12952: Models history doesn't use verbose names

2011-12-17 Thread Django
#12952: Models history doesn't use verbose names ---+ Reporter: acangiano |Owner: nobody Type: Bug| Status: new Component: contrib.admin |

Re: [Django] #12952: Models history doesn't use verbose names

2011-12-17 Thread Django
#12952: Models history doesn't use verbose names ---+ Reporter: acangiano |Owner: nobody Type: Bug| Status: new Component: contrib.admin |

Re: [Django] #12990: New Field Type: JSONField

2011-12-17 Thread Django
#12990: New Field Type: JSONField -+- Reporter: paltman |Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #12493: settings.configure silently allows TEMPLATE_DIRS configuration error

2011-12-17 Thread Django
#12493: settings.configure silently allows TEMPLATE_DIRS configuration error --+ Reporter: mckoss|Owner: gwilson Type: Cleanup/optimization | Status:

Re: [Django] #12165: Ability to use SQL functions in queries

2011-12-17 Thread Django
#12165: Ability to use SQL functions in queries -+- Reporter: premalshah |Owner: nobody Type: New feature | Status: closed Component: Database

Re: [Django] #17390: Describe how to do auth for Class Based Views in the main Auth docs

2011-12-17 Thread Django
#17390: Describe how to do auth for Class Based Views in the main Auth docs --+ Reporter: ncoghlan@…|Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #11372: Support setup.py develop

2011-12-17 Thread Django
#11372: Support setup.py develop -+- Reporter: kcarnold |Owner: nobody Type: New feature | Status: closed Component: Core (Other) |

Re: [Django] #11854: Add support of PostGIS's Azimuth function

2011-12-17 Thread Django
#11854: Add support of PostGIS's Azimuth function --+ Reporter: ckarrie |Owner: nobody Type: New feature | Status: new Component: GIS |

Re: [Django] #5524: Cleaned form data should not be deleted if other data is invalid.

2011-12-17 Thread Django
#5524: Cleaned form data should not be deleted if other data is invalid. -+ Reporter: __hawkeye__ |Owner: Type: Bug | Status: new Component: Forms|

Re: [Django] #17427: DatabaseWrapper no longer hashable-> failure in test_connections_thread_local

2011-12-17 Thread Django
#17427: DatabaseWrapper no longer hashable-> failure in test_connections_thread_local -+- Reporter: vsajip |Owner: nobody Type: Uncategorized|

Re: [Django] #11915: language range request should return sublanguage

2011-12-17 Thread Django
#11915: language range request should return sublanguage --+ Reporter: galund|Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #11903: WSGIRequest.path not quoted properly

2011-12-17 Thread Django
#11903: WSGIRequest.path not quoted properly -+- Reporter: ianb |Owner: fgallina Type: Bug | Status: closed Component: HTTP handling

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

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

Re: [Django] #9015: Signal Connection Decorators

2011-12-17 Thread Django
#9015: Signal Connection Decorators -+- Reporter: zvoase |Owner: brosner Type: New feature | Status: closed Component: Core (Other) |

Re: [Django] #17429: if ordering = None incorrect result

2011-12-17 Thread Django
#17429: if ordering = None incorrect result -+- Reporter: self@… |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #17426: Months in Spanish are written in lowercase

2011-12-17 Thread Django
#17426: Months in Spanish are written in lowercase -+- Reporter: opentia |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #11131: Add watchlist to Trac

2011-12-17 Thread Django
#11131: Add watchlist to Trac -+- Reporter: sampablokuper|Owner: nobody Type: New feature | Status: new Component: Djangoproject.com|

Re: [Django] #11816: defaults in genereated settings.py are absolute paths for template directories, media directories and media urls

2011-12-17 Thread Django
#11816: defaults in genereated settings.py are absolute paths for template directories, media directories and media urls -+- Reporter: Jacques Mattheij |Owner: nobody

Re: [Django] #11797: Test Client Response content form value parsing

2011-12-17 Thread Django
#11797: Test Client Response content form value parsing -+- Reporter: Rupe |Owner: Rupe Type: New feature | Status: closed Component:

Re: [Django] #11569: django.core.cache.backends.db has bad transaction handling

2011-12-17 Thread Django
#11569: django.core.cache.backends.db has bad transaction handling -+ Reporter: Glenn|Owner: nobody Type: Bug | Status: new

Re: [Django] #11166: {% widthratio 0 0 100 %} returns an empty string, rather than a 0

2011-12-17 Thread Django
#11166: {% widthratio 0 0 100 %} returns an empty string, rather than a 0 -+ Reporter: luddep |Owner: nobody Type: Bug | Status: closed Component:

[Changeset] r17224 - in django/trunk: django/template tests/regressiontests/templates

2011-12-17 Thread noreply
Author: aaugustin Date: 2011-12-17 02:27:14 -0800 (Sat, 17 Dec 2011) New Revision: 17224 Modified: django/trunk/django/template/defaulttags.py django/trunk/tests/regressiontests/templates/tests.py Log: Fixed #11166 -- {% widthratio %} should return 0 when the maximum is 0, no matter the

Re: [Django] #11166: {% widthratio 0 0 100 %} returns an empty string, rather than a 0

2011-12-17 Thread Django
#11166: {% widthratio 0 0 100 %} returns an empty string, rather than a 0 -+ Reporter: luddep |Owner: nobody Type: Bug | Status: new Component: