summaryrefslogtreecommitdiff
path: root/tests/datatypes/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+1
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-1/+0
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-3/+0
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+28