summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_booleanfield.py
AgeCommit message (Expand)Author
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-24Fixed #26534 -- Fixed boolean form fields has_changed() with hidden input.David Sanders
2016-04-11Split form's test_fields.py into different files.Berker Peksag