flake8
passed.
JSHint
passed.
Review Request #10560 — Created May 21, 2019 and submitted
This introduces a new Django setting (
CUSTOM_EVOLUTIONS
) for mapping
app names to custom evolutions modules, allowing a project to apply
mutations to apps that don't otherwise support evolutions. This allows
for situations like converting an app to use migrations when that app
was previously managed by Django Evolution but didn't itself use
evolutions.
Unit tests pass on Django 1.6 and 1.11.
Summary | ID |
---|---|
3002d557c4fc25a4d033aeff67cec705ff8ed95a |