From f8c264551aa035306eb302d9b384003c6c2b0b09 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 28 Feb 2016 21:11:51 -0800 Subject: [PATCH] Remove warning from README. --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index c3966b3..df5559f 100644 --- a/README.rst +++ b/README.rst @@ -4,10 +4,6 @@ Django Channels .. image:: https://api.travis-ci.org/andrewgodwin/channels.svg :target: https://travis-ci.org/andrewgodwin/channels -**NOTE: The current master branch is in flux as it changes to match the final -structure and the new ASGI spec. If you wish to use this in the meantime, -please use a tagged release.** - 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,