This website requires JavaScript.
Explore
Help
Register
Sign In
django
/
daphne
Watch
1
Star
1
Fork
0
You've already forked daphne
mirror of
https://github.com/django/daphne.git
synced
2025-04-25 03:03:47 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
51561273ae
daphne
/
channels
/
binding
History
Jeremy Spencer
51561273ae
Fix for issue 398. Converts channels.binding.websockets.WebsocketBinding.fields to list before comparing to ['__all__'] to ensure most common data structures do not cause unexpected failures (i.e. ('__all__',), '__all__') (
#399
)
2016-10-14 18:54:46 -07:00
..
__init__.py
Fix QA error
2016-07-14 23:53:08 -07:00
base.py
fixed usage of group_names in *_change_receiver (
#306
)
2016-08-23 10:13:46 -07:00
websockets.py
Fix for issue 398. Converts channels.binding.websockets.WebsocketBinding.fields to list before comparing to ['__all__'] to ensure most common data structures do not cause unexpected failures (i.e. ('__all__',), '__all__') (
#399
)
2016-10-14 18:54:46 -07:00