summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_custom.py
AgeCommit message (Expand)Author
2015-04-01[1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode.Tim Graham
2015-02-24[1.8.x] Moved TemplateTagLoading cases into test_custom.Preston Timmons
2015-01-09Fixed #24094 -- Enabled template tests to run individually.Preston Timmons
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons