<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/forms/widgets.txt, branch 1.4.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-16T23:25:22Z</updated>
<entry>
<title>[1.4.x] Fixed #19812 - Removed a duplicate phrase in the widget docs.</title>
<updated>2013-02-16T23:25:22Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-02-16T23:23:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=83e512fa6e45d2c9e63735bb0c3cd8f1fcd2e616'/>
<id>urn:sha1:83e512fa6e45d2c9e63735bb0c3cd8f1fcd2e616</id>
<content type='text'>
Thanks diegueus9 for the report and itsallvoodoo for the draft patch.

Backport of 7a80904b00 from master
</content>
</entry>
<entry>
<title>[1.4.X] Fixed #13997 - Added an example of constructing a MultiWidget and documented the value_from_datadict method.</title>
<updated>2012-11-17T22:55:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-10-23T11:02:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=06c14a63a2c27e5eddfbd6f7b35bcb1d0fc2882b'/>
<id>urn:sha1:06c14a63a2c27e5eddfbd6f7b35bcb1d0fc2882b</id>
<content type='text'>
Backport of 04775b4598 from master
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the draft patch.</title>
<updated>2012-09-15T10:46:39Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-09-12T10:59:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1b5b8b874fb79a8d2b2bc7ca8f93535ff8196167'/>
<id>urn:sha1:1b5b8b874fb79a8d2b2bc7ca8f93535ff8196167</id>
<content type='text'>
Backport of a73838fde33374573b8e765dfcb0225287d396c0 from master.
</content>
</entry>
<entry>
<title>[1.4.X] Fixed a documentation typo on the widget page.</title>
<updated>2012-08-17T15:15:43Z</updated>
<author>
<name>Tim Saylor</name>
<email>tim.saylor@gmail.com</email>
</author>
<published>2012-06-13T18:42:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=03e79c3386ba495438f05b59f270c8d14055c231'/>
<id>urn:sha1:03e79c3386ba495438f05b59f270c8d14055c231</id>
<content type='text'>
Backport of f8ef93a657 from master
</content>
</entry>
<entry>
<title>[1.4.X] Replaced documentation snippets using "gender" with less sensitive examples.</title>
<updated>2012-06-06T11:55:09Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2012-06-06T09:54:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=45d43317b7db845a7c565522b3e6e6b2dab46a64'/>
<id>urn:sha1:45d43317b7db845a7c565522b3e6e6b2dab46a64</id>
<content type='text'>
Backport of [7edf231] from master.
</content>
</entry>
<entry>
<title>Changed BoundField.subwidgets() to return SubWidget objects instead of rendered strings. This means we can access individual radio buttons' properties in the template (see new docs)</title>
<updated>2011-12-07T23:08:27Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-12-07T23:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=08bec4fbc10ca5638ad22f20a753ec5e8d92eb0e'/>
<id>urn:sha1:08bec4fbc10ca5638ad22f20a753ec5e8d92eb0e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Made BoundFields iterable, so that you can iterate over individual radio buttons of a RadioSelect in a template</title>
<updated>2011-12-07T22:31:39Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-12-07T22:31:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc90c09efdfbc029d43e6d4c0952ed6b49f6f34d'/>
<id>urn:sha1:fc90c09efdfbc029d43e6d4c0952ed6b49f6f34d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed many more ReST indentation errors, somehow accidentally missed from [16955]</title>
<updated>2011-10-14T00:12:01Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-10-14T00:12:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d1e5c55258d624058a93c8cacdb1f25ae7857554'/>
<id>urn:sha1:d1e5c55258d624058a93c8cacdb1f25ae7857554</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16602 - Added forms.widgets TOC links to docs; thanks kencochrane.</title>
<updated>2011-08-21T11:51:48Z</updated>
<author>
<name>Timo Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2011-08-21T11:51:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=24a45a5fda57121a6479b498f4c9c53fadde2158'/>
<id>urn:sha1:24a45a5fda57121a6479b498f4c9c53fadde2158</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16591 -- Fixed some mismatched variable names in a widgets reference example. Thanks to santi.romero, el barto, and julien.</title>
<updated>2011-08-18T22:39:20Z</updated>
<author>
<name>Gabriel Hurley</name>
<email>gabehr@gmail.com</email>
</author>
<published>2011-08-18T22:39:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=40c8a603c3bd8ab85af5b66f4e149fe614e86eca'/>
<id>urn:sha1:40c8a603c3bd8ab85af5b66f4e149fe614e86eca</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
