django1/django/template
Sambhav Satija dc4c8df7aa Renamed filesizeformat tag's bytes variable to avoid clash with builtin. 2015-10-27 10:40:50 -04:00
..
backends Removed support for passing a context to a generic Template.render(). 2015-09-23 19:31:11 -04:00
loaders Removed template.loader.BaseLoader per deprecation timeline. 2015-09-23 19:31:11 -04:00
__init__.py Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin. 2015-09-29 18:31:11 -04:00
base.py Fixed #25423 -- Made error message for unknown template tag more helpful. 2015-10-05 17:21:35 -04:00
context.py Removed current_app argument to render() and TemplateResponse(). 2015-09-23 19:31:10 -04:00
context_processors.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
defaultfilters.py Renamed filesizeformat tag's bytes variable to avoid clash with builtin. 2015-10-27 10:40:50 -04:00
defaulttags.py Fixed #25610 -- Reverted removal of request.current_app in {% url %} tag. 2015-10-26 10:42:20 -04:00
engine.py Added django.template.engine.Engine.render_to_string() docstring. 2015-09-24 09:15:56 -04:00
exceptions.py Moved engine-related exceptions to django.template.exceptions. 2015-05-06 17:33:47 -05:00
library.py Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output. 2015-06-29 08:16:19 -04:00
loader.py Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin. 2015-09-29 18:31:11 -04:00
loader_tags.py Renamed deprecated logger.warn to warning 2015-10-24 11:37:58 +02:00
response.py Made template response APIs enforce the use of dict and backend-specific template objects. 2015-09-23 19:31:11 -04:00
smartif.py Refs #23913 -- Removed support for a single equals sign in {% if %} tag. 2015-09-23 19:31:11 -04:00
utils.py Removed deprecated TEMPLATE_* settings per deprecation timeline. 2015-09-23 19:31:11 -04:00