index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
templates
/
api.txt
Age
Commit message (
Expand
)
Author
2019-03-28
[2.2.x] Used extlinks for Django's source code.
Tim Graham
2018-08-06
Fixed typo in docs/ref/templates/api.txt.
Josh Schneier
2018-08-06
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
Vlastimil Zíma
2018-06-28
Fixed links for i18n context processor docs.
Tim Graham
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-01-11
Fixed #29002 -- Corrected cached template loader docs about when it's automat...
Tim Graham
2017-12-07
Fixed #28891 -- Documented Origin's loader attribute.
M Somerville
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-05-25
Fixed #28239 -- Removed docs for a removed arg of template.Context.
Tim Graham
2017-03-31
Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...
Carlton Gibson
2017-03-16
Removed self from method signatures in docs.
Alasdair Nicol
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.
Tim Graham
2017-01-17
Refs #15053 -- Removed support for non-recursive template loading.
Tim Graham
2016-12-14
Fixed #27598 -- Allowed specifying directories for a filesystem template loader.
Tim Graham
2016-09-03
Fixed #25788 -- Enabled the cached template loader if debug is False.
Tim Graham
2016-08-18
Refs #25854 -- Completed a RequestContext docs example.
Tim Graham
2016-07-30
Removed unnecessary 'just' from docs/ref/templates/api.txt.
Ana Balica
2016-06-14
Fixed #26754 -- Documented django.template.context_processors.tz
Ville Skyttä
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-04-09
Fixed #26145 -- Made debug context processor return queries for all databases.
Mounir Messelmeni
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-23
Removed an extra header in docs/ref/templates/api.txt.
Tim Graham
2015-11-17
Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
Alex Morozov
2015-11-12
Fixed #25469 -- Added autoescape option to DjangoTemplates backend.
Aaron Elliot Ross
2015-10-23
Fixed #25397 -- Documented class-based view context variable clash with conte...
Jacek Bzdak
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Removed template.loader.BaseLoader per deprecation timeline.
Tim Graham
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-09-23
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Tim Graham
2015-09-23
Fixed #25386 -- Warned about differences between Engine and DjangoTemplates.
Tim Graham
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-16
Fixed #25120 -- Deprecated egg template loader.
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-04-22
Added docs for new template loader api.
Preston Timmons
2015-04-14
Fixed #24603 -- Allowed Context.update() to be used as a context manager.
Tommy Beadle
2015-04-14
Fixed typos in docs/ref/templates/api.txt
Tim Graham
2015-04-08
Fixed #24600 -- Fixed inaccurate example in template Context docs.
Tim Graham
2015-03-16
Fixed #24493 -- Added BaseContext.setdefault()
Preston Timmons
2015-03-16
Documented Context.get() method.
Preston Timmons
2015-03-11
Fixed typo in current_app deprecation note.
Preston Timmons
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-12
Fixed #24124 -- Changed context_processors in the default settings.py
Collin Anderson
2015-01-10
Updated templates API reference.
Aymeric Augustin
2015-01-10
Wrote main documentation for templates.
Aymeric Augustin
2015-01-10
Moved doc on the DTL's syntax to the ref/ section.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
[next]