summaryrefslogtreecommitdiff
path: root/tests/field_defaults/models.py
AgeCommit message (Expand)Author
9 daysFixed #37239 -- Cleared stale db_default when pk comes from related object.Jacob Walls
14 daysFixed #37238 -- Prevented fallback to python default for a pk with a db_default.Jacob Walls
2023-11-02Fixed #34936 -- Fixed migration crash for DecimalField with db_default on SQL...David Sanders
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner