Daniel Gilge
Daniel Gilge
Fixes an issue where the response messages are displayed as a list with one character per item: `AssertionError: {'detail': ['V', 'e', 'r', 'i', 'f', 'i', 'c', 'a', [80 chars]'.']} !=...
Fixes #226
The newly released Channels 2.0 Django package "relies on the `asyncio` library and native Python async support". [They recommend](http://channels.readthedocs.io/en/latest/topics/testing.html) to use `py.test` tests with the `asyncio` plugin. Now, you can...
Thanks for this valuable documentation. I just wondered how to add the inner `Meta` class.
I have installed both, django-uwsgi and [django-celery-beat](https://github.com/celery/django-celery-beat/), but they cause a bug when I want to change periodic tasks in the admin panel: http://localhost:8001/admin/django_celery_beat/periodictask/1/change/ I disabled django-uwsgi for now but...