mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Merge pull request #84 from Lukasa/valid-extensions
Clearly you're allowing more extensions.
This commit is contained in:
commit
1bf8532175
|
@ -286,7 +286,8 @@ A *channel layer* should provide an object with these attributes
|
|||
|
||||
* ``extensions``, a list of unicode string names indicating which
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user