rsinger86 / django-lifecycle

Declarative model lifecycle hooks, an alternative to Signals.
https://rsinger86.github.io/django-lifecycle/
MIT License
1.34k stars 89 forks source link

Extract model state methods #160

Closed EnriqueSoria closed 3 months ago

EnriqueSoria commented 3 months ago

This is a first step into remove most of the methods present in LifecycleMixin. Those methods end up being in lifecycle users models, where, in my opinion, they don't belong.

I've left those methods for backwards compatibility, but they will be removed in the future