django/tests/messages_tests
saeedblanchette 7dd502b0e1 Refs #24121 -- Added __repr__() to ChangeList and BaseStorage. 2021-06-07 06:31:50 +02:00
..
__init__.py
base.py Refs #24121 -- Added __repr__() to ChangeList and BaseStorage. 2021-06-07 06:31:50 +02:00
test_api.py Made reused RequestFactory instances class attributes. 2018-11-27 09:49:02 -05:00
test_cookie.py Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format. 2021-04-14 22:52:59 +02:00
test_fallback.py Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format. 2021-01-07 13:00:53 +01:00
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 Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format. 2021-01-07 13:00:53 +01:00
test_session.py Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in SessionStorage. 2021-03-16 09:01:49 +01:00
tests.py Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons. 2019-10-01 17:58:19 +02:00
urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00