summaryrefslogtreecommitdiff
path: root/tests/backends/base/test_schema.py
AgeCommit message (Collapse)Author
2018-11-17Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ↵Tim Graham
a connection.
2018-11-17Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.Tim Graham
Thanks Eugene Pakhomov for the suggested fix.