summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-11/+11
* Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag2021-03-021-3/+2
* Removed uneeded iter() calls with generator expression as argument.Sergey Fedoseev2019-02-091-1/+1
* Captured logging in tests with self.assertLogs().Claude Paroz2018-05-071-34/+19
* Refs #27175 -- Removed exception silencing from the {% include %} template tag.Tim Graham2017-09-221-46/+2
* Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.Ryan O’Hara2017-02-061-1/+1
* 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
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne2016-09-081-3/+6
* Fixed #25373 -- Added warning logging for exceptions during {% include %} tag...Nick Johnson2015-09-211-3/+48
* Refs #18773 -- Improved template variable exception logging message.Nick Johnson2015-09-211-6/+15
* Updated template tests to create their own engine.Preston Timmons2015-04-201-2/+2
* Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson2015-03-271-0/+71