<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/widgets.py, branch 1.9.12</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.9.12</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.9.12'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-09-23T14:26:19Z</updated>
<entry>
<title>Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.</title>
<updated>2015-09-23T14:26:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-23T13:24:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7cb3a488436e8e7d0249280e95ba2ee945c96c87'/>
<id>urn:sha1:7cb3a488436e8e7d0249280e95ba2ee945c96c87</id>
<content type='text'>
Reverted "Fixes #24727 -- Prevented ClearableFileInput from masking
exceptions on Python 2" and added a regression test.

This reverts commit 5c412dd8a724b263489c1bd7a2fea381460665d7.
</content>
</entry>
<entry>
<title>Fixed #25124 -- Eased customization of SelectDateWidget subwidget.</title>
<updated>2015-07-15T14:21:39Z</updated>
<author>
<name>George Brocklehurst</name>
<email>george@georgebrock.com</email>
</author>
<published>2015-07-15T02:57:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48af591b2dd1f4c6b87558698f311dd7fe6dbbc0'/>
<id>urn:sha1:48af591b2dd1f4c6b87558698f311dd7fe6dbbc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25085 -- Overrode Select widget's __deepcopy__()</title>
<updated>2015-07-14T15:56:08Z</updated>
<author>
<name>Eric Carrillo</name>
<email>eric.carrillo@newcomlink.com</email>
</author>
<published>2015-07-09T00:03:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8ee6a3f1a855bf983639a14fc2393baa8ead741f'/>
<id>urn:sha1:8ee6a3f1a855bf983639a14fc2393baa8ead741f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allowed easier extendability of ChoiceFieldRenderer.</title>
<updated>2015-06-11T14:15:52Z</updated>
<author>
<name>TMFGravyHands</name>
<email>cthatcher@fool.com</email>
</author>
<published>2015-06-11T11:52:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=339c01fb7552feb8df125ef7e5420dae04fd913f'/>
<id>urn:sha1:339c01fb7552feb8df125ef7e5420dae04fd913f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unnecessary arguments in .get method calls</title>
<updated>2015-05-13T18:51:18Z</updated>
<author>
<name>Piotr Jakimiak</name>
<email>pj306228@students.mimuw.edu.pl</email>
</author>
<published>2015-05-13T18:51:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4157c502a5202798d0f73645181cb82aa71d34d9'/>
<id>urn:sha1:4157c502a5202798d0f73645181cb82aa71d34d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24497 -- Added Widget.supports_microseconds attribute</title>
<updated>2015-05-06T11:13:00Z</updated>
<author>
<name>wdmgsm</name>
<email>wdmgsm@yahoo.com</email>
</author>
<published>2015-04-08T15:59:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4dcc6493418c78db07761180bf6265f5b2bbccbf'/>
<id>urn:sha1:4dcc6493418c78db07761180bf6265f5b2bbccbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2</title>
<updated>2015-05-04T13:44:18Z</updated>
<author>
<name>Antonio Garcia-Dominguez</name>
<email>antonio.garciadominguez@uca.es</email>
</author>
<published>2015-04-29T15:38:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5c412dd8a724b263489c1bd7a2fea381460665d7'/>
<id>urn:sha1:5c412dd8a724b263489c1bd7a2fea381460665d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed cases of six.iter* wrapped in a list()</title>
<updated>2015-04-18T13:29:29Z</updated>
<author>
<name>Curtis Maloney</name>
<email>curtis@tinbrain.net</email>
</author>
<published>2015-04-17T14:25:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=14ecbd02a337c15ffd0c319d14a56bf21127f42c'/>
<id>urn:sha1:14ecbd02a337c15ffd0c319d14a56bf21127f42c</id>
<content type='text'>
There's absolutely no advantage [and a mild performance hit] to using six.iter*
in these cases.
</content>
</entry>
<entry>
<title>Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates.</title>
<updated>2015-03-27T23:46:20Z</updated>
<author>
<name>Moritz Sichert</name>
<email>moritz.sichert@googlemail.com</email>
</author>
<published>2015-03-18T20:42:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1f2abf784a9fe550959de242d91963b2ad6f7e9c'/>
<id>urn:sha1:1f2abf784a9fe550959de242d91963b2ad6f7e9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templates.</title>
<updated>2015-03-18T13:11:01Z</updated>
<author>
<name>Moritz Sichert</name>
<email>moritz.sichert@googlemail.com</email>
</author>
<published>2015-03-10T20:21:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6bff3439894ac22d80f270f36513fc86586273f3'/>
<id>urn:sha1:6bff3439894ac22d80f270f36513fc86586273f3</id>
<content type='text'>
</content>
</entry>
</feed>
