Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -1/+1 |
| | |||||
* | Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ↵ | Tim Graham | 2018-11-17 | 1 | -8/+5 |
| | | | | a connection. | ||||
* | Fixed #29505 -- Removed SchemaEditor's calling of callable defaults. | Tim Graham | 2018-11-17 | 1 | -0/+22 |
Thanks Eugene Pakhomov for the suggested fix. |