| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-06 | Fixed #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. | |||
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | |
| 2017-01-19 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-09-08 | Fixed #27175 -- Deprecated silencing exceptions from the {% include %} ↵ | Jon Dufresne | |
| template tag. Thanks Tim Graham for the review. | |||
| 2015-09-21 | Fixed #25373 -- Added warning logging for exceptions during {% include %} ↵ | Nick Johnson | |
| tag rendering. | |||
| 2015-09-21 | Refs #18773 -- Improved template variable exception logging message. | Nick Johnson | |
| 2015-04-20 | Updated template tests to create their own engine. | Preston Timmons | |
| This continues work to treat Django templates as a library. | |||
| 2015-03-27 | Fixed #18773 -- Added logging for template variable resolving | Caroline Simpson | |
| Added a django.template logger without a default handler. Added logging if there is an exception while resolving variables in a template. | |||
