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
2014-10-30
[1.7.x] Fixed #23736 -- Corrected the description of the value that silent_va...
Tim Graham
2014-10-30
[1.7.x] Fixed #23737 -- Recommended the render() shortcut more strongly.
Tim Graham
2014-08-26
[1.7.x] Fixed #17719 -- Documented that template syntax sequences cannot be u...
Tim Graham
2014-08-18
[1.7.x] Fixed some doc errors that caused syntax highlighting to fail.
Tim Graham
2014-05-16
[1.7.x] Fixed #22167 -- Improved documentation on context processors
Moritz
2014-05-06
[1.7.x] 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
2012-08-31
Fixed #18642 - Added a note suggesting the use of render() rather than render...
Tim Graham
2012-08-18
Fixed #16744 -- Class based view should have the view object in the context
Marc Tamlyn
2012-07-12
Fixed #18617 -- Highlighted that the app_directories template loader depends ...
Aymeric Augustin
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-06-23
Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.
jnns
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-02
Fixed #18259 -- Specified that ROOT_URLCONF might be needed.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-20
Very minor Python formatting change to template documentation
Chris Beaven
2012-04-10
Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...
Aymeric Augustin
2012-02-11
Fixed #17618 - Documented that variable names in template must not start with...
Timo Graham
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-03
Added some sphinx cross-reference links to the built-in template tags and fil...
Julien Phalip
2011-09-16
Fixed #16863 -- Corrected ReST markup to avoid errors building docs.
Carl Meyer
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-05-21
Tweaked some `render_to_response` links in the documentation.
Ramiro Morales
2011-04-19
Fixed #15791 - method to signal that callable objects should not be called in...
Luke Plant
2011-04-07
Fixed #15757 - removed remaining instances of get_and_delete_messages
Luke Plant
2011-03-17
Changed 'raise' statements to new style syntax in documentation. Thanks DaNma...
Ramiro Morales
2011-02-23
Fixed #15299 -- Started the process of migrating the auth context processor s...
Russell Keith-Magee
2011-01-25
Fixed #14038 -- Added information to release notes and version changed|added ...
Ramiro Morales
2011-01-13
Fixed #15057 - documented change in [14992]
Luke Plant
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-11-29
Fixed #11152 - Add some classes to the template docs. Thanks adamv for the pa...
Timo Graham
2010-11-24
Fixes #3529 -- more explicit documentation about Context.update. Thanks for t...
Chris Beaven
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-11-11
Reverted deprecation of media context processor (from r14293) to separate sta...
Jannis Leidel
[next]