mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23849 -- Documented the locmem.Loader class.
This commit is contained in:
committed by
Carl Meyer
parent
08fbbaa45b
commit
536795f79a
@@ -414,6 +414,9 @@ Templates
|
||||
its query string as part of the URL (the URL in e.g. ``'djangoproject.com!``
|
||||
is ``djangoproject.com``)
|
||||
|
||||
* Added a :class:`locmem.Loader <django.template.loaders.locmem.Loader>`
|
||||
class that loads Django templates from a Python dictionary.
|
||||
|
||||
Requests and Responses
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user