NilCoalescing / djangochannelsrestframework

A Rest-framework for websockets using Django channels-v4

Home Page:https://djangochannelsrestframework.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document support for channels v4

johnthagen opened this issue · comments

Currently the GitHub side bar and the README state that this library supports channels-v3, but channels 4.0.0 has been released.

Documenting (and testing?) that this library supports channels 4 will likely improve the new user experience and reduce possible confusion.

#172 implicitly adds support for testing under Channels v4. Given that CI only tests on the latest channels, the docs should probably be updated to reference v4 everywhere and remove references to v3.