index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
template_tests
/
test_logging.py
Age
Commit message (
Expand
)
Author
2019-02-09
Removed uneeded iter() calls with generator expression as argument.
Sergey Fedoseev
2018-05-07
Captured logging in tests with self.assertLogs().
Claude Paroz
2017-09-22
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
Tim Graham
2017-02-06
Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.
Ryan O’Hara
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-08
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...
Jon Dufresne
2015-09-21
Fixed #25373 -- Added warning logging for exceptions during {% include %} tag...
Nick Johnson
2015-09-21
Refs #18773 -- Improved template variable exception logging message.
Nick Johnson
2015-04-20
Updated template tests to create their own engine.
Preston Timmons
2015-03-27
Fixed #18773 -- Added logging for template variable resolving
Caroline Simpson