summaryrefslogtreecommitdiff
path: root/django/template/loaders/locmem.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-17Refs #15053 -- Removed support for non-recursive template loading.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-06Moved engine-related exceptions to django.template.exceptions.Preston Timmons
2015-04-22Fixed #15053 -- Enabled recursive template loading.Preston Timmons
2015-02-04Fixed #24235 -- Removed is_usable attribute from template loaders.Preston Timmons
2014-11-23Moved template loaders management in Engine.Aymeric Augustin
2014-11-16Removed skip_template argument of locmem.Loader.load_template_source.Aymeric Augustin
2014-11-16Removed the "test:" prefix from locmem template identifiers.Aymeric Augustin
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin