django1/django/contrib/messages
Hasan Ramezani 24b316536a Fixed #33303 -- Changed messages' level tags on MESSAGE_TAGS setting change. 2021-11-26 07:09:31 +01:00
..
storage Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieStorage. 2021-09-20 21:23:01 +02:00
__init__.py Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02:00
api.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
apps.py Fixed #33303 -- Changed messages' level tags on MESSAGE_TAGS setting change. 2021-11-26 07:09:31 +01:00
constants.py Fixed #20610: Added a message level dict to contrib.message context processor. 2013-10-30 13:54:07 +01:00
context_processors.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
middleware.py Fixed typo in MessageMiddleware.process_response() docstring. 2017-10-16 10:10:43 -04:00
utils.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
views.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00