index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
messages_tests
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-08-08
Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.
Adam Johnson
2024-01-04
Used enterClassContext() where appropriate.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-11-13
Fixed #34958 -- Fixed isolation of messages_tests.tests.TestLevelTags.test_lazy.
nessita
2023-10-24
Fixed #34923 -- Avoided initializing LEVEL_TAGS when importing django.contrib...
Mariusz Felisiak
2023-09-05
Fixed #34730 -- Added django.contrib.messages.test.MessagesTestMixin.assertMe...
François Freitag
2023-08-25
Refs #34730 -- Made Message importable from django.contrib.messages.
François Freitag
2023-08-24
Refs #24121 -- Added __repr__() to Message.
François Freitag
2023-03-27
Refs #28948 -- Removed superfluous messages from cookie through bisect.
David Wobrock
2023-03-27
Refs #28948 -- Precomputed once serialized cookie messages.
David Wobrock
2023-03-27
Fixed typo in tests/messages_tests/test_cookie.py.
David Wobrock
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-24
Fixed #33458 -- Fixed encoding of messages with empty string as extra_tags.
Timothy McCurrach
2021-11-26
Fixed #33303 -- Changed messages' level tags on MESSAGE_TAGS setting change.
Hasan Ramezani
2021-09-20
Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieSto...
Mariusz Felisiak
2021-07-14
Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...
Carlton Gibson
2021-06-07
Refs #24121 -- Added __repr__() to ChangeList and BaseStorage.
saeedblanchette
2021-04-14
Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.
Florian Apolloner
2021-03-16
Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in Sessi...
Daniyal
2021-01-14
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2021-01-14
Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in Cook...
Mariusz Felisiak
2021-01-07
Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.
Florian Apolloner
2020-11-20
Simplified MessageEncoder instantiation with default separators.
Florian Apolloner
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-07-16
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...
Mariusz Felisiak
2020-02-18
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2020-02-04
Fixed #27604 -- Used the cookie signer to sign message cookies.
Claude Paroz
2020-01-31
Refs #22426 -- Removed pre-Django 1.5 messages compatibility code and test.
Claude Paroz
2019-10-23
Added tests for middlewares' checks.
Sergey Fedoseev
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-10-01
Refs #30651 -- Added tests for Message.__eq__().
Mariusz Felisiak
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-02
Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.
Alexey
2017-12-08
Corrected type of MESSAGE_TAGS setting override in tests.
Nick Pope
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-10
Complemented message storage test with explicit None extra_tags value
Claude Paroz
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-09
Fixed #27688 -- Made messages' add_message() request check use ducktyping.
Raffaele Salmaso
2017-01-05
Cosmetic edits for messages_tests.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
[next]