<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/widgets.py, branch archive/soc2009/model-validation</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fmodel-validation</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fmodel-validation'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-01-04T01:06:26Z</updated>
<entry>
<title>[soc2009/model-validation] Merged to trunk at r12070</title>
<updated>2010-01-04T01:06:26Z</updated>
<author>
<name>Honza Král</name>
<email>honza.kral@gmail.com</email>
</author>
<published>2010-01-04T01:06:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ffd5564a87c5c8e5d5e1e201ae3462807b955efc'/>
<id>urn:sha1:ffd5564a87c5c8e5d5e1e201ae3462807b955efc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@12073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/model-validation] Merget to trunk at r12009</title>
<updated>2009-12-28T16:35:23Z</updated>
<author>
<name>Honza Král</name>
<email>honza.kral@gmail.com</email>
</author>
<published>2009-12-28T16:35:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f911df19a455246198b0c8c81ab96bf2abec04f8'/>
<id>urn:sha1:f911df19a455246198b0c8c81ab96bf2abec04f8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@12014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/model-validation] Merged to trunk at r11499</title>
<updated>2009-09-11T21:23:55Z</updated>
<author>
<name>Honza Král</name>
<email>honza.kral@gmail.com</email>
</author>
<published>2009-09-11T21:23:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9222091de8fa2fcb4fedd74ac99b65c88d295135'/>
<id>urn:sha1:9222091de8fa2fcb4fedd74ac99b65c88d295135</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@11513 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 #10774: accessing form media types in templates (i.e. ``{{ form.media.js }}``) now works. Thanks, tarequeh and Alex Gaynor.</title>
<updated>2009-04-10T17:07:25Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-10T17:07:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=95f5e4a8daceb351b8e12b52489d37f1408b140b'/>
<id>urn:sha1:95f5e4a8daceb351b8e12b52489d37f1408b140b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a bug introduced by [10316].</title>
<updated>2009-04-01T14:45:39Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-01T14:45:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6474092e9a55af5e5096bf934e17fe6371181cf0'/>
<id>urn:sha1:6474092e9a55af5e5096bf934e17fe6371181cf0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now have the beginnings of a test suite for FormWizard. Thanks, Keith Bussell.</title>
<updated>2009-04-01T14:13:43Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-01T14:13:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=da0c6908e8b55af37862eb643365ac6fb83e948b'/>
<id>urn:sha1:da0c6908e8b55af37862eb643365ac6fb83e948b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8962 -- Consistently support format and input_format in the various (individual, combined, split) date and time form fields and widgets.</title>
<updated>2009-03-22T16:13:06Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2009-03-22T16:13:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=14b160957e2965669e241f4640dd42a0fc412ec4'/>
<id>urn:sha1:14b160957e2965669e241f4640dd42a0fc412ec4</id>
<content type='text'>
Many thanks to Tai Lee for doing all the work here.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@10115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9294 -- Removed a (harmless) double conversion to unicode in one form</title>
<updated>2008-10-05T08:51:14Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-10-05T08:51:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e1b7211083f6b1b8a4bc5c9f391c416b2ab5b7ab'/>
<id>urn:sha1:e1b7211083f6b1b8a4bc5c9f391c416b2ab5b7ab</id>
<content type='text'>
widget. Patch from nkilday.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9145 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8828 -- Trimmed some trailing whitespace that might have been causing a</title>
<updated>2008-09-03T06:22:28Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-09-03T06:22:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1794446b28981a6c6418eb05445fcc44990e43a9'/>
<id>urn:sha1:1794446b28981a6c6418eb05445fcc44990e43a9</id>
<content type='text'>
problem for Google AppEngine.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
