summaryrefslogtreecommitdiff
path: root/django/contrib/messages
AgeCommit message (Expand)Author
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2024-08-08Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.Adam Johnson
2023-10-24Fixed #34923 -- Avoided initializing LEVEL_TAGS when importing django.contrib...Mariusz Felisiak
2023-09-05Fixed #34730 -- Added django.contrib.messages.test.MessagesTestMixin.assertMe...François Freitag
2023-08-25Refs #34730 -- Made Message importable from django.contrib.messages.François Freitag
2023-08-24Refs #24121 -- Added __repr__() to Message.François Freitag
2023-03-27Refs #28948 -- Removed superfluous messages from cookie through bisect.David Wobrock
2023-03-27Refs #28948 -- Precomputed once serialized cookie messages.David Wobrock
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-25Refs #20349 -- Avoided loading testing libraries when not needed.Collin Anderson
2022-01-24Fixed #33458 -- Fixed encoding of messages with empty string as extra_tags.Timothy McCurrach
2021-11-26Fixed #33303 -- Changed messages' level tags on MESSAGE_TAGS setting change.Hasan Ramezani
2021-09-20Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieSto...Mariusz Felisiak
2021-06-07Refs #24121 -- Added __repr__() to ChangeList and BaseStorage.saeedblanchette
2021-04-14Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.Florian Apolloner
2021-03-16Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in Sessi...Daniyal
2021-01-14Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in Cook...Mariusz Felisiak
2021-01-07Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner
2020-11-20Simplified MessageEncoder instantiation with default separators.Florian Apolloner
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-07-16Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...Mariusz Felisiak
2020-02-04Refs #27604 -- Fixed loading of legacy cookie hashes when CookieStorage.key_s...Florian Apolloner
2020-02-04Fixed #27604 -- Used the cookie signer to sign message cookies.Claude Paroz
2020-02-04Refs #27604 -- Added CookieStorage.key_salt to allow customization.Claude Paroz
2020-01-31Refs #22426 -- Removed pre-Django 1.5 messages compatibility code and test.Claude Paroz
2019-10-23Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting.Sergey Fedoseev
2019-10-01Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU
2018-07-18Removed duplicate words in various comments.Mariusz Felisiak
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-10-16Fixed typo in MessageMiddleware.process_response() docstring.Joe Arthur
2017-09-25Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...Tim Graham
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-05-10Refs #27795 -- Replaced force_text() with str() in contrib.messagesClaude Paroz
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-09Fixed #27688 -- Made messages' add_message() request check use ducktyping.Raffaele Salmaso
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham