Skip to content

Releases: rsinger86/django-lifecycle

1.3.0

Choose a tag to compare

@EnriqueSoria EnriqueSoria released this 14 Jun 10:05

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

Choose a tag to compare

@EnriqueSoria EnriqueSoria released this 02 Mar 16:23

What's Changed

New Contributors

Full Changelog: 1.2.6...1.2.7

1.2.6

Choose a tag to compare

@EnriqueSoria EnriqueSoria released this 25 Jan 18:39
chore: Bump version

1.2.5

Choose a tag to compare

@EnriqueSoria EnriqueSoria released this 25 Jan 18:21

What's Changed

New Contributors

Full Changelog: 1.2.4...1.2.5

1.2.4

Choose a tag to compare

@EnriqueSoria EnriqueSoria released this 07 Jun 10:39

What's Changed

New Contributors

Full Changelog: 1.2.3...1.2.4

1.2.3

Choose a tag to compare

@EnriqueSoria EnriqueSoria released this 01 Mar 08:38
  • Fix imports

1.2.2

Choose a tag to compare

@EnriqueSoria EnriqueSoria released this 01 Mar 07:35
  • Fix pypi release by explicitly include conditions folder

1.2.1

Choose a tag to compare

@EnriqueSoria EnriqueSoria released this 01 Mar 07:20
  • Fix: Fix import errors

1.2.0

Choose a tag to compare

@EnriqueSoria EnriqueSoria released this 29 Feb 17:32

What's Changed

  • Fix has_changed and changed_to when 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

Choose a tag to compare

@EnriqueSoria EnriqueSoria released this 08 Nov 11:55
  • Fix: Hooks were failing if some watched field (those in when="" or when_any=[...]) was a GenericForeignKey