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

2011-11-06 Thread noreply
Author: julien Date: 2011-11-06 23:41:24 -0800 (Sun, 06 Nov 2011) New Revision: 17076 Modified: django/trunk/django/forms/fields.py django/trunk/tests/regressiontests/forms/tests/fields.py Log: Fixed #17125 -- Made it possible to change a `RegexField`'s regular expression validator after it

Re: [Django] #17125: The regex of an existing RegexField cannot be changed

2011-11-06 Thread Django
#17125: The regex of an existing RegexField cannot be changed -+- Reporter: claudep |Owner: nobody Type: New feature | Status: closed Component: Forms|

Re: [Django] #17125: The regex of an existing RegexField cannot be changed

2011-11-06 Thread Django
#17125: The regex of an existing RegexField cannot be changed -+- Reporter: claudep |Owner: nobody Type: New feature | Status: new Component: Forms|

Re: [Django] #17174: The docs should mention, that MySql doesn't support microseconds

2011-11-06 Thread Django
#17174: The docs should mention, that MySql doesn't support microseconds ---+-- Reporter: jammon |Owner: nobody Type: New feature| Status: new Component: Document

[Django] #17174: The docs should mention, that MySql doesn't support microseconds

2011-11-06 Thread Django
#17174: The docs should mention, that MySql doesn't support microseconds ---+ Reporter: jammon | Owner: nobody Type: New feature| Status: new Component: Documentation |Version: 1.3 Severity: Norm

Re: [Django] #16959: Enhanced MultiWidget rendering using a layout

2011-11-06 Thread Django
#16959: Enhanced MultiWidget rendering using a layout -+- Reporter: maraujop |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #17159: Paginator.Page() should throw an exception for invalid [next|previous]_page_number()

2011-11-06 Thread Django
#17159: Paginator.Page() should throw an exception for invalid [next|previous]_page_number() +-- Reporter: mehta.apurva@… |Owner: mehta.apurva@… Type: New feature | St

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

2011-11-06 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 |

Re: [Django] #17159: Paginator.Page() should throw an exception for invalid [next|previous]_page_number()

2011-11-06 Thread Django
#17159: Paginator.Page() should throw an exception for invalid [next|previous]_page_number() +-- Reporter: mehta.apurva@… |Owner: mehta.apurva@… Type: Bug | St

Re: [Django] #16986: Model.clean cannot report errors on individual fields

2011-11-06 Thread Django
#16986: Model.clean cannot report errors on individual fields -+ Reporter: davidfstr|Owner: nobody Type: New feature | Status: new Component: Forms|

[Changeset] r17075 - django/trunk/tests/regressiontests/urlpatterns_reverse

2011-11-06 Thread noreply
Author: SmileyChris Date: 2011-11-06 17:09:13 -0800 (Sun, 06 Nov 2011) New Revision: 17075 Modified: django/trunk/tests/regressiontests/urlpatterns_reverse/included_namespace_urls.py django/trunk/tests/regressiontests/urlpatterns_reverse/namespace_urls.py django/trunk/tests/regressiontes

Re: [Django] #17173: Add a unit test for reverse('namespace:name') -> URL with special regexp chars.

2011-11-06 Thread Django
#17173: Add a unit test for reverse('namespace:name') -> URL with special regexp chars. ---+ Reporter: kaiser.yann@… | Owner: nobody Type: New feature| Status: closed Component: Uncategorized |Version: SV

[Django] #17173: Add a unit test for reverse('namespace:name') -> URL with special regexp chars.

2011-11-06 Thread Django
#17173: Add a unit test for reverse('namespace:name') -> URL with special regexp chars. ---+ Reporter: kaiser.yann@… | Owner: nobody Type: New feature| Status: new Component: Uncategorized |Version: SVN

Re: [Django] #17172: was_published_today.short_description is causing problems

2011-11-06 Thread Django
#17172: was_published_today.short_description is causing problems ---+-- Reporter: olnait@… |Owner: nobody Type: Bug| Status: closed Component: Documentati

[Django] #17172: was_published_today.short_description is causing problems

2011-11-06 Thread Django
#17172: was_published_today.short_description is causing problems ---+ Reporter: olnait@… | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: 1.3 Severity: Normal

Re: [Django] #17165: SelectDateWidget does not work correctly with has_changed()

2011-11-06 Thread Django
#17165: SelectDateWidget does not work correctly with has_changed() -+- Reporter: rene@… |Owner: nobody Type: Bug | Status: closed Compo

