summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/messages.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
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-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-03-02Fixed #32271 -- Improved consistency of docs CBV examples.Jack Aitken
2021-01-07Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-17Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2013-12-12Fixed #21591 -- Added documentation about contrib.messages.get_messages.Rémy HUBSCHER
2013-11-11Fixed #21421 -- Added level_tag attribute on messages.Sjoerd Langkemper
2013-10-30Fixed #20610: Added a message level dict to contrib.message context processor.Baptiste Mispelon
2013-08-26Fixed #20972 -- Make messages cookie follow session cookie secure/httponlyErik Romijn
2013-08-14Added some doc links for django.contrib.messagesTim Graham
2013-05-22Fixed a broken link introduced in a542b808baf.Tim Graham
2013-03-24Fixed #20124 - Fixed doc warnings.Tim Graham
2013-03-19Fixed #16319 -- added SuccessMessageMixin to contrib.messagesPaul Collins
2013-01-27Fixed two malformed links.Tim Graham
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-11-20Corrected docs about default value of MESSAGE_STORAGELuke Plant
2012-09-07Clarified the messages documentation.Aymeric Augustin
2012-08-04Small improvement to the `contrib.messages` doc introduction.Julien Phalip
2012-06-30Fixed #17026 -- Improved wording of contrib.messages' storage backends sectionClaude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-21Fixed #16904 -- Additional clarification regarding contrib.messages iteration...Simon Meers
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-04-02Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...Russell Keith-Magee
2011-03-16Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO...Adrian Holovaty
2010-12-25Fixed #14956 - typo in messages docs. thanks alexarsh for the report.Timo Graham
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-01-12Fixed #12575 - created a better interface for getting/setting the effective ...Luke Plant
2010-01-09Fixed #12523 -- Fixed typo in docs/ref/contrib/messages.txtAdrian Holovaty
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant