From 69d60a60c5dc17e9f1eaa6957ca834af4f02a06b Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Thu, 10 Mar 2016 09:25:02 +0000 Subject: [PATCH] Clearly you're allowing more extensions. --- docs/asgi.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/asgi.rst b/docs/asgi.rst index 61c0cfa..ec965fd 100644 --- a/docs/asgi.rst +++ b/docs/asgi.rst @@ -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: