django/tests/messages_tests
Claude Paroz 4d973f5939 Refs #26601 -- Deprecated passing None as get_response arg to middleware classes.
This is the new contract since middleware refactoring in Django 1.10.

Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-02-18 20:03:44 +01:00
..
__init__.py
base.py
test_api.py
test_cookie.py Fixed #27604 -- Used the cookie signer to sign message cookies. 2020-02-04 08:05:02 +01:00
test_fallback.py
test_middleware.py Refs #26601 -- Deprecated passing None as get_response arg to middleware classes. 2020-02-18 20:03:44 +01:00
test_mixins.py
test_session.py Added tests for middlewares' checks. 2019-10-23 08:18:02 +02:00
tests.py Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons. 2019-10-01 17:58:19 +02:00
urls.py