summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_library.py
AgeCommit message (Collapse)Author
2018-11-26Used SimpleTestCase for template library tests.Simon Charette
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
* Converted the ``libraries`` and ``builtins`` globals of ``django.template.base`` into properties of the Engine class. * Added a public API for explicit registration of libraries and builtins.