summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2016-02-23[1.8.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-19[1.8.x] Corrected stacklevel in Engine deprecation warnings.Chris Lamb
2015-10-25[1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-08-13[1.8.x] Removed unreachable codeAndriy Sokolovskiy
2015-06-27[1.8.x] Fixed #25031 -- Fixed a regression in the unordered_list template fil...Noam
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-05-27Fixed #24847 -- Prevented items set on a RequestContext from being lost.Paweł Marczewski
2015-05-27[1.8.x] Refs #24836 -- Reverted "Simplified the lazy CSRF token implementatio...Tim Graham
2015-05-04[1.8.x] Fixed #24685 -- Fixed check for template name unicity.Aymeric Augustin
2015-04-03[1.8.x] Updated docstring for firstof tag to reflect new auto-escaping behavior.Preston Timmons
2015-04-01[1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode.Tim Graham
2015-04-01[1.8.x] Fixed #24538 -- Allowed self in Jinja contextTim Heap
2015-03-19[1.8.x] Fixed typo in escape_filter() docstring.Jon Walsh
2015-03-09[1.8.x] Fixed #24464 -- Made built-in HTML template filter functions escape t...Erik Romijn
2015-02-20[1.8.x] Removed a non-obvious side-effect of assigning Context.template.Aymeric Augustin
2015-02-19[1.8.x] Set context.template instead of context.engine while rendering.Aymeric Augustin
2015-02-18[1.8.x] Refs #24324 -- Fixed crash in {% debug %} tag on Python 2.Tim Graham
2015-02-17[1.8.x] Refs #24324 -- Fixed get_app_template_dirs() UnicodeDecodeError on Py...Tim Graham
2015-02-16[1.8.x] Removed unnecessary __init__ definition from DebugLexer.Preston Timmons
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-14[1.8.x] Fixed #24338 -- Accepted Template wrapper in {% extends %}.Aymeric Augustin
2015-02-10[1.8.x] Split DTL context creation into its own function.Aymeric Augustin
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-08[1.8.x] Simplified the lazy CSRF token implementation in csrf context processor.Alex Gaynor
2015-02-06[1.8.x] Fixed E265 comment styleCollin Anderson
2015-02-05[1.8.x] Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin
2015-02-05[1.8.x] Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin
2015-02-03[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-17[1.8.x] Fixed 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