Skip to content

Releases: rsinger86/django-lifecycle

0.7.6

24 May 22:54
Compare
Choose a tag to compare
  • Updates to use constants for hook names.
  • Updates docs to indicate Python 3.8/Django 3.x support. Thanks @thejoeejoee!

0.7.5

25 Apr 21:05
Compare
Choose a tag to compare

0.7.1

13 Jan 20:52
Compare
Choose a tag to compare
  • Fixes bug in utils function that could cause infinite recursion

0.7.0 (December 2019)

15 Dec 21:17
Compare
Choose a tag to compare
  • Adds changes_to condition - thanks @samitnuk!
  • Some typo fixes in docs

0.6.0

08 Oct 05:36
Compare
Choose a tag to compare

Adds when_any hook paramter to watch multiple fields for state changes.

0.5.0

29 Sep 18:54
Compare
Choose a tag to compare
  • Adds was_not condition
  • Allow watching for changes to FK model field values, not just FK references

Fixes missing README.md install issue

06 Jul 18:16
Compare
Choose a tag to compare
0.4.2

Adds MANIFEST.in to include missing readme file

Fix for urlman

30 Jun 21:39
Compare
Choose a tag to compare

Fixes urlman-compatability.

Bug fix for initial_value()

11 May 20:53
e135f61
Compare
Choose a tag to compare

Previously, this method did not return the field's initial value unless that value had changed. Thanks to @adamJLev for discovering this bug.