summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_custom.py
AgeCommit message (Expand)Author
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