daphne/channels
2016-03-02 10:42:18 -08:00
..
management Warn when trying to use runworker with in memory layer 2016-02-28 21:52:35 -08:00
tests Fix bug with sending empty response 2016-02-14 21:26:34 +00:00
__init__.py Releasing 0.9.3 2016-02-28 22:06:25 -08:00
apps.py Fix pep8 errors using the Django core's flake8 preset 2015-11-09 13:00:00 +01:00
asgi.py Warn when trying to use runworker with in memory layer 2016-02-28 21:52:35 -08:00
auth.py Wrap long line 2016-02-20 22:59:29 +00:00
channel.py Start making channels work to ASGI spec. 2016-01-02 10:17:45 -08:00
consumer_registry.py Remove old echo code and allow configuring of http handler 2016-02-20 23:31:27 +00:00
database_layer.py Make database channel layer use transactions to stop dupes 2016-02-23 22:14:30 +00:00
exceptions.py Move ResponseLater into exceptions module 2016-02-24 00:39:48 +00:00
hacks.py Start making channels work to ASGI spec. 2016-01-02 10:17:45 -08:00
handler.py Move ResponseLater into exceptions module 2016-02-24 00:39:48 +00:00
log.py Fix runserver to properly autoreload w/Twisted 2016-02-10 19:24:18 +00:00
message.py User auth fixing 2016-02-14 21:27:12 +00:00
sessions.py Detect if you forget to decorate things with enforce_ordering 2016-03-02 10:42:18 -08:00
staticfiles.py Increase FileResponse chunk size for staticfiles handler 2016-02-28 22:04:03 -08:00
utils.py Additional logging and --noworker option 2016-02-14 18:47:30 +00:00
worker.py Detect if you forget to decorate things with enforce_ordering 2016-03-02 10:42:18 -08:00