summaryrefslogtreecommitdiff
path: root/tests/flatpages_tests/test_templatetags.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-4/+14
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-30/+42
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-7/+11
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-17/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-14/+14
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-1/+2
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-1/+29
* Fixed typos in flatpages_tests comments.Nik Nyby2015-02-241-5/+5
* Moved contrib.flatpages tests out of contrib.Tim Graham2015-02-111-0/+131