summaryrefslogtreecommitdiff
path: root/tests/model_fields/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-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-03-23Split model_fields tests into different files.Tim Graham