Pass custom evolutions to EvolutionGraph.

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

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.

Summary ID
Pass custom evolutions to EvolutionGraph.
`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.
f4d2bfb7dbd2d74414790d46dc60da10e2c5757c
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

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