<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/forms/widgets.py, branch 1.7.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-11-16T13:20:56Z</updated>
<entry>
<title>Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch.</title>
<updated>2010-11-16T13:20:56Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-11-16T13:20:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8bafde1229fdebb48383449de9bcadde06451816'/>
<id>urn:sha1:8bafde1229fdebb48383449de9bcadde06451816</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.</title>
<updated>2010-10-11T12:55:17Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-10-11T12:55:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=121d2e36785dc0ce8e7d1c48883fc7b719b21afc'/>
<id>urn:sha1:121d2e36785dc0ce8e7d1c48883fc7b719b21afc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks for report and patch, jarrow and Carl Meyer.</title>
<updated>2010-10-01T02:02:58Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-10-01T02:02:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=392d992f8295f96632179e01e790465cc9c8d3ec'/>
<id>urn:sha1:392d992f8295f96632179e01e790465cc9c8d3ec</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no longer required.  Thanks vaxXxa for bug report and patch.</title>
<updated>2010-09-11T21:26:19Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2010-09-11T21:26:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4311402216f92047a4586990f989b39d698e73a8'/>
<id>urn:sha1:4311402216f92047a4586990f989b39d698e73a8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13316 -- Modified the default behavior of PasswordInput to prevent reflecting passwords on form failure. Thanks to clouserw for the report.</title>
<updated>2010-08-06T14:25:58Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-08-06T14:25:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d3ba8cb88b2f3939398c9c54e5aa5c6e7495e56f'/>
<id>urn:sha1:d3ba8cb88b2f3939398c9c54e5aa5c6e7495e56f</id>
<content type='text'>
Although this changes nothing at a functional level, this is BACKWARDS INCOMPATIBLE from a UX perspective for anyone that wants passwords to be reflected to the user on form failure. See the 1.3 release notes for details.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13498 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13560 -- Fixed localization of widgets.</title>
<updated>2010-05-21T14:07:54Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-05-21T14:07:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b057a8b247d14328f058b8bc89da0519516ced82'/>
<id>urn:sha1:b057a8b247d14328f058b8bc89da0519516ced82</id>
<content type='text'>
Particularly this fixes the SplitDateTimeField and the AdminDateWidget by localizating the widget's value in its render method instead of the form field. Thanks to David Danier for the report and Russell for help with the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch.</title>
<updated>2010-05-04T14:00:30Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-05-04T14:00:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5211f48ae3cc0d87a260dbf5c3ab8bdae664c4b6'/>
<id>urn:sha1:5211f48ae3cc0d87a260dbf5c3ab8bdae664c4b6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12048 - MultiWidget does not define `__deepcopy__`</title>
<updated>2010-03-09T22:52:04Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2010-03-09T22:52:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e316b8b981344c6f4663ddcec268e995db61202e'/>
<id>urn:sha1:e316b8b981344c6f4663ddcec268e995db61202e</id>
<content type='text'>
Thanks to powderflask for report, test case and initial patch



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12858. DateTime related widgets now handle custom formats properly in _has_changed. Thanks for the initial patch, camillo.</title>
<updated>2010-03-07T03:33:07Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-03-07T03:33:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5beb5f73722f7807f2be4e95b2fbe4a0e5dcd232'/>
<id>urn:sha1:5beb5f73722f7807f2be4e95b2fbe4a0e5dcd232</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12698 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect differences between None and False. Thanks, matiasb.</title>
<updated>2010-02-23T14:17:42Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-02-23T14:17:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=871a99c948bcfe7e59bf93df4bcd00cffcbf94f2'/>
<id>urn:sha1:871a99c948bcfe7e59bf93df4bcd00cffcbf94f2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
