1
0
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:
Preston Timmons
2014-11-16 17:13:40 -06:00
committed by Carl Meyer
parent 08fbbaa45b
commit 536795f79a
2 changed files with 23 additions and 2 deletions

View File

@@ -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
^^^^^^^^^^^^^^^^^^^^^^