summaryrefslogtreecommitdiff
path: root/django/contrib/messages/views.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2013-05-17Remove unnecessary and problematic parent class from SuccessMessageMixinPreston Holmes
2013-03-19Fixed #16319 -- added SuccessMessageMixin to contrib.messagesPaul Collins