summaryrefslogtreecommitdiff
path: root/docs/topics/templates.txt
AgeCommit message (Expand)Author
2014-10-30Fixed #23735 -- Clarified that admindocs must be enabled to view template tag...Tim Graham
2014-10-30Fixed #23734 -- Replaced striptags in template filter overview since it has s...Tim Graham
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-21Fixed #23527 -- Removed Cheetah references in docsOla Sitarska
2014-09-21Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-20Small fixes in templates topic guide.Aymeric Augustin
2014-08-18Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-07-29Fixed #23114 -- Clarified documentation of template lookups.Baptiste Mispelon
2014-01-16Fixed #21747 -- Added {% elif %} to template topics guide.Tim Graham
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-07-29Misc doc cleanups.minusf
2013-01-29Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...Ramiro Morales
2012-12-13Removes PHP referencesBen Longden
2012-09-01Fixed #13608 - Noted that template lookups use literal values.Tim Graham
2012-06-08Fixed #18125 -- Explained caveat with filtersAymeric Augustin
2012-05-10Fixed #16335 -- Clarified an unintuitive behavior.Aymeric Augustin
2011-11-16Fixed #17240 -- Replaced links to the online version of the docs by internal ...Aymeric Augustin
2011-10-10Removed use of non-standard indentation rules in docs, and the custom transfo...Luke Plant
2011-10-10Fixed a bunch of ReST errors that resulted in interpretation as block quotationsLuke Plant
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-10Fixed #16793. Added more cross referencing to the load tag's documentation. ...Alex Gaynor
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-11-07Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...Gabriel Hurley
2010-10-01Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo.Jannis Leidel
2010-09-13Documented the permitted syntax for template variable names.Malcolm Tredinnick
2010-09-12Add intro-user-level documentation about calling model methods from views.Malcolm Tredinnick
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-01-10Fixed #11884 -- Clarified documentation to explain how to activate the built-...Adrian Holovaty
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant
2008-10-26Minor typo correction from [9279].James Bennett
2008-10-26Remove obsolete reference to "development version" in autoescaping docs.James Bennett
2008-09-14Fixed #9044: Corrected mistake in a closing tag in an example template. Thank...Russell Keith-Magee
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss