Django 6.0 introduces a built-in background tasks framework that eliminates the need for third-party libraries like Celery for offloading work outside the request-response cycle. The release adds native Content Security Policy support to protect against XSS attacks, template partials for component-based development, and async
Sort: