After over 4 months of development, django-tasks 0.9.0 is out! 🥳
- Django 6.0 support
- RQ optimisations
- Dropped `enqueue_on_commit` support
- A number of renames and refactors to match upstream Django
A small set of changes, but one of the largest diffs to date!

GitHub
Release 0.9.0 · RealOrangeOne/django-tasks
What's Changed
fix: prevent IndexError: pop from empty list in RQ backend by @crgwbr in #183
Add support for Django 6.0 by @RealOrangeOne in #193
...