mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Clearly you're allowing more extensions.
This commit is contained in:
parent
a2d64f9335
commit
69d60a60c5
|
@ -286,7 +286,8 @@ A *channel layer* should provide an object with these attributes
|
||||||
|
|
||||||
* ``extensions``, a list of unicode string names indicating which
|
* ``extensions``, a list of unicode string names indicating which
|
||||||
extensions this layer provides, or empty if it supports none.
|
extensions this layer provides, or empty if it supports none.
|
||||||
The only valid extension names are ``groups``, ``flush`` and ``statistics``.
|
The names defined in this document are ``groups``, ``flush`` and
|
||||||
|
``statistics``.
|
||||||
|
|
||||||
A channel layer implementing the ``groups`` extension must also provide:
|
A channel layer implementing the ``groups`` extension must also provide:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user