summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_extends.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-03-24Increased test coverage for various template tags.Mads Jensen
2017-02-04Added tests for various __repr__() methods.Mads Jensen
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-08Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-28Isolated template tests from Django settings.Aymeric Augustin
2014-12-06Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons
2014-12-03Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales
2014-12-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons