<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/forms, branch archive/soc2009/http-wsgi-improvements</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-05-10T07:44:27Z</updated>
<entry>
<title>Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty option when the underlying field has blank=False and there is a default value available. Thanks to carljm for the report and patch.</title>
<updated>2009-05-10T07:44:27Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-05-10T07:44:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5663258de13975e28406233328a9e51c8bc1b768'/>
<id>urn:sha1:5663258de13975e28406233328a9e51c8bc1b768</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10729 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Make sure that all uses of max_length in the test suite use values smaller than 255. If we use max_length &gt; 255 the test suite can't be run on MySQL 4.</title>
<updated>2009-05-07T18:06:22Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-07T18:06:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7caf21aa2ebfa5f696fde1fb7e5c11fafb2ef050'/>
<id>urn:sha1:7caf21aa2ebfa5f696fde1fb7e5c11fafb2ef050</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10697 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' and '0' as valid inputs. Thanks to psagers for the patch.</title>
<updated>2009-05-02T14:52:34Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-05-02T14:52:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f6cca736a0e1a0ac19e65fb52fa224c1c0d258fd'/>
<id>urn:sha1:f6cca736a0e1a0ac19e65fb52fa224c1c0d258fd</id>
<content type='text'>
This is required to support the use of non-default form widgets such as RadioSelect when the data comes from MySQL, which uses 1/0 to represent booleans.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be callables. Thanks to fas for the report and patch.</title>
<updated>2009-05-02T07:03:33Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-05-02T07:03:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fbf5eaac9460a0f97187b80c9ac16b9aa023802e'/>
<id>urn:sha1:fbf5eaac9460a0f97187b80c9ac16b9aa023802e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the formset is empty. Thanks to Petr Marhoun for the report and test case, and bmathieu for the fix.</title>
<updated>2009-04-28T14:17:18Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-28T14:17:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ba9df2f41cd649b42f5d7452aa2393aa6131f32'/>
<id>urn:sha1:2ba9df2f41cd649b42f5d7452aa2393aa6131f32</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10643 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, TimeInput, and SplitDateTimeWidget when a custom date/time format is in use. Thanks to Koen Biermans for the report and patch.</title>
<updated>2009-04-28T13:19:30Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-28T13:19:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6312de027911104825adbb0c553b4c5bfeb96b39'/>
<id>urn:sha1:6312de027911104825adbb0c553b4c5bfeb96b39</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10641 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Schlapsi.</title>
<updated>2009-04-18T17:35:53Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-18T17:35:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=002e3fd9e46a3914f974dbfaf546c968f8d8f5d2'/>
<id>urn:sha1:002e3fd9e46a3914f974dbfaf546c968f8d8f5d2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10584 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10363 -- Modified ModelForm handling to ensure that excluded fields can't be saved onto the model. Thanks to jgoldberg for the report, an Alex Gaynor for the fix.</title>
<updated>2009-04-16T14:26:08Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-16T14:26:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=419ed444360cd9b843253f3901a96d41b003251e'/>
<id>urn:sha1:419ed444360cd9b843253f3901a96d41b003251e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10575 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL analog of #9890). Thanks to kratorius for the report and fix.</title>
<updated>2009-04-16T14:25:18Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-16T14:25:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6590061a005b8772baee1a94d7799bcb58d9841d'/>
<id>urn:sha1:6590061a005b8772baee1a94d7799bcb58d9841d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10574 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9890 -- Modified the regex validation for email addresses to match RFC822/1035. Thanks to ozgur for the report, and kratorius for the patch.</title>
<updated>2009-04-16T14:24:27Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-04-16T14:24:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48b459a83e40aa6dae588f114d68f54b95e860de'/>
<id>urn:sha1:48b459a83e40aa6dae588f114d68f54b95e860de</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
