François Freitag
|
b7fe36ad37
Refs #34730 -- Made Message importable from django.contrib.messages.
|
1 年之前 |
David Wobrock
|
21757bbdcd
Refs #28948 -- Removed superfluous messages from cookie through bisect.
|
2 年之前 |
David Wobrock
|
9d0c878abf
Refs #28948 -- Precomputed once serialized cookie messages.
|
2 年之前 |
David Wobrock
|
67208a5ad6
Fixed typo in tests/messages_tests/test_cookie.py.
|
2 年之前 |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
Timothy McCurrach
|
efb4478e48
Fixed #33458 -- Fixed encoding of messages with empty string as extra_tags.
|
3 年之前 |
Mariusz Felisiak
|
737fa72ae3
Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieStorage.
|
3 年之前 |
Florian Apolloner
|
4511d14598
Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.
|
4 年之前 |
Mariusz Felisiak
|
0aa6a602b2
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
|
4 年之前 |
Mariusz Felisiak
|
831a05b185
Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in CookieStorage.
|
4 年之前 |
Florian Apolloner
|
2d6179c819
Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.
|
4 年之前 |
Florian Apolloner
|
d10425f9c7
Simplified MessageEncoder instantiation with default separators.
|
4 年之前 |
Mariusz Felisiak
|
d907371ef9
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
|
4 年之前 |
Mariusz Felisiak
|
240cbb63bf
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpResponse.delete_cookie().
|
4 年之前 |
Claude Paroz
|
8ae84156d6
Fixed #27604 -- Used the cookie signer to sign message cookies.
|
5 年之前 |
Claude Paroz
|
e7d62e97eb
Refs #22426 -- Removed pre-Django 1.5 messages compatibility code and test.
|
5 年之前 |
Alex Gaynor
|
9a56b4b13e
Fixed #27863 -- Added support for the SameSite cookie flag.
|
7 年之前 |
Alexey
|
0afffae4ec
Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.
|
7 年之前 |
Tim Graham
|
0793182694
Cosmetic edits for messages_tests.
|
8 年之前 |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 年之前 |
Jon Dufresne
|
4f336f6652
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
8 年之前 |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 年之前 |
Simon Charette
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 年之前 |
Tim Graham
|
b3cd9e0d07
Moved contrib.messages tests out of contrib.
|
10 年之前 |