summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_nodelist.py
AgeCommit message (Expand)Author
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2014-12-28Cleaned up the django.template namespace.Aymeric Augustin
2014-10-31Avoided using private API get_template_from_string.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-02Fixing E302 ErrorsJason Myers
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons