summaryrefslogtreecommitdiff
path: root/django/contrib/messages/middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
* Fixed typo in MessageMiddleware.process_response() docstring.Joe Arthur2017-10-161-2/+1
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-3/+3
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-1/+2
* Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant2009-12-091-0/+26