| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-15 | [1.7.x] Harmonized some PEP 0263 coding preambles | Claude Paroz | |
| Backport of e520a73ee from master. | |||
| 2014-02-16 | Made the new template.Context.flatten() method a public API. | Marek Wywiał | |
| That method was introduced in 9db4271bd11ac23a5a5652bbcdf8fb6d4b997651. Refs #21765. | |||
| 2014-02-15 | Fixed bad comparison logic introduced in ↵ | Baptiste Mispelon | |
| d97bf2e9c8971764690caaf81a0914bc368d6b02. Refs #21765. Thanks to kezabelle for the quick report and to onjin for providing the patch. | |||
| 2014-02-15 | Fixed #21765 -- Added support for comparing Context instances | Marek Wywiał | |
| 2013-12-20 | Fixed #21639 -- Implemented RenderContext.__getitem__ | Alex Hill | |
| It's now consistent with RenderContext.get. | |||
| 2013-08-12 | Fixed #17778 -- Prevented class attributes on context from resolving as ↵ | Tim Graham | |
| template variables. Thanks KyleMac for the report, regebro for the patch, and Aymeric for the test. | |||
| 2013-07-17 | Allowed Context.push to behave as a context mananger. | Curtis Maloney | |
| Thanks Loic Bistuer for the review. | |||
| 2013-07-01 | Stopped using django.utils.unittest in the test suite. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-04-12 | Modified template_tests for unittest2 discovery. | Preston Timmons | |
