- https://docs.djangoproject.com/fr/6.0/releases/6.0/#background-tasks

See also:

- https://adamj.eu/tech/2025/12/03/django-whats-new-6.0/#tasks-framework (Tasks framework)

- https://theorangeone.net/posts/django-dot-tasks-exists/ (django.tasks exists)

--<--
Django now includes a built-in Tasks framework for running code outside the HTTP request–response cycle.

This enables offloading work, such as sending emails or processing data, to background workers.

The framework provides task definition, validation, queuing, and result handling.

Django guarantees consistent behavior for creating and managing tasks, while the responsibility for running them continues to belong to external worker processes.
-->--

See Django’s Tasks framework for an overview and the Tasks reference for API details

#Django #Django6.0 #BackgroundTasks #wagtail

Django 6.0 release notes | Documentation de Django

The web framework for perfectionists with deadlines.

Django Project
🚀 "Django 6.0 is out! 🎉 Now you can use 'djangoupgrade' to transform your dusty old code into a shiny new mess of features you didn't ask for. Enjoy the obligatory, never-ending cycle of forced updates because why not make the same mistakes faster?" 🛠️
https://adamj.eu/tech/2025/12/03/django-whats-new-6.0/ #Django6 #djangoupgrade #codeupdates #softwaredevelopment #technews #HackerNews #ngated
Django: what’s new in 6.0 - Adam Johnson

Django 6.0 was released today, starting another release cycle for the loved and long-lived Python web framework (now 20 years old!). It comes with a mosaic of new features, contributed to by many, some of which I am happy to have helped with. Below is my pick of highlights from the release notes.

Django: what’s new in 6.0 - Adam Johnson

Django 6.0 was released today, starting another release cycle for the loved and long-lived Python web framework (now 20 years old!). It comes with a mosaic of new features, contributed to by many, some of which I am happy to have helped with. Below is my pick of highlights from the release notes.

🎉 Behold, Django 6.0: the web framework for "perfectionists" (who clearly never sleep) now comes with more theme toggles than you can shake a deadline at! 🚀 Dive into the #release notes, because who needs a life when you can have auto-toggling color themes in 10 languages? 🌐📚
https://docs.djangoproject.com/en/6.0/releases/6.0/ #Django6 #webdevelopment #themetoggles #autothemes #HackerNews #ngated
Django 6.0 release notes | Django documentation

The web framework for perfectionists with deadlines.

Django Project
Django 6.0 release notes | Django documentation

The web framework for perfectionists with deadlines.

Django Project
🚀 Wow, Django 6.0 has finally joined the background tasks party... with no workers! 🛠️ It's like bringing a car without wheels and calling it a transportation breakthrough. 🙄 Thanks, Django, for the API to nowhere!
https://roam.be/notes/2025/a-first-look-at-djangos-new-background-tasks/ #Django6 #backgroundtasks #APItoNowhere #development #programming #HackerNews #ngated
A first look at Django's new background tasks

Django 6.0 introduces a built-in background tasks framework in `django.tasks`. But don't expect to phase out Celery, Huey or other preferred solutions just yet.

Roam

Django 6.0beta1 is out! 🎉

It brings new built-in features like CSP support, background tasks, and partial templates, all ready to use without extra packages. 🧩

It’s not ready for production yet, but now is a good time to test it, report bugs, and get your projects ready for the final release. 🚀

https://www.djangoproject.com/weblog/2025/oct/22/django-60-beta-released/

CC @django

#Django #Django6 #Beta #Python