summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_base.py
AgeCommit message (Collapse)Author
2017-02-06Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.Ryan O’Hara
Using __str__() and then repr'ing the result looks strange and can lead to recursive rendering of forms.