From e07389eadb57e8257702fcbfc51bf6b1b6836696 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 22 Jan 2017 11:04:56 -0800 Subject: [PATCH] Fixed #496: Update readme to remove beta info --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8d483b3..2ca9a71 100644 --- a/README.rst +++ b/README.rst @@ -18,13 +18,13 @@ task offloading and other asynchrony support to your code, using familiar Django design patterns and a flexible underlying framework that lets you not only customize behaviours but also write support for your own protocols and needs. -This is still **beta** software: the API is mostly settled, but might change -a bit as things develop. Once we hit ``1.0``, it will be stablized and a -deprecation policy will come in. - Documentation, installation and getting started instructions are at https://channels.readthedocs.io +Channels is an official Django Project and as such has a deprecation policy. +Details about what's deprecated or pending deprecation for each release is in +the `release notes `_. + Support can be obtained either here via issues, or in the ``#django-channels`` channel on Freenode.