summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_basic.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-121/+132
* Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...saeedblanchette2021-06-101-0/+12
* Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen2019-09-241-1/+2
* Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.Dave Smith2015-09-151-4/+4
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-0/+9
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-0/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Isolated template tests from Django settings.Aymeric Augustin2014-12-281-47/+45
* Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons2014-12-061-1/+1
* Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales2014-12-031-2/+2
* Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons2014-12-021-0/+316