<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/widgets.py, branch 3.0.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-05-12T06:55:06Z</updated>
<entry>
<title>[3.0.x] Fixed E128, E741 flake8 warnings.</title>
<updated>2020-05-12T06:55:06Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-05-12T06:52:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48ed73fb74213ba9ae2fdcc42d18a5a3e7737fe0'/>
<id>urn:sha1:48ed73fb74213ba9ae2fdcc42d18a5a3e7737fe0</id>
<content type='text'>
Backport of 0668164b4ac93a5be79f5b87fae83c657124d9ab from master.
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.</title>
<updated>2019-12-11T08:37:34Z</updated>
<author>
<name>Peter Andersen</name>
<email>peter@porksmash.com</email>
</author>
<published>2019-12-09T16:54:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=74e14541137d444b01fa947d7408f9d4a049ad9d'/>
<id>urn:sha1:74e14541137d444b01fa947d7408f9d4a049ad9d</id>
<content type='text'>
Backport of 02eff7ef60466da108b1a33f1e4dc01eec45c99d from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget."</title>
<updated>2019-11-21T20:06:07Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-11-21T19:53:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=947f8e3485b1406d18ea062fd275c083d7ffbed5'/>
<id>urn:sha1:947f8e3485b1406d18ea062fd275c083d7ffbed5</id>
<content type='text'>
This reverts commit f038214d917c982613f5a15db8dfe325b1f7479b.

The initial issue was incorrect. Django 2.2, and before, did not
generate invalid HTML as reported. With f03821 in place invalid HTML
was generated.

Thanks to Kevin Brown for follow-up report and investigation.
Backport of ee4a19053a32d41cdd79e087b1968980804ce658 from master
</content>
</entry>
<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>
</feed>
