summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2015-07-16Fixed #25120 -- Deprecated egg template loader.Tim Graham
2015-07-04Fixed #25051 -- Clarified return type of {% now %} tag.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-22Fixed #24839 -- Removed references to deprecated contrib.webdesign.Tim Graham
2015-05-21Fixed #24813 -- Documented {% include %} debug behavior varianceAndrei Kulakov
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-22Added docs for new template loader api.Preston Timmons
2015-04-17Fixed #24657 -- Fixed include template tag example.Tim Graham
2015-04-14Fixed #24603 -- Allowed Context.update() to be used as a context manager.Tommy Beadle
2015-04-14Fixed typos in docs/ref/templates/api.txtTim Graham
2015-04-14Fixed #12199 -- Added the ability to use "as" with the firstof template tag.Craig Oldford
2015-04-14Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant
2015-04-08Fixed #24600 -- Fixed inaccurate example in template Context docs.Tim Graham
2015-03-31Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld
2015-03-16Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons
2015-03-16Documented Context.get() method.Preston Timmons
2015-03-11Fixed typo in current_app deprecation note.Preston Timmons
2015-03-07Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.Tim Graham
2015-03-05Improved get_media_prefix template tag example.Aymeric Augustin
2015-02-19Set context.template instead of context.engine while rendering.Aymeric Augustin
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-11Fixed spelling errors in docs.Tim Graham
2015-01-10Improved template ugrading docs.Aymeric Augustin
2015-01-10Updated templates API reference.Aymeric Augustin
2015-01-10Added release notes and upgrade instructions for templates.Aymeric Augustin
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
2015-01-05Fixed #24022 -- Deprecated the ssi tag.Preston Timmons
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin
2014-12-28Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-28Supported multiple template engines in render_to_string.Aymeric Augustin
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-17Fixed display of lists after website redesignMarkus Holtermann
2014-11-25Fixed #23914 -- Improved {% now %} to allow storing its result in the context.Baptiste Mispelon
2014-11-23Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin
2014-11-18Fixed #23849 -- Documented the locmem.Loader class.Preston Timmons
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny
2014-10-30Fixed #23736 -- Corrected the description of the value that silent_variable_f...Tim Graham
2014-10-30Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham