summaryrefslogtreecommitdiff
path: root/django/contrib/messages/context_processors.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
|
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-1/+2
|
* Fixed #20610: Added a message level dict to contrib.message context processor.Baptiste Mispelon2013-10-301-1/+5
|
* Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant2009-12-091-0/+8
This deprecates User.message_set in favour of a configurable messaging system, with backends provided for cookie storage, session storage and backward compatibility. Many thanks to Tobias McNulty for the bulk of the work here, with contributions from Chris Beaven (SmileyChris) and lots of code review from Russell Keith-Magee, and input from many others. Also credit to the authors of various messaging systems for Django whose ideas may have been pinched :-) git-svn-id: http://code.djangoproject.com/svn/django/trunk@11804 bcc190cf-cafb-0310-a4f2-bffc1f526a37