summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_nullbooleanfield.py
AgeCommit message (Collapse)Author
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
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