mirror of
https://github.com/django/daphne.git
synced 2025-07-11 00:12:18 +03:00
Releasing 0.15.0
This commit is contained in:
parent
e890c48f3f
commit
a9daf0dfbb
|
@ -1,3 +1,10 @@
|
||||||
|
0.15.0 (2016-06-22)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Query strings are now decoded entirely by Django. Must be used with Daphne
|
||||||
|
0.13 or higher.
|
||||||
|
|
||||||
|
|
||||||
0.14.3 (2016-06-21)
|
0.14.3 (2016-06-21)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.14.3"
|
__version__ = "0.15.0"
|
||||||
|
|
||||||
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