<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_widgets, branch 1.11.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-06-06T19:57:08Z</updated>
<entry>
<title>[1.11.x] Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.</title>
<updated>2017-06-06T19:57:08Z</updated>
<author>
<name>kakulukia</name>
<email>andy@freilandkiwis.de</email>
</author>
<published>2017-06-05T20:17:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=992f143bad4143da7e43e21c41dfdab79ddd5070'/>
<id>urn:sha1:992f143bad4143da7e43e21c41dfdab79ddd5070</id>
<content type='text'>
Backport of 525dc283a68c0d47f5eb2192cc4a20111d561ae0 from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_data().</title>
<updated>2017-03-07T18:56:45Z</updated>
<author>
<name>Raphael Merx</name>
<email>raphael.merx@gmail.com</email>
</author>
<published>2017-03-07T03:22:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89b31b312e030c83e674d0b5898b51a4a460778b'/>
<id>urn:sha1:89b31b312e030c83e674d0b5898b51a4a460778b</id>
<content type='text'>
Backport of fd75c8f2b7070774f6e90f408cb5cddf65b8734e from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped widget.</title>
<updated>2017-02-20T13:48:17Z</updated>
<author>
<name>Collin Anderson</name>
<email>cmawebsite@gmail.com</email>
</author>
<published>2017-02-20T13:48:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=808d33c1bf15e6fba38b361e47c60a0b8208b2e0'/>
<id>urn:sha1:808d33c1bf15e6fba38b361e47c60a0b8208b2e0</id>
<content type='text'>
Backport of fb7e0e01af5364987de7fc95ae4d66e22130f2bc from master
</content>
</entry>
<entry>
<title>Fixed #15667 -- Added template-based widget rendering.</title>
<updated>2016-12-27T22:50:10Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2016-12-27T22:00:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b52c73008a9d67e9ddbb841872dc15cdd3d6ee01'/>
<id>urn:sha1:b52c73008a9d67e9ddbb841872dc15cdd3d6ee01</id>
<content type='text'>
Thanks Carl Meyer and Tim Graham for contributing to the patch.
</content>
</entry>
<entry>
<title>Imported specific models in a few tests that didn't.</title>
<updated>2016-12-08T16:14:15Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-12-08T16:00:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e744c7e459bae0fbb656c70f368c7183fd7a6013'/>
<id>urn:sha1:e744c7e459bae0fbb656c70f368c7183fd7a6013</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed E305 flake8 warnings.</title>
<updated>2016-11-14T17:30:46Z</updated>
<author>
<name>Ramin Farajpour Cami</name>
<email>ramin.blackhat@gmail.com</email>
</author>
<published>2016-11-12T17:11:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=967be82443b5640d61608a89897d8ce2bc44fa54'/>
<id>urn:sha1:967be82443b5640d61608a89897d8ce2bc44fa54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27386 -- Wrapped admin's readonly fields in &lt;div&gt; rather than &lt;p&gt;.</title>
<updated>2016-11-12T15:02:57Z</updated>
<author>
<name>Jacob Rief</name>
<email>jacob.rief@gmail.com</email>
</author>
<published>2016-11-05T11:47:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3162cab94ca2988c99afe01887a4b61d6a35c1a'/>
<id>urn:sha1:b3162cab94ca2988c99afe01887a4b61d6a35c1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.</title>
<updated>2016-11-11T02:30:21Z</updated>
<author>
<name>za</name>
<email>za@python.or.id</email>
</author>
<published>2016-10-27T07:53:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=321e94fa41b121f65c02119c02098df327bbd569'/>
<id>urn:sha1:321e94fa41b121f65c02119c02098df327bbd569</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27327 -- Simplified time zone handling by requiring pytz.</title>
<updated>2016-10-27T12:53:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-10-08T01:06:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=414ad25b090a63eaaf297b1164c8f7d814a710a2'/>
<id>urn:sha1:414ad25b090a63eaaf297b1164c8f7d814a710a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.</title>
<updated>2016-09-17T19:44:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-09-16T16:15:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8119b679eb85cdc0ae3d321e54d06dd0200a1e82'/>
<id>urn:sha1:8119b679eb85cdc0ae3d321e54d06dd0200a1e82</id>
<content type='text'>
http://bugs.python.org/issue27364
</content>
</entry>
</feed>
