Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/test_library.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #17085, #24783 -- Refactored template library ↵Preston Timmons2015-05-211-0/+132
registration. * 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.