<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/widgets.py, branch 3.1b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.1b1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.1b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-05-12T06:52:23Z</updated>
<entry>
<title>Fixed E128, E741 flake8 warnings.</title>
<updated>2020-05-12T06:52:23Z</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=0668164b4ac93a5be79f5b87fae83c657124d9ab'/>
<id>urn:sha1:0668164b4ac93a5be79f5b87fae83c657124d9ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified Widget.get_context() a bit.</title>
<updated>2020-05-06T04:46:58Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-05T23:43:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b2ef3d71575ff4d24dc8640ae7194dcd04a9bd85'/>
<id>urn:sha1:b2ef3d71575ff4d24dc8640ae7194dcd04a9bd85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.</title>
<updated>2020-03-24T19:05:18Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-02-13T22:12:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=27746ab28ac88fc213456e63302b408312d95122'/>
<id>urn:sha1:27746ab28ac88fc213456e63302b408312d95122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31118 -- Made FileInput to avoid the required attribute when initial data exists.</title>
<updated>2020-01-08T08:15:31Z</updated>
<author>
<name>Shubham singh</name>
<email>shubham1.singh15@gmail.com</email>
</author>
<published>2020-01-05T07:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ffcf1a8ebfbdc8e3afac84aed88d6ed29a57c72b'/>
<id>urn:sha1:ffcf1a8ebfbdc8e3afac84aed88d6ed29a57c72b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31080 -- Removed redundant type="text/javascript" attribute from &lt;script&gt; tags.</title>
<updated>2019-12-11T08:49:54Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-12-11T08:49:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e703b93a656b78b9b444bb3a9980e305ed002a70'/>
<id>urn:sha1:e703b93a656b78b9b444bb3a9980e305ed002a70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.</title>
<updated>2019-12-10T11:27:50Z</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=02eff7ef60466da108b1a33f1e4dc01eec45c99d'/>
<id>urn:sha1:02eff7ef60466da108b1a33f1e4dc01eec45c99d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(...) with super() in metaclasses.</title>
<updated>2019-11-28T14:34:29Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-28T14:34:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=86a0231e0a087d4b909f76223cc55d5bbb673930'/>
<id>urn:sha1:86a0231e0a087d4b909f76223cc55d5bbb673930</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget."</title>
<updated>2019-11-21T19:53:31Z</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=ee4a19053a32d41cdd79e087b1968980804ce658'/>
<id>urn:sha1:ee4a19053a32d41cdd79e087b1968980804ce658</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.</content>
</entry>
<entry>
<title>Fixed #30899 -- Lazily compiled import time regular expressions.</title>
<updated>2019-10-29T08:22:26Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-10-26T14:42:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e3d0b4d5501c6d0bc39f035e4345e5bdfde12e41'/>
<id>urn:sha1:e3d0b4d5501c6d0bc39f035e4345e5bdfde12e41</id>
<content type='text'>
</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>
</feed>
