summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_booleanfield.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-5/+18
* Added a test for NullBooleanField.formfield().Tim Graham2016-12-201-0/+5
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-17/+17
* Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz2016-05-041-13/+13
* Split model_fields tests into different files.Tim Graham2016-03-231-0/+119