summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_basic.py
AgeCommit message (Expand)Author
2024-09-17Fixed #35735 -- Enabled template access to methods and properties of classes ...Fabian Braun
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-06-10Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...saeedblanchette
2019-09-24Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen
2015-09-15Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.Dave Smith
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-03-20Cleaned up the template debug implementation.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