File: 1.0.1.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-- 319 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
1.0.1 Release Notes
===================

Channels 1.0.1 is a minor bugfix release, released on 2017/01/09.

Changes
-------

* WebSocket generic views now accept connections by default in their connect
  handler for better backwards compatibility.


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

None.