summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_parser.py
AgeCommit message (Expand)Author
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-19Fixed #7557 -- Added type checking to Variable initialization.Tim Graham
2013-09-09Simplify FilterExpression.args_checkCurtis Maloney
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons