Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -20/+24 |
* | Refs #33002 -- Added DebugLexer/Lexer.tokenize() test for trailing text token. | Mariusz Felisiak | 2021-08-09 | 1 | -0/+2 |
* | Refs #32990 -- Added tests for DebugLexer/Lexer.tokenize(). | Greg Twohig | 2021-08-09 | 1 | -0/+40 |
* | Refs #24121 -- Added __repr__() to Origin and Template. | Tiago Honorato | 2021-03-17 | 1 | -0/+11 |
* | Fixed #29617 -- Fixed Template crash if template_string is lazy. | Dražen Odobašić | 2018-07-31 | 1 | -1/+8 |
* | Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template va... | Levi Payne | 2017-10-21 | 1 | -0/+9 |
* | Fixed #28730 -- Fixed loss of precision for large integer literals in templates | Claude Paroz | 2017-10-21 | 1 | -1/+6 |
* | Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context. | Ryan O’Hara | 2017-02-06 | 1 | -0/+8 |