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