Pass custom evolutions to EvolutionGraph.

Review Request #12272 — Created May 6, 2022 and submitted — Latest diff uploaded

Information

Django Evolution
release-2.x

Reviewers

EvolutionGraph.add_evolutions() now accepts a list of custom
evolutions for the app. These are used for dependency management,
primarily in unit tests.

EvolveAppTask passes this in when adding evolutions.

All unit tests pass.

Tested this with upcoming changes that require this functionality.

Commits

Files

    Loading...