<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/widgets.py, branch 1.11.21</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.21</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.21'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-04-02T13:27:01Z</updated>
<entry>
<title>[1.11.x] Fixed #29273 -- Prevented initial selection of empty choice in multiple choice widgets.</title>
<updated>2018-04-02T13:27:01Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-03-30T09:55:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b25433a225d85c6dace5d5e97f4553c01f035fb1'/>
<id>urn:sha1:b25433a225d85c6dace5d5e97f4553c01f035fb1</id>
<content type='text'>
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.

Backport of f3b69f9757ec03057441ebbd52b7cdbfed31fb32 from master.
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.</title>
<updated>2017-08-29T18:56:23Z</updated>
<author>
<name>caleb logan</name>
<email>clogan202@gmail.com</email>
</author>
<published>2017-08-29T01:42:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3bb03df0fc642c48ff70cdd74572c31f135f9c08'/>
<id>urn:sha1:3bb03df0fc642c48ff70cdd74572c31f135f9c08</id>
<content type='text'>
Backport of 9e2bf65d6a5dc3b53db84f4839652f0d154349ee from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget.</title>
<updated>2017-07-19T18:45:59Z</updated>
<author>
<name>Roman Selivanov</name>
<email>seroy@bk.ru</email>
</author>
<published>2017-07-19T15:24:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=99d5059d766a18f80bb24a44023f9e653a08c803'/>
<id>urn:sha1:99d5059d766a18f80bb24a44023f9e653a08c803</id>
<content type='text'>
Backport of d4da39685b5974849c73e4c4dc6e07dfdf21c67a from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #28355 -- Fixed widget rendering of non-ASCII date/time formats on Python 2.</title>
<updated>2017-07-06T11:41:57Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-07-03T14:16:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=81febf4defe6f6da2dea80f24082b282b8bf30ca'/>
<id>urn:sha1:81febf4defe6f6da2dea80f24082b282b8bf30ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template context.</title>
<updated>2017-06-17T22:33:01Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-06-15T15:05:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a3b1319d5863600981e71fbaa452d7104715a9e7'/>
<id>urn:sha1:a3b1319d5863600981e71fbaa452d7104715a9e7</id>
<content type='text'>
Backport of 221e6e18177516ac4ac95e40c344b93d14dd607b from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-grouped options.</title>
<updated>2017-05-03T11:22:00Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-05-03T11:21:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0615601498e6f7354e05498fc589c556f5365280'/>
<id>urn:sha1:0615601498e6f7354e05498fc589c556f5365280</id>
<content type='text'>
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.

Backport of d302e2c09c281e6b1e187f704f656e5e79e69246 from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #28075 -- Prevented ChoiceWidget from localizing option values.</title>
<updated>2017-04-21T16:29:20Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-04-21T16:14:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1442e299839febf9599e98dff2e6bb6da24df0ac'/>
<id>urn:sha1:1442e299839febf9599e98dff2e6bb6da24df0ac</id>
<content type='text'>
Backport of 581879a510e58841e5780a5d1fdb4995733d2036 from master
</content>
</entry>
<entry>
<title>[1.11.x] Refs #27866 -- Adapted backport for Python 2 compatibility</title>
<updated>2017-04-01T10:29:34Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-04-01T10:29:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=523a8032c8fe3d962552249f8ba4f7c91830c9e3'/>
<id>urn:sha1:523a8032c8fe3d962552249f8ba4f7c91830c9e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #27866 -- Made ChoiceWidget.format_value() return a list</title>
<updated>2017-04-01T10:26:49Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-02-21T12:27:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=06d32f689eb218bee633125dd0afa68400311885'/>
<id>urn:sha1:06d32f689eb218bee633125dd0afa68400311885</id>
<content type='text'>
Thanks Tim Graham for the review.
Backport of e487ffd3f0f9931e7c18bfbd47cf1e6b059ddc41 from master.
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.</title>
<updated>2017-03-31T14:10:30Z</updated>
<author>
<name>heathervm</name>
<email>heathervmurray@gmail.com</email>
</author>
<published>2017-03-31T14:10:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff0c6b83e590e36555639563c4bd1d808f416455'/>
<id>urn:sha1:ff0c6b83e590e36555639563c4bd1d808f416455</id>
<content type='text'>
Backport of 7d1e23775344cc3dead03bd4af45f4fdf134b819 from master
</content>
</entry>
</feed>
