mirror of
https://github.com/django/django.git
synced 2025-01-22 16:19:35 +00:00
2577ae6a08
Reformatted the code of base.Loader according to modern standards. Turned the test template loader into a regular locmem.Loader -- but didn't document it. Added a normal deprecation path for BaseLoader which is a public API. Added an accelerated deprecation path for TestTemplateLoader which is a private API.