<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/widgets.py, branch 1.6.5</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.6.5</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.6.5'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-09-10T19:29:31Z</updated>
<entry>
<title>[1.6.x] Took advantage of django.utils.six.moves.urllib.*.</title>
<updated>2013-09-10T19:29:31Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-09-05T19:38:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f9f792eb04dfd48d93682070583f473166b490ae'/>
<id>urn:sha1:f9f792eb04dfd48d93682070583f473166b490ae</id>
<content type='text'>
Backport of 6a6428a36 from master.
</content>
</entry>
<entry>
<title>[1.6.x] Fixed #20850 -- Added MultiWidget.needs_multipart_form</title>
<updated>2013-08-05T14:13:48Z</updated>
<author>
<name>Tim Heap</name>
<email>tim@ionata.com.au</email>
</author>
<published>2013-08-05T14:01:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=891cdf120a0751b71eb534e14f814f574904ec44'/>
<id>urn:sha1:891cdf120a0751b71eb534e14f814f574904ec44</id>
<content type='text'>
Backport of 75c87e2d38 from master
</content>
</entry>
<entry>
<title>Removed several unused imports.</title>
<updated>2013-06-19T15:18:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-06-19T15:18:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ffcf24c9ce781a7c194ed8722b850e7873922f6b'/>
<id>urn:sha1:ffcf24c9ce781a7c194ed8722b850e7873922f6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced an antiquated pattern.</title>
<updated>2013-05-17T16:08:58Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-05-17T14:33:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c487b5974ee7e7f196079611d7352364e8873ed'/>
<id>urn:sha1:9c487b5974ee7e7f196079611d7352364e8873ed</id>
<content type='text'>
Thanks Lennart Regebro for pointing it out.
</content>
</entry>
<entry>
<title>Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect</title>
<updated>2013-04-13T14:37:27Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2013-04-13T00:02:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ac4dbd7b53d187ca54f28e247d3a120660938ca'/>
<id>urn:sha1:9ac4dbd7b53d187ca54f28e247d3a120660938ca</id>
<content type='text'>
I refactored RadioSelect and CheckboxSelectMultiple to
make them inherit from a base class, allowing them to share
the behavior of being able to iterate over their subwidgets.

Thanks to Matt McClanahan for the initial patch and to
Claude Paroz for the review.
</content>
</entry>
<entry>
<title>Fixed #4117: Apply id attribute to the outer &lt;ul&gt; of RadioSelect</title>
<updated>2013-04-13T10:23:25Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2013-04-12T21:22:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c4186c2fec6f5418c81366a911792bf5295db494'/>
<id>urn:sha1:c4186c2fec6f5418c81366a911792bf5295db494</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19874: Apply id attribute to the outer &lt;ul&gt; of CheckboxSelectMultiple</title>
<updated>2013-04-13T09:09:47Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2013-04-07T08:37:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=844fbc85c1d419ed7ecbb7208bd392c1770ea72d'/>
<id>urn:sha1:844fbc85c1d419ed7ecbb7208bd392c1770ea72d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19464 -- Eased customization of ClearableFileInput's link markup</title>
<updated>2013-03-04T16:03:48Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-03-03T22:25:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=51cc7029b96d028989e92a185a2f88b89283d287'/>
<id>urn:sha1:51cc7029b96d028989e92a185a2f88b89283d287</id>
<content type='text'>
Thanks rubyruy for the report and the patch.
</content>
</entry>
<entry>
<title>Fixed #19686 -- Added HTML5 number input type</title>
<updated>2013-02-23T09:18:08Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-23T08:45:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7ec2a21be15af5b2c7513482c3bcfdd1e12782ed'/>
<id>urn:sha1:7ec2a21be15af5b2c7513482c3bcfdd1e12782ed</id>
<content type='text'>
Thanks Simon Charette for his help on the patch. Refs #16630.
</content>
</entry>
<entry>
<title>Added HTML5 url input type</title>
<updated>2013-01-28T21:11:00Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-28T13:24:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f7394d2c32b4b4717066f254adaa513d08ab32a4'/>
<id>urn:sha1:f7394d2c32b4b4717066f254adaa513d08ab32a4</id>
<content type='text'>
Refs #16630.
</content>
</entry>
</feed>
