Releases: codingjoe/joeflow
Releases · codingjoe/joeflow
1.0.5
- Rerun unsuccessful celery tasks indefinitely
1.0.4
- Fix #26 -- Change workflow URLs to expect an integer PK
1.0.3
- Fix TaskViewMixin shadowing create_task method
- Fix TaskViewMixin create tasks
form_valid
only
1.0.2
- Fix outdated documentation
- Add missing Django 3.1 PyPi classifier
1.0.1
- Fix tutorial workflow documentation
1.0.0
Display if an edge was traveled or not and add all edges
1.0a3
- Render graph edges with correct colors #15
1.0a2
- Resolve #8 -- Use a DB table lock over a Redis lock
- Fix #7 -- Switch to
varchar
from text
to support Oracle indices
1.0a1
- Add Dramatiq support as an alternative to Celery
- Add Django 3.0 support
- Add Python 3.8 support