summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-20/+24
* Refs #33002 -- Added DebugLexer/Lexer.tokenize() test for trailing text token.Mariusz Felisiak2021-08-091-0/+2
* Refs #32990 -- Added tests for DebugLexer/Lexer.tokenize().Greg Twohig2021-08-091-0/+40
* Refs #24121 -- Added __repr__() to Origin and Template.Tiago Honorato2021-03-171-0/+11
* Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić2018-07-311-1/+8
* Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template va...Levi Payne2017-10-211-0/+9
* Fixed #28730 -- Fixed loss of precision for large integer literals in templatesClaude Paroz2017-10-211-1/+6
* Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.Ryan O’Hara2017-02-061-0/+8