summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_logging.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-03-02Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag
2019-02-09Removed uneeded iter() calls with generator expression as argument.Sergey Fedoseev
2018-05-07Captured logging in tests with self.assertLogs().Claude Paroz
2017-09-22Refs #27175 -- Removed exception silencing from the {% include %} template tag.Tim Graham
2017-02-06Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.Ryan O’Hara
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
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne
2015-09-21Fixed #25373 -- Added warning logging for exceptions during {% include %} tag...Nick Johnson
2015-09-21Refs #18773 -- Improved template variable exception logging message.Nick Johnson
2015-04-20Updated template tests to create their own engine.Preston Timmons
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson