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
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
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
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-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
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-09-21
Fixed #23527 -- Removed Cheetah references in docs
Ola Sitarska
2014-08-30
Converted sql_queries into a lazily evaluated list.
Bas Peschier
2014-08-26
Fixed #17719 -- Documented that template syntax sequences cannot be used as s...
Tim Graham
2014-08-18
Fixed some doc errors that caused syntax highlighting to fail.
Tim Graham
2014-05-16
Fixed #22167 -- Improved documentation on context processors
Moritz
2014-05-06
Updated the messages context processor docs
Claude Paroz
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-16
Made the new template.Context.flatten() method a public API.
Marek WywiaĆ
2013-12-15
Added some internal links to render_to_string documentation.
Baptiste Mispelon
2013-11-28
Fixed #21515 -- Corrected example of template.Context in documentation.
Baptiste Mispelon
2013-09-18
Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...
Berker Peksag
2013-09-06
Fixed #16096 -- Added origin attribute to template instances.
Preston Timmons
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-07-17
Allowed Context.push to behave as a context mananger.
Curtis Maloney
2013-07-15
Fixed some markup in docs/ref/templates/api.txt
Tim Graham
2013-05-19
Add missing imports and models to the examples in the template layer document...
Silvan Spross
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-09-24
Fix docs for context_processors.auth
Andrew Badr
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-01
Fixed #13608 - Noted that template lookups use literal values.
Tim Graham
[prev]
[next]