Commit graph

6 commits

Author SHA1 Message Date
joerg
6e56f72628 Restrict Python support as py-asgiref doesn't support 2.7 and 3.4. 2017-12-08 20:38:59 +00:00
adam
092eb1aa64 py-channels: update to 1.1.8
1.1.8
* Reverted recent JS fixes for subprotocols on some phones as they do not work
  in Chrome.
2017-09-16 06:51:54 +00:00
adam
15b6448d86 py-channels: update to 1.1.7
1.1.7:
* Fixed compatability with Django 1.10 and below
* JS library: Fixed error with 1006 error code
2017-09-15 12:49:07 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
adam
6965ffc8eb Changes 1.1.6:
The runserver server_cls override no longer fails with more modern Django versions that pass an ipv6 parameter.
2017-07-03 20:56:08 +00:00
adam
d78bd6924c Channels loads into Django as a pluggable app to bring WebSocket, long-poll
HTTP, 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.
2017-06-21 19:09:34 +00:00