<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/forms/widgets.txt, branch 1.5a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-09-20T23:06:55Z</updated>
<entry>
<title>Fixed #18934 - Removed versionadded/changed annotations for Django 1.3</title>
<updated>2012-09-20T23:06:55Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-09-19T20:39:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=837425b425c2d58596f3ed04a7ed79541279ee7e'/>
<id>urn:sha1:837425b425c2d58596f3ed04a7ed79541279ee7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the draft patch.</title>
<updated>2012-09-15T10:22:00Z</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=a73838fde33374573b8e765dfcb0225287d396c0'/>
<id>urn:sha1:a73838fde33374573b8e765dfcb0225287d396c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document and test 'type' usage in Widget attrs</title>
<updated>2012-09-10T17:31:11Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-10T17:21:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f1bdfbd24bcc76d21c4bf7442959bdf630ac4dec'/>
<id>urn:sha1:f1bdfbd24bcc76d21c4bf7442959bdf630ac4dec</id>
<content type='text'>
Refs #16630.
</content>
</entry>
<entry>
<title>Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to brutasse for the patch.</title>
<updated>2012-09-07T18:37:21Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@rd.io</email>
</author>
<published>2012-09-07T18:37:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a5a12ea3e3193b3658b9237b86d98bc37d668d7'/>
<id>urn:sha1:6a5a12ea3e3193b3658b9237b86d98bc37d668d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a documentation typo on the widget page.</title>
<updated>2012-06-19T08:37:53Z</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=f8ef93a6576837ef3598066d6ed715171a91cd04'/>
<id>urn:sha1:f8ef93a6576837ef3598066d6ed715171a91cd04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced documentation snippets using "gender" with less sensitive examples.</title>
<updated>2012-06-06T11:52:53Z</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=7edf231d4666604a455621c4800c6b031a2f0b5b'/>
<id>urn:sha1:7edf231d4666604a455621c4800c6b031a2f0b5b</id>
<content type='text'>
</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>
</feed>
