django1/django/template
Aymeric Augustin f50a09f2cd Removed private API get_template_from_string.
It wasn't documented and it wasn't used anywhere.
2014-12-28 16:23:01 +01:00
..
backends Supported multiple template engines in get_template and select_template. 2014-12-28 16:23:01 +01:00
loaders Removed some uses of global APIs from django.template.loader. 2014-12-28 16:23:00 +01:00
__init__.py Added initial support for loading template engines. 2014-12-28 16:08:31 +01:00
base.py Supported multiple template engines in get_template and select_template. 2014-12-28 16:23:01 +01:00
context.py Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine. 2014-11-23 11:53:18 +01:00
debug.py Fixed #23831 -- Supported strings escaped by third-party libs in Django. 2014-12-27 18:02:34 +01:00
defaultfilters.py Fixed #23558 -- documented slugify limitations 2014-10-30 09:02:04 -04:00
defaulttags.py Passed a reference to the current engine when instantiating Template. 2014-12-28 16:23:00 +01:00
engine.py Looked up the default template engine in the list of all engines. 2014-12-28 16:23:01 +01:00
loader.py Removed private API get_template_from_string. 2014-12-28 16:23:01 +01:00
loader_tags.py Removed some uses of global APIs from django.template.loader. 2014-12-28 16:23:00 +01:00
response.py Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to http.cookie. 2014-11-12 19:04:45 +01:00
smartif.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
utils.py Looked up the default template engine in the list of all engines. 2014-12-28 16:23:01 +01:00