hearsaycorp / django-livefield

Convenient soft-deletion for Django models.
MIT License
35 stars 19 forks source link

Django 3.x compatibility #56

Closed james-certn closed 4 years ago

james-certn commented 4 years ago

This directly builds off of https://github.com/hearsaycorp/django-livefield/pull/55 by @lukeburden. If acceptable, this can replace that PR.

Also added dynamic model adjustment for Django 4.x deprecation (NullBooleanField to be removed).

james-certn commented 4 years ago

Hi @rbm, let me know if there is anything that I can do to help you out with this PR (or https://github.com/hearsaycorp/django-livefield/pull/55 if you prefer).

rbm commented 4 years ago

lgtm

rbm commented 4 years ago

@james-certn v3.3.0 uploaded to PyPI. Thanks for the PR (and the reminder!)

james-certn commented 4 years ago

@rbm Thank you sir! 🙌

lukeburden commented 4 years ago

Thanks for getting to it @rbm and your extra bits @james-certn 👍