summaryrefslogtreecommitdiff
path: root/tests/backends/base/test_schema.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+1
|
* Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ↵Tim Graham2018-11-171-8/+5
| | | | a connection.
* Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.Tim Graham2018-11-171-0/+22
Thanks Eugene Pakhomov for the suggested fix.