Releases: rsinger86/django-lifecycle
Releases · rsinger86/django-lifecycle
Release list
1.3.0
What's Changed
- Update supported Python/Django versions for pypi and fix badges by @marciomazza in #185
Full Changelog: 1.2.7...1.3.0
1.2.7
What's Changed
- Upgrade python syntax to Python 3.8 by @EnriqueSoria in #175
- Remove pre-django 4.2 code by @EnriqueSoria in #176
- fix: return initial_value in ModelState.get_diff by @ahumeau in #177
- Remove unused imports by @EnriqueSoria in #178
New Contributors
Full Changelog: 1.2.6...1.2.7
1.2.6
1.2.5
What's Changed
- chore: Add import path for hook conditions in code examples by @shdwkl in #162
- docs: Update return type hint in utility methods documentation by @kimihito in #166
- Declare package to be fully typed by @allanlewis in #168
- Fix typo in docs by @marciomazza in #174
- Context manager to bypass hooks by @ticosax in #169
- Add support django 5.2 by @scpaes in #173
- perf: don't eval attr just pass to isinstance by @TonisPiip in #164
New Contributors
- @shdwkl made their first contribution in #162
- @kimihito made their first contribution in #166
- @allanlewis made their first contribution in #168
- @marciomazza made their first contribution in #174
- @ticosax made their first contribution in #169
- @scpaes made their first contribution in #173
- @TonisPiip made their first contribution in #164
Full Changelog: 1.2.4...1.2.5
1.2.4
What's Changed
- Update the initial state after calling
refresh_from_dbon the model instance by @partizaans in #158 - Extract model state methods by @EnriqueSoria in #160
- Revert to copying model state instead of deepcopying it by @EnriqueSoria in #161
New Contributors
- @partizaans made their first contribution in #158
Full Changelog: 1.2.3...1.2.4
1.2.3
1.2.2
- Fix pypi release by explicitly include
conditionsfolder
1.2.1
1.2.0
What's Changed
- Fix
has_changedandchanged_towhen working with mutable data (i.e.:dicts) by @AlaaNour94 in #151 - Hook condition can be now built using some predefined conditions and/or with custom ones by @EnriqueSoria in #150
New Contributors
- @AlaaNour94 made their first contribution in #151
Full Changelog: 1.1.2...1.2.0
1.1.2
- Fix: Hooks were failing if some watched field (those in
when=""orwhen_any=[...]) was aGenericForeignKey