summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_unicode.py
AgeCommit message (Expand)Author
2017-02-07Refs #27795 -- Removed force_text from the template layerClaude Paroz
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-04-20Updated template tests to create their own engine.Preston Timmons
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-28Cleaned up the django.template namespace.Aymeric Augustin
2013-10-19Removed unused local variables in tests.Tim Graham
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons