Releases: rsinger86/django-lifecycle
Releases · rsinger86/django-lifecycle
0.7.6
- Updates to use constants for hook names.
- Updates docs to indicate Python 3.8/Django 3.x support. Thanks @thejoeejoee!
0.7.5
- Adds static typed variables for hook names; thanks @Faisal-Manzer!
- Fixes some typos in docs; thanks @tomdyson and @bmispelon!
0.7.1
0.7.0 (December 2019)
- Adds
changes_to
condition - thanks @samitnuk! - Some typo fixes in docs
0.6.0
0.5.0
Fixes missing README.md install issue
0.4.2 Adds MANIFEST.in to include missing readme file
Fix for urlman
Fixes urlman-compatability.
Bug fix for initial_value()
Previously, this method did not return the field's initial value unless that value had changed. Thanks to @adamJLev for discovering this bug.