mirror of
https://github.com/django/daphne.git
synced 2025-07-14 18:02:17 +03:00
Releasing 0.17.1
This commit is contained in:
parent
b76bf3c1cc
commit
04cfafeaf5
|
@ -1,3 +1,16 @@
|
||||||
|
0.17.1 (2016-07-22)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Bindings now require that `fields` is defined on the class body so all fields
|
||||||
|
are not sent by default. To restore old behaviour, set it to ['__all__']
|
||||||
|
|
||||||
|
* Bindings can now be declared after app.ready() has been called and still work.
|
||||||
|
|
||||||
|
* Binding payloads now include the model name as `appname.modelname`.
|
||||||
|
|
||||||
|
* A worker_ready signal now gets triggered when `runworker` starts consuming
|
||||||
|
messages. It does not fire from within `runserver`.
|
||||||
|
|
||||||
0.17.0 (2016-07-19)
|
0.17.0 (2016-07-19)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.17.0"
|
__version__ = "0.17.1"
|
||||||
|
|
||||||
default_app_config = 'channels.apps.ChannelsConfig'
|
default_app_config = 'channels.apps.ChannelsConfig'
|
||||||
DEFAULT_CHANNEL_LAYER = 'default'
|
DEFAULT_CHANNEL_LAYER = 'default'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user