From d72f99df9450f894464670703ef74835f0f7f4be Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 21 Mar 2016 16:49:21 -0700 Subject: [PATCH] Update channel readme --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index df5559f..7938c60 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,9 @@ Django Channels .. image:: https://api.travis-ci.org/andrewgodwin/channels.svg :target: https://travis-ci.org/andrewgodwin/channels +*(Note: Recent versions of Channels also need recent versions of Daphne, +asgi_redis and asgiref, so make sure you update all at once)* + This is a work-in-progress code branch of Django implemented as a third-party app, which aims to bring some asynchrony to Django and expand the options for code beyond the request-response model, in particular enabling WebSocket,