summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2015-04-17[1.7.x] Fixed #24657 -- Fixed include template tag example.Tim Graham
2015-04-14[1.7.x] Fixed typos in docs/ref/templates/api.txtTim Graham
2015-04-14[1.7.x] Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant
2015-04-08[1.7.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.Tim Graham
2015-03-31[1.7.x] Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld
2015-03-16[1.7.x] Documented Context.get() method.Preston Timmons
2015-03-05[1.7.x] Improved get_media_prefix template tag example.Aymeric Augustin
2014-12-17[1.7.x] Fixed display of lists after website redesignMarkus Holtermann
2014-11-03[1.7.x] Fixed versionchanged indentation in docs/.Berker Peksag
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-10-30[1.7.x] Fixed #23558 -- documented slugify limitationsDavid Hoffman
2014-10-16[1.7.x] Fixed #12008 -- Clarified relationship between template blocks and in...mcgeeco
2014-09-29[1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-17[1.7.x] Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
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-08-11[1.7.x] Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
2014-06-02[1.7.x] Fixed #22753 -- Documented ability to use a note with the {% comment ...Bryce Nesbitt
2014-05-16[1.7.x] Fixed #22167 -- Improved documentation on context processorsMoritz
2014-05-06[1.7.x] Updated the messages context processor docsClaude Paroz
2014-04-26[1.7.x] Updated doc links to point to Python 3 documentationClaude Paroz
2014-03-22[1.7.x] Improved strip_tags and clarified documentationClaude Paroz
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-03-01Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()Erik Romijn
2014-02-28Fixed doc typos.Tim Graham
2014-02-23Fixed #21881 -- Clarify behavior of {% ssi %} template tag.Baptiste Mispelon
2014-02-16Made the new template.Context.flatten() method a public API.Marek WywiaƂ
2014-02-13Fixed #19496 -- Added truncatechars_html filter.Jeremy
2014-01-22Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260).Tim Graham
2014-01-17Fixed #18942 -- Clarified usage of {% get_static_prefix %}.Tim Graham
2014-01-17Fixed #13116 -- Described scope of variables created by {% url ... as var %} ...Tim Graham
2013-12-15Added some internal links to render_to_string documentation.Baptiste Mispelon
2013-11-28Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon
2013-11-19fixed typo in builtins.txtJulia Antokhine
2013-11-06Fixed another typo introduced by b914991b3705cb6c91013d962c55cda9deb18d83.Baptiste Mispelon
2013-11-05Fixed a documentation typo introduced by b914991b37.Simon Charette
2013-11-06Added more tests and documentation for dictsort.Baptiste Mispelon
2013-11-01Fixed spelling ("dependant" -> "dependent")Tim Graham
2013-10-30Fixed #21306 -- Documented lower-casing behavior of title filter.Tim Graham
2013-09-22Added docs for changes in commit dd3a883894.Ramiro Morales
2013-09-21Fixed #21133 --Clarifed documentation about strftime formatting.Curtis Maloney
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-09-13Fixed #21101 -- Updated urlize documentation to mention email addressesGoetz
2013-09-06Fixed #16096 -- Added origin attribute to template instances.Preston Timmons
2013-09-04Clarified docs for some tags and filtersPaul C. Anagnostopoulos
2013-08-29Fixed #17356 -- Allowed {% include %} to render compiled templatesCurtis Maloney
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-14Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter.Jonathan Slenders
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger