Pass custom evolutions to EvolutionGraph.

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

chipx86
Django Evolution
release-2.x
django-evolution

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.

Summary
Pass custom evolutions to EvolutionGraph.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.x (7cb5cce)
Loading...