<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/docs/ref/forms, branch 2.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=2.1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=2.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2018-05-12T17:37:42Z</updated>
<entry>
<title>Alphabetized imports in various docs.</title>
<updated>2018-05-12T17:37:42Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-05-12T17:37:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=35319bf12ccefe1911588493484160aa49208f89'/>
<id>urn:sha1:35319bf12ccefe1911588493484160aa49208f89</id>
<content type='text'>
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.</content>
</entry>
<entry>
<title>Fixed a couple mistakes in docs/ref/forms/widgets.txt.</title>
<updated>2018-03-12T13:39:09Z</updated>
<author>
<name>Daniel Musketa</name>
<email>daniel@musketa.de</email>
</author>
<published>2018-03-12T13:39:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e0eab28f9f3440f68c5ed318554e3537976b816f'/>
<id>urn:sha1:e0eab28f9f3440f68c5ed318554e3537976b816f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28655 -- Added more examples for customizing widgets in a form.</title>
<updated>2018-03-07T21:58:55Z</updated>
<author>
<name>Richard Oyudo</name>
<email>ebube.rc@gmail.com</email>
</author>
<published>2018-03-07T21:58:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8411e4a8fe98ebac4327ee43446a25873703a5e8'/>
<id>urn:sha1:8411e4a8fe98ebac4327ee43446a25873703a5e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29038 -- Removed closing slash from HTML void tags.</title>
<updated>2018-01-21T07:09:10Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-21T07:09:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf'/>
<id>urn:sha1:ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean syntax.</title>
<updated>2018-01-20T16:19:06Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-20T16:19:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=47d238b69602711c06c369a5555bb554a4b3f7fb'/>
<id>urn:sha1:47d238b69602711c06c369a5555bb554a4b3f7fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unnecessary microsecond truncation in SplitDateTimeWidget.</title>
<updated>2018-01-18T16:23:06Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-18T16:23:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=90ca9412e4d2f0b543938a1fa3fbc43c2c7ac57f'/>
<id>urn:sha1:90ca9412e4d2f0b543938a1fa3fbc43c2c7ac57f</id>
<content type='text'>
The microseconds are already truncated by the TimeInput subwidget.</content>
</entry>
<entry>
<title>Fixed #28474 -- Made DurationField raise ValidationError for inputs that raised OverflowError.</title>
<updated>2017-10-25T22:05:13Z</updated>
<author>
<name>Srinivas Reddy Thatiparthy</name>
<email>thatiparthysreenivas@gmail.com</email>
</author>
<published>2017-08-08T15:02:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=55b5393bd235aa6c55ea9a7da6f0e8b75b204084'/>
<id>urn:sha1:55b5393bd235aa6c55ea9a7da6f0e8b75b204084</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSetting docs.</title>
<updated>2017-10-20T18:00:51Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-10-20T18:00:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=eb9b56c5b60215a683c80e68f08ae6fca0ec24ef'/>
<id>urn:sha1:eb9b56c5b60215a683c80e68f08ae6fca0ec24ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 1.11.</title>
<updated>2017-09-22T16:51:18Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-09-03T01:49:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5446b72003790fc98bd926f7196b26cc5db63c5a'/>
<id>urn:sha1:5446b72003790fc98bd926f7196b26cc5db63c5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #15667 -- Removed support for Widget.render() methods without the renderer argument.</title>
<updated>2017-09-22T16:51:18Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-09-03T01:21:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2bd207ada0367debe8c8e298203435d5c88c14bd'/>
<id>urn:sha1:2bd207ada0367debe8c8e298203435d5c88c14bd</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
</feed>
