Django's Tasks Framework in Django 6.0

I believe you still need to install django-tasks the third party package to get the database backend and worker to use the feature.

I believe this initial release is a stable API for other background task packages (eg Celery etc) to work against to provide a compatibility with this new API.

At least the above is my understanding. I will know more next week as I plan to upgrade a project to 6.0 to use tasks myself!