Django 6.0 alpha 1 released

(djangoproject.com)

16 points | by pentagrama 17 hours ago ago

3 comments

  • RantyDave 16 hours ago ago

    A built in task framework? Good BYE celery, you will not be missed.

    • proszkinasenne2 16 hours ago ago

      Seems like... not really.

      > Django’s new Tasks framework makes it easy to define and enqueue such work. It does not provide a worker mechanism to run Tasks. The actual execution must be handled by infrastructure outside Django, such as a separate process or service.

      You'll likely still need an actual backend, task runner, cache implementation with a backend etc.