| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-06 | [1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on ↵ | Tim Graham | |
| model fields with a default. Backport of 4353640ea9495d58fabd0357253b82de3b069408 from master | |||
| 2016-08-12 | Fixed #27037 -- Prevented required attribute on ClearableFileInput when ↵ | Jon Dufresne | |
| initial data exists. | |||
| 2016-06-16 | Fixed #26747 -- Used more specific assertions in the Django test suite. | Jon Dufresne | |
| 2016-05-14 | Simplified a ClearableFileInput test. | Tim Graham | |
| 2016-02-15 | Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2 | Berker Peksag | |
| 2015-09-23 | Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2. | Tim Graham | |
| Reverted "Fixes #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2" and added a regression test. This reverts commit 5c412dd8a724b263489c1bd7a2fea381460665d7. | |||
| 2015-08-31 | Rewrote form widget tests as proper unittests. | Preston Timmons | |
| 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. | |||
