mirror of
https://github.com/django/daphne.git
synced 2025-11-03 09:07:35 +03:00
* Relative imports at the base of generic * Added as_route method to generic consumers * Tests for as_route method for generic consumers * Now as_route method does not create new object + less verbose creating new object (tests) * Fix flake8 version * Fix blank line (flake8) * Separate kwargs of as_route method as filters and nonfilters kwargs. * `kwargs` for filters and `attrs` for class body at `as_route` method |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| a_file | ||
| base.py | ||
| http.py | ||
| settings.py | ||
| test_binding.py | ||
| test_generic.py | ||
| test_handler.py | ||
| test_management.py | ||
| test_request.py | ||
| test_routing.py | ||
| test_sessions.py | ||
| test_worker.py | ||