<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/widgets.py, branch 3.0rc1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0rc1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-06-26T09:07:11Z</updated>
<entry>
<title>Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L10N is disabled.</title>
<updated>2019-06-26T09:07:11Z</updated>
<author>
<name>Shubham Bhagat</name>
<email>shubhambhagat111@yahoo.com</email>
</author>
<published>2019-06-20T19:46:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26d16c07fdc4a297daca554afa6375c70d6d82a9'/>
<id>urn:sha1:26d16c07fdc4a297daca554afa6375c70d6d82a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget.</title>
<updated>2019-05-08T10:46:30Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-05-04T23:26:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f038214d917c982613f5a15db8dfe325b1f7479b'/>
<id>urn:sha1:f038214d917c982613f5a15db8dfe325b1f7479b</id>
<content type='text'>
placeholder is required for "select" with "required" attribute.
</content>
</entry>
<entry>
<title>Fixed #30179 -- Fixed form Media merging when pairwise merging is insufficient.</title>
<updated>2019-02-27T21:39:17Z</updated>
<author>
<name>Matthias Kestenholz</name>
<email>mk@feinheit.ch</email>
</author>
<published>2019-02-23T15:41:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=231b513926f2bfd71f08058ce5013bd81678ac01'/>
<id>urn:sha1:231b513926f2bfd71f08058ce5013bd81678ac01</id>
<content type='text'>
Thanks gasman for the tests, and codingjoe and timgraham for the review.
</content>
</entry>
<entry>
<title>Fixed #30153 -- Fixed incorrect form Media asset ordering after three way merge.</title>
<updated>2019-02-09T14:38:52Z</updated>
<author>
<name>Matthias Kestenholz</name>
<email>mk@feinheit.ch</email>
</author>
<published>2019-02-09T14:38:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=959d0c078a1c903cd1e4850932be77c4f0d2294d'/>
<id>urn:sha1:959d0c078a1c903cd1e4850932be77c4f0d2294d</id>
<content type='text'>
Delaying merging assets as long as possible avoids introducing
incorrect relative orderings that cause a broken final result.</content>
</entry>
<entry>
<title>Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.</title>
<updated>2018-11-14T18:43:34Z</updated>
<author>
<name>Basil Dubyk</name>
<email>samitnuk.work@gmail.com</email>
</author>
<published>2018-11-14T18:43:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=35a08b8541c856a51b2ab718e0a2fe060debfa2a'/>
<id>urn:sha1:35a08b8541c856a51b2ab718e0a2fe060debfa2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29273 -- Prevented initial selection of empty choice in multiple choice widgets.</title>
<updated>2018-04-02T12:52:53Z</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=f3b69f9757ec03057441ebbd52b7cdbfed31fb32'/>
<id>urn:sha1:f3b69f9757ec03057441ebbd52b7cdbfed31fb32</id>
<content type='text'>
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
</content>
</entry>
<entry>
<title>Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSelectMultiple with MultiWidget.</title>
<updated>2018-03-15T13:10:23Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-03-14T15:28:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=87dc0844a634360182bcb74d491508111ef8a652'/>
<id>urn:sha1:87dc0844a634360182bcb74d491508111ef8a652</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Condensed some widgets code.</title>
<updated>2018-03-03T18:35:09Z</updated>
<author>
<name>Daniel Hahler</name>
<email>github@thequod.de</email>
</author>
<published>2018-03-03T18:35:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=683341db4396d92e4578d348b7fcce3312df505d'/>
<id>urn:sha1:683341db4396d92e4578d348b7fcce3312df505d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28909 -- Simplifed code using unpacking generalizations.</title>
<updated>2018-02-26T17:23:31Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-02-26T17:23:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=074a2f7f58cfab807ae72b09e634cad30a895369'/>
<id>urn:sha1:074a2f7f58cfab807ae72b09e634cad30a895369</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the attribute is added by JavaScript.</title>
<updated>2018-01-31T00:09:31Z</updated>
<author>
<name>Vlastimil Zíma</name>
<email>vlastimil.zima@nic.cz</email>
</author>
<published>2018-01-30T09:33:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fbc3c29e7cc5b3a3f62f1700af6ba474f05d59eb'/>
<id>urn:sha1:fbc3c29e7cc5b3a3f62f1700af6ba474f05d59eb</id>
<content type='text'>
Thanks Tim Graham for the initial patch.
</content>
</entry>
</feed>
