jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
894 stars 221 forks source link

Handle binary messages in Python 3 #237

Closed erikreed closed 6 years ago

erikreed commented 7 years ago

Closes #236.

Also adds Python 3.5 and 3.6 to Travis-CI.

erikreed commented 7 years ago

Oops -- apparently not backwards compatible with Django 1.7 and lower. That's unfortunate.