summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests
AgeCommit message (Expand)Author
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-04-28Refs #15667 -- Removed choices argument from some RendererMixin methods.Tim Graham
2016-02-15Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2Berker Peksag
2016-02-02Fixed #25731 -- Removed unused choices kwarg for Select.render()jpic
2016-01-29Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan
2015-09-23Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.Tim Graham
2015-08-31Rewrote form widget tests as proper unittests.Preston Timmons