File: 2.4.0.rst

package info (click to toggle)
python-django-channels 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 872 kB
  • sloc: python: 2,394; makefile: 154; sh: 8
file content (16 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2.4.0 Release Notes
===================

Channels 2.4 brings compatibility with Django 3.0s ``async_unsafe()`` checks.
(Specifically we ensure session save calls are made inside an asgiref
``database_sync_to_async()``.)

If you are using Daphne, it is recommended that you install Daphne version
2.4.1 or later for full compatibility with Django 3.0.

Backwards Incompatible Changes
------------------------------

In line with the guidance provided by Django's supported versions policy we now
also drop support for all Django versions before 2.2, which is the current LTS.