summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_base.py
AgeCommit message (Collapse)Author
2018-07-31Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić
Regression in 3a148f958dddd97c1379081118c30fbede6b6bc4.
2017-10-21Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template ↵Levi Payne
variable names. Fixed by 9ec7d8e514e09636b0ab4bcac74b5f7a5be335a3.
2017-10-21Fixed #28730 -- Fixed loss of precision for large integer literals in templatesClaude Paroz
Thanks Fraser Nevett for the report and Tim Graham for patch edits.
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.