<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/forms_tests/widget_tests/test_clearablefileinput.py, branch 1.11.23</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.23</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.23'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2017-07-19T18:45:59Z</updated>
<entry>
<title>[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget.</title>
<updated>2017-07-19T18:45:59Z</updated>
<author>
<name>Roman Selivanov</name>
<email>seroy@bk.ru</email>
</author>
<published>2017-07-19T15:24:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=99d5059d766a18f80bb24a44023f9e653a08c803'/>
<id>urn:sha1:99d5059d766a18f80bb24a44023f9e653a08c803</id>
<content type='text'>
Backport of d4da39685b5974849c73e4c4dc6e07dfdf21c67a from master
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default.</title>
<updated>2017-02-07T01:55:47Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-02-03T16:11:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b17e4770bc02b4bf6864b21587feae815768613'/>
<id>urn:sha1:2b17e4770bc02b4bf6864b21587feae815768613</id>
<content type='text'>
Backport of 4353640ea9495d58fabd0357253b82de3b069408 from master
</content>
</entry>
<entry>
<title>Fixed #27037 -- Prevented required attribute on ClearableFileInput when initial data exists.</title>
<updated>2016-08-12T17:59:01Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2016-08-12T17:59:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64'/>
<id>urn:sha1:fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26747 -- Used more specific assertions in the Django test suite.</title>
<updated>2016-06-16T18:19:18Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2016-06-16T18:19:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4f336f66523001b009ab038b10848508fd208b3b'/>
<id>urn:sha1:4f336f66523001b009ab038b10848508fd208b3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified a ClearableFileInput test.</title>
<updated>2016-05-14T14:31:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-05-14T14:31:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=55c3133df86447129d5c912102f3c4f7b56092c6'/>
<id>urn:sha1:55c3133df86447129d5c912102f3c4f7b56092c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2</title>
<updated>2016-02-15T20:51:46Z</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2016-02-14T21:28:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=043383e3f31955c493517cb5b12dd538c02f5246'/>
<id>urn:sha1:043383e3f31955c493517cb5b12dd538c02f5246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.</title>
<updated>2015-09-23T14:26:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-23T13:24:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7cb3a488436e8e7d0249280e95ba2ee945c96c87'/>
<id>urn:sha1:7cb3a488436e8e7d0249280e95ba2ee945c96c87</id>
<content type='text'>
Reverted "Fixes #24727 -- Prevented ClearableFileInput from masking
exceptions on Python 2" and added a regression test.

This reverts commit 5c412dd8a724b263489c1bd7a2fea381460665d7.
</content>
</entry>
<entry>
<title>Rewrote form widget tests as proper unittests.</title>
<updated>2015-09-01T04:03:55Z</updated>
<author>
<name>Preston Timmons</name>
<email>prestontimmons@gmail.com</email>
</author>
<published>2015-08-31T02:13:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4c30fa905d9d47b3a2ee82095b1fe56cc2ec2ab5'/>
<id>urn:sha1:4c30fa905d9d47b3a2ee82095b1fe56cc2ec2ab5</id>
<content type='text'>
This is preparation for landing the template-based widget rendering
patch and goes a long way to making these tests more useful for future
development. The old doctest heritage is strong here.
</content>
</entry>
</feed>
