summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_nodelist.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+33
* Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...Mariusz Felisiak2021-01-141-8/+1
* Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne2020-05-111-1/+3
* Switched unittest.TestCase to SimpleTestCase in template_tests/test_nodelist.py.Jon Dufresne2020-05-111-5/+4
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-5/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+15
* Used %r in the TextNode repr to show newlines better.Ned Batchelder2015-06-301-1/+17
* Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons2015-05-211-1/+1
* Updated template tests to create their own engine.Preston Timmons2015-04-201-8/+12
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-3/+2
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-1/+1
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-1/+2
* Avoided using private API get_template_from_string.Aymeric Augustin2014-10-311-11/+6
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixing E302 ErrorsJason Myers2013-11-021-1/+2
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Modified template_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+58