rsinger86 / django-lifecycle

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

🚧chore: Add support for Django 4.2 #131

Closed simkimsia closed 1 year ago

simkimsia commented 1 year ago

fixed #114

adopted some of the changes in #115

and those in https://github.com/rsinger86/django-lifecycle/compare/0.9.2...0.9.3

PS

After this is merged, the next PR i will likely make is to drop support for Django versions that are outdated. This will be everything before 3.2 and 4.0.

simkimsia commented 1 year ago

@EnriqueSoria this is my attempt to bump the support for Django 4.2 which is my primary concern. Do let me know if there are any changes I need to make.

Thank you

simkimsia commented 1 year ago

Thank you @rsinger86

How do I help release the new version on pypi?

simkimsia commented 1 year ago

Oh ignore my last statement @rsinger86

I just saw 1.0.2

Thank you