Re: [Django] #11857: TemporaryFile class is missing the closed - attribute

2011-11-06 Thread Django
#11857: TemporaryFile class is missing the closed - attribute --+ Reporter: andi100 |Owner: petar Type: Bug | Status: assigned Componen

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

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

Re: [Django] #17171: No updated tutorial for django 1.3.1

2011-11-06 Thread Django
#17171: No updated tutorial for django 1.3.1 --+ Reporter: haimunt@… |Owner: nobody Type: Cleanup/optimization | Status: closed Component: Documentation

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

2011-11-06 Thread noreply
Author: carljm Date: 2011-11-06 08:59:26 -0800 (Sun, 06 Nov 2011) New Revision: 17074 Modified: django/branches/releases/1.3.X/docs/intro/tutorial02.txt django/branches/releases/1.3.X/docs/intro/tutorial03.txt django/branches/releases/1.3.X/docs/intro/tutorial04.txt Log: [1.3.X] Fixed #17

Re: [Django] #17171: No updated tutorial for django 1.3.1

2011-11-06 Thread Django
#17171: No updated tutorial for django 1.3.1 -+- Reporter: haimunt@…|Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #17171: No updated tutorial for django 1.3.1

2011-11-06 Thread Django
#17171: No updated tutorial for django 1.3.1 -+- Reporter: haimunt@…|Owner: nobody Type: | Status: new Cleanup/optimization

[Changeset] r17073 - django/trunk/docs/intro

2011-11-06 Thread noreply
Author: carljm Date: 2011-11-06 08:58:04 -0800 (Sun, 06 Nov 2011) New Revision: 17073 Modified: django/trunk/docs/intro/tutorial03.txt django/trunk/docs/intro/tutorial04.txt Log: Refs #17171 -- Updated tutorial sections 3 and 4 to follow the startproject template and consistently use url()

Re: [Django] #17171: No updated tutorial for django 1.3.1

2011-11-06 Thread Django
#17171: No updated tutorial for django 1.3.1 -+- Reporter: haimunt@…|Owner: nobody Type: | Status: new Cleanup/optimization

[Django] #17171: No updated tutorial for django 1.3.1

2011-11-06 Thread Django
#17171: No updated tutorial for django 1.3.1 --+- Reporter: haimunt@… | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: 1.3-rc1

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

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

Re: [Django] #17165: SelectDateWidget does not work correctly with has_changed()

2011-11-06 Thread Django
#17165: SelectDateWidget does not work correctly with has_changed() -+- Reporter: rene@… |Owner: nobody Type: Bug | Status: closed Compo

Re: [Django] #11313: list_editable fields don't support 'save' in multiuser environment

2011-11-06 Thread Django
#11313: list_editable fields don't support 'save' in multiuser environment +-- Reporter: margieroginski |Owner: nobody Type: New feature | Status: reopened Component:

Re: [Django] #17118: list_editable will update wrong rows on a multiuser system if pagination is enabled

2011-11-06 Thread Django
#17118: list_editable will update wrong rows on a multiuser system if pagination is enabled -+- Reporter: emilianodelvalle@… |Owner: nobody Type: Bug |

Re: [Django] #17170: django.forms.fields.CharField.widget_attrs wrong return

2011-11-06 Thread Django
#17170: django.forms.fields.CharField.widget_attrs wrong return +-- Reporter: tsabi |Owner: nobody Type: Bug | Status: new Component: Forms | Version: 1

[Django] #17170: django.forms.fields.CharField.widget_attrs wrong return

2011-11-06 Thread Django
#17170: django.forms.fields.CharField.widget_attrs wrong return + Reporter: tsabi | Owner: nobody Type: Bug | Status: new Component: Forms |Version: 1.3 Severity: Normal | Keywords:

Re: [Django] #6148: Add generic support for database schemas

2011-11-06 Thread Django
#6148: Add generic support for database schemas -+- Reporter: ikelly |Owner: Type: New feature | Status: new Component: Database layer |

Re: [Django] #17169: Typo in the tutorial, misleading?

2011-11-06 Thread Django
#17169: Typo in the tutorial, misleading? ---+-- Reporter: elgin@…|Owner: nobody Type: Bug| Status: closed Component: Documentation | Ve

Re: [Django] #17148: WizardView uses get_context_data incorrectly

2011-11-06 Thread Django
#17148: WizardView uses get_context_data incorrectly -+- Reporter: bradley.ayers@… |Owner: nobody Type: Bug | Status: new Component: contrib.for