This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-30 09:06:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
eab71f7690c523b25b867a9cd5bf6fb82a33c6b4
django
/
tests
/
messages_tests
History
Florian Apolloner
4511d14598
Fixed
#32643
-- Fixed decoding of messages in the pre-Django 3.2 format.
...
Thanks Jan Pieter Waagmeester for the report. Regression in
2d6179c819
.
2021-04-14 22:52:59 +02:00
..
__init__.py
…
base.py
…
test_api.py
…
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
…
urls.py
…