summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_booleanfield.py
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete assertions in BooleanFieldTests.test_return_type().Mariusz Felisiak2022-06-031-5/+0
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+8
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-18/+5
* Refs #23130 -- Added test for BooleanField choices generation.Jacob Walls2020-09-101-0/+9
* 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