summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_base.py
AgeCommit message (Expand)Author
2025-06-18Fixed #36465, Refs #35816 -- Disallowed '+' and '-' characters in template va...haileyajohnson
2024-09-16Improved TokenType.COMMENT test by using correct block syntax in template tests.Lily Foote
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-08-09Refs #33002 -- Added DebugLexer/Lexer.tokenize() test for trailing text token.Mariusz Felisiak
2021-08-09Refs #32990 -- Added tests for DebugLexer/Lexer.tokenize().Greg Twohig
2021-03-17Refs #24121 -- Added __repr__() to Origin and Template.Tiago Honorato
2018-07-31Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić
2017-10-21Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template va...Levi Payne
2017-10-21Fixed #28730 -- Fixed loss of precision for large integer literals in templatesClaude Paroz
2017-02-06Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.Ryan O’Hara