summaryrefslogtreecommitdiff
path: root/tests/field_defaults
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-122-2/+234
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-1/+0
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+44