summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2015-03-19Fixed typo in escape_filter() docstring.Jon Walsh
2015-03-16Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons
2015-03-13Fed tuples to startswith when appropriateClaude Paroz
2015-03-09Fixed #24464 -- Made built-in HTML template filter functions escape their inp...Erik Romijn
2015-03-07Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.Tim Graham
2015-03-03Fixed #24399 -- Made filesystem loaders use more specific exceptions.Preston Timmons
2015-03-02Fixed #24372 - Replaced TokenParser usage with traditional parsing.Preston Timmons
2015-03-02Used dict comprehension in URLNodeCorey Farwell
2015-03-02Fixed #24409 -- Combined the app_directories and filesystem loader implementa...Preston Timmons
2015-02-20Removed a non-obvious side-effect of assigning Context.template.Aymeric Augustin
2015-02-19Set context.template instead of context.engine while rendering.Aymeric Augustin
2015-02-18Refs #24324 -- Fixed crash in {% debug %} tag on Python 2.Tim Graham
2015-02-17Refs #24324 -- Fixed get_app_template_dirs() UnicodeDecodeError on Python 2.Tim Graham
2015-02-16Removed unnecessary __init__ definition from DebugLexer.Preston Timmons
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-14Fixed #24338 -- Accepted Template wrapper in {% extends %}.Aymeric Augustin
2015-02-10Split DTL context creation into its own function.Aymeric Augustin
2015-02-08Simplified the lazy CSRF token implementation in csrf context processor.Alex Gaynor
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin
2015-02-05Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin
2015-02-04Fixed #24235 -- Removed is_usable attribute from template loaders.Preston Timmons
2015-02-03Fixed #18651 -- Enabled optional assignments for simple_tag().Preston Timmons
2015-02-03Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-17Fixed typo in 'Django Template Language'David Robles
2015-01-12Accounted for multiple template engines in template responses.Aymeric Augustin
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2015-01-12Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin
2015-01-11Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.Ola Sitarska
2015-01-07Added a request argument to render_to_string.Aymeric Augustin
2015-01-07Exposed Engine in the django.template namespace.Aymeric Augustin
2015-01-06Made context take priority over context processors.Aymeric Augustin
2015-01-06Added comments to remove Engine.render_to_string in Django 2.0.Aymeric Augustin
2015-01-05Fixed #24022 -- Deprecated the ssi tag.Preston Timmons
2014-12-28Explained the structure of django.template.Aymeric Augustin
2014-12-28Raised a warning when using the legacy TEMPLATE_* settings.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Raised an error when allowed_include_roots is a string.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-12-28Preserved context class in inclusion_tag.Aymeric Augustin
2014-12-28Simplified implementation of django.shortcuts.render(_to_response).Aymeric Augustin
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-28Added a comment about the last use of Engine.get_default().Aymeric Augustin
2014-12-28Supported multiple template engines in render_to_string.Aymeric Augustin
2014-12-28Removed extraneous arguments in Engine.from_string.Aymeric Augustin
2014-12-28Removed private API get_template_from_string.Aymeric Augustin
2014-12-28Removed private API find_template.Aymeric Augustin
2014-12-28Supported multiple template engines in get_template and select_template.Aymeric Augustin
2014-12-28Looked up the default template engine in the list of all engines.Aymeric Augustin