mirror of
https://github.com/django/daphne.git
synced 2025-07-11 00:12:18 +03:00
Releasing 0.12.0
This commit is contained in:
parent
e684b27e46
commit
b374a2a604
|
@ -1,3 +1,12 @@
|
|||
0.12.0 (2016-04-26)
|
||||
-------------------
|
||||
|
||||
* HTTP paths and query strings are now expected to be sent over ASGI as
|
||||
unescaped unicode. Daphne 0.11.0 is updated to send things in this format.
|
||||
|
||||
* request.FILES reading bug fixed
|
||||
|
||||
|
||||
0.11.0 (2016-04-05)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.11.0"
|
||||
__version__ = "0.12.0"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user