Add signals for the start and end of the whole evolution process.
Review Request #10580 — Created June 5, 2019 and submitted — Latest diff uploaded
This introduces
evolving
,evolving_failed
, andevolved
signals,
which is emitted by theEvolver
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.