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
Age
Commit message (
Expand
)
Author
2015-08-08
[1.8.x] Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.
Tim Graham
2015-08-08
[1.8.x] Corrected some inconsistent headings in docs/ref/templates/builtins.txt.
Tim Graham
2015-08-08
[1.8.x] Updated Wikipedia links to use https
Claude Paroz
2015-07-27
[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...
Tim Graham
2015-07-04
[1.8.x] Fixed #25051 -- Clarified return type of {% now %} tag.
Tim Graham
2015-06-23
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
Tim Graham
2015-05-22
[1.8.x] Fixed #24839 -- Removed references to deprecated contrib.webdesign.
Tim Graham
2015-05-21
[1.8.x] Fixed #24813 -- Documented {% include %} debug behavior variance
Andrei Kulakov
2015-05-01
[1.8.x] Updated capitalization in the word "JavaScript" for consistency
Dave Hodder
2015-04-17
[1.8.x] Fixed #24657 -- Fixed include template tag example.
Tim Graham
2015-04-14
[1.8.x] Fixed typos in docs/ref/templates/api.txt
Tim Graham
2015-04-14
[1.8.x] Fixed formatting in docs/ref/templates/builtins.txt
Maxime Lorant
2015-04-08
[1.8.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.
Tim Graham
2015-03-31
[1.8.x] Fixed typo in docs/ref/templates/builtins.txt
Joost Rijneveld
2015-03-16
[1.8.x] Documented Context.get() method.
Preston Timmons
2015-03-11
[1.8.x] Fixed typo in current_app deprecation note.
Preston Timmons
2015-03-05
[1.8.x] Improved get_media_prefix template tag example.
Aymeric Augustin
2015-02-19
[1.8.x] Set context.template instead of context.engine while rendering.
Aymeric Augustin
2015-02-15
[1.8.x] Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-01-12
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2015-01-12
Fixed #24124 -- Changed context_processors in the default settings.py
Collin Anderson
2015-01-11
Fixed spelling errors in docs.
Tim Graham
2015-01-10
Improved template ugrading docs.
Aymeric Augustin
2015-01-10
Updated templates API reference.
Aymeric Augustin
2015-01-10
Added release notes and upgrade instructions for templates.
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
2015-01-05
Fixed #24022 -- Deprecated the ssi tag.
Preston Timmons
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_STRING_IF_INVALID.
Aymeric Augustin
2014-12-28
Deprecated ALLOWED_INCLUDE_ROOTS.
Aymeric Augustin
2014-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-12-28
Supported multiple template engines in render_to_string.
Aymeric Augustin
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-12-17
Fixed display of lists after website redesign
Markus Holtermann
2014-11-25
Fixed #23914 -- Improved {% now %} to allow storing its result in the context.
Baptiste Mispelon
2014-11-23
Deprecated dirs argument to override TEMPLATE_DIRS.
Aymeric Augustin
2014-11-18
Fixed #23849 -- Documented the locmem.Loader class.
Preston Timmons
2014-11-16
Moved all template loaders under django.template.loaders.
Aymeric Augustin
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-11-03
Moved CSRF docs out of contrib.
Thomas Chaumeny
2014-10-30
Fixed #23736 -- Corrected the description of the value that silent_variable_f...
Tim Graham
2014-10-30
Fixed #23737 -- Recommended the render() shortcut more strongly.
Tim Graham
2014-10-30
Fixed #23558 -- documented slugify limitations
David Hoffman
2014-10-21
Fixed firstof docs error introduced in 1ea44a; refs #17906.
Ralph Broenink
2014-10-16
Fixed #12008 -- Clarified relationship between template blocks and includes.
mcgeeco
2014-09-29
Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-09-21
Fixed #23527 -- Removed Cheetah references in docs
Ola Sitarska
[next]