Add signals for the start and end of the whole evolution process.

Review Request #10580 — Created June 5, 2019 and submitted — Latest diff uploaded

Information

Django Evolution
master

Reviewers

This introduces evolving, evolving_failed, and evolved signals,
which is emitted by the Evolver at the beginning and end of the
Evolver.evolve() process. It can be used along with other signals to
monitor the entire evolution process from beginning to end.

Unit tests pass on all supported versions of Django.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add signals for the start and end of the whole evolution process.
This introduces `evolving`, `evolving_failed, and `evolved` signals, which is emitted by the `Evolver` at the beginning and end of the `Evolver.evolve()` process. It can be used along with other signals to monitor the entire evolution process from beginning to end.
57bde2e06ea5da41733803e7bd94b8dc07889566 Christian Hammond
django_evolution/evolve.py
django_evolution/signals.py
Loading...