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

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

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.

Summary ID
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
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (6201d22)
Loading...