mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Releasing 0.10.2
This commit is contained in:
parent
f829a14312
commit
392ba22768
|
@ -1,3 +1,13 @@
|
|||
0.10.2 (2016-03-23)
|
||||
-------------------
|
||||
|
||||
* Regular expressions for routing include() can now be Unicode under Python 3
|
||||
|
||||
* Last-resort error handling for HTTP request exceptions inside Django's core
|
||||
code. If DEBUG is on, shows plain text tracebacks; if it is off, shows
|
||||
"Internal Server Error".
|
||||
|
||||
|
||||
0.10.1 (2016-03-22)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.10.1"
|
||||
__version__ = "0.10.2"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user