summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests/test_clearablefileinput.py
AgeCommit message (Expand)Author
2016-08-12[1.10.x] Fixed #27037 -- Prevented required attribute on ClearableFileInput w...Jon Dufresne
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-14Simplified a ClearableFileInput test.Tim Graham
2016-02-15Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2Berker Peksag
2015-09-23Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.Tim Graham
2015-08-31Rewrote form widget tests as proper unittests.Preston Timmons