summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_library.py
AgeCommit message (Expand)Author
2024-11-19Fixed #35535 -- Added template tag decorator simple_block_tag().Jake Howard
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-05-17Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function...Batuhan Taşkaya
2018-11-26Used SimpleTestCase for template library tests.Simon Charette
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons