summaryrefslogtreecommitdiff
path: root/docs/ref/templates/api.txt
AgeCommit message (Expand)Author
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
2018-08-06Fixed typo in docs/ref/templates/api.txt.Josh Schneier
2018-08-06Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma
2018-06-28Fixed links for i18n context processor docs.Tim Graham
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-01-11Fixed #29002 -- Corrected cached template loader docs about when it's automat...Tim Graham
2017-12-07Fixed #28891 -- Documented Origin's loader attribute.M Somerville
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-05-25Fixed #28239 -- Removed docs for a removed arg of template.Context.Tim Graham
2017-03-31Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...Carlton Gibson
2017-03-16Removed self from method signatures in docs.Alasdair Nicol
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.Tim Graham
2017-01-17Refs #15053 -- Removed support for non-recursive template loading.Tim Graham
2016-12-14Fixed #27598 -- Allowed specifying directories for a filesystem template loader.Tim Graham
2016-09-03Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham
2016-08-18Refs #25854 -- Completed a RequestContext docs example.Tim Graham
2016-07-30Removed unnecessary 'just' from docs/ref/templates/api.txt.Ana Balica
2016-06-14Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-04-09Fixed #26145 -- Made debug context processor return queries for all databases.Mounir Messelmeni
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-23Removed an extra header in docs/ref/templates/api.txt.Tim Graham
2015-11-17Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-12Fixed #25469 -- Added autoescape option to DjangoTemplates backend.Aaron Elliot Ross
2015-10-23Fixed #25397 -- Documented class-based view context variable clash with conte...Jacek Bzdak
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Removed template.loader.BaseLoader per deprecation timeline.Tim Graham
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
2015-09-23Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham
2015-09-23Fixed #25386 -- Warned about differences between Engine and DjangoTemplates.Tim Graham
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-16Fixed #25120 -- Deprecated egg template loader.Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-04-22Added docs for new template loader api.Preston Timmons
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-08Fixed #24600 -- Fixed inaccurate example in template Context docs.Tim Graham
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-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-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-10Updated templates API reference.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
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin