summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_context.py
AgeCommit message (Expand)Author
2013-12-20Fixed #21639 -- Implemented RenderContext.__getitem__Alex Hill
2013-08-12Fixed #17778 -- Prevented class attributes on context from resolving as templ...Tim Graham
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons