<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/widgets.py, branch 1.4.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-05-08T21:20:05Z</updated>
<entry>
<title>[1.4.x] Fixed #17976 -- Made forms.BooleanField pickleable.</title>
<updated>2012-05-08T21:20:05Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-04-29T12:25:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a3c8201b77002645f86c39f978fe132cb2dbab14'/>
<id>urn:sha1:a3c8201b77002645f86c39f978fe132cb2dbab14</id>
<content type='text'>
Backport of 9350d1d59c1a4e6a9ac246a808f55da35de0df69 from master.

This was a regression in Django 1.4.
Thanks bronger for the report and claudep for the patch.
</content>
</entry>
<entry>
<title>Fixed #17493 -- Made `Widget.id_for_label()` consistently be an instance method.</title>
<updated>2012-02-05T08:09:26Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-02-05T08:09:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1cd18f4cfdaf5f4a4002e9c59e1146e5fa0d70d3'/>
<id>urn:sha1:1cd18f4cfdaf5f4a4002e9c59e1146e5fa0d70d3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17452 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</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 #17114 -- Handled integer values 0 and 1 for checkboxes like other integer values, not like False and True.</title>
<updated>2011-11-21T10:11:06Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2011-11-21T10:11:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=19e54084dc7d85d0bf190e0d79575126c5d29a50'/>
<id>urn:sha1:19e54084dc7d85d0bf190e0d79575126c5d29a50</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.</title>
<updated>2011-11-18T13:01:06Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2011-11-18T13:01:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b1cb755a28f020e27d4268c214b25315d4de42e'/>
<id>urn:sha1:9b1cb755a28f020e27d4268c214b25315d4de42e</id>
<content type='text'>
For more information on this project, see this thread:
http://groups.google.com/group/django-developers/browse_thread/thread/cf0423bbb85b1bbf



git-svn-id: http://code.djangoproject.com/svn/django/trunk@17106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17190 -- Ensured that the `NullBooleanSelect` widget's options get lazily localized. Thanks to pennersr for the report and to kenth for the patch.</title>
<updated>2011-11-12T23:07:51Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2011-11-12T23:07:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b45099eefb9a46264bcb8811dff6013cd1d0f6d6'/>
<id>urn:sha1:b45099eefb9a46264bcb8811dff6013cd1d0f6d6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Remove comments referencing encryption. Django doesn't do encryption.</title>
<updated>2011-10-18T20:28:52Z</updated>
<author>
<name>Paul McMillan</name>
<email>Paul@McMillan.ws</email>
</author>
<published>2011-10-18T20:28:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=67565a5379f19c6ca94e2c4f3b8e01684b32fe8f'/>
<id>urn:sha1:67565a5379f19c6ca94e2c4f3b8e01684b32fe8f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17012 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Remove several more relative imports.</title>
<updated>2011-10-17T16:56:18Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-17T16:56:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=544a8372fd7b27e5ba4672d127986bc82b4e739a'/>
<id>urn:sha1:544a8372fd7b27e5ba4672d127986bc82b4e739a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixes #8103 -- Select widget should only allow for one selected option</title>
<updated>2011-09-18T04:09:44Z</updated>
<author>
<name>Chris Beaven</name>
<email>smileychris@gmail.com</email>
</author>
<published>2011-09-18T04:09:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e63fa0ff832e4a6c18aa9f427b643b3445c5abb0'/>
<id>urn:sha1:e63fa0ff832e4a6c18aa9f427b643b3445c5abb0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
