summaryrefslogtreecommitdiff
path: root/tests/messages_tests/base.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-103/+118
* Fixed #33303 -- Changed messages' level tags on MESSAGE_TAGS setting change.Hasan Ramezani2021-11-261-18/+4
* Refs #24121 -- Added __repr__() to ChangeList and BaseStorage.saeedblanchette2021-06-071-0/+8
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-1/+1
* Corrected type of MESSAGE_TAGS setting override in tests.Nick Pope2017-12-081-1/+1
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-1/+1
* Complemented message storage test with explicit None extra_tags valueClaude Paroz2017-05-101-1/+2
* Imported django.http classes instead of django.http.Asif Saifuddin Auvi2017-02-271-3/+3
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Cosmetic edits for messages_tests.Tim Graham2017-01-051-14/+12
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-8/+6
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-2/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-8/+3
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+2
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Moved contrib.messages tests out of contrib.Tim Graham2015-02-111-0/+383