summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny
2014-10-30Fixed #23736 -- Corrected the description of the value that silent_variable_f...Tim Graham
2014-10-30Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
2014-10-30Fixed #23558 -- documented slugify limitationsDavid Hoffman
2014-10-21Fixed firstof docs error introduced in 1ea44a; refs #17906.Ralph Broenink
2014-10-16Fixed #12008 -- Clarified relationship between template blocks and includes.mcgeeco
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-17Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
2014-09-09Avoid the word "stupid".Aymeric Augustin
2014-08-30Converted sql_queries into a lazily evaluated list.Bas Peschier
2014-08-26Fixed #17719 -- Documented that template syntax sequences cannot be used as s...Tim Graham
2014-08-18Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-08-15Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.Tim Graham
2014-08-11Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
2014-08-11Fixed #23261 -- Deprecated old style list support for unordered_list filter.Jaap Roes
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-07-02Fixed #22941 - Added support for domain-only links with chars after the TLD t...LarryBrid
2014-06-10Close autoescape tag in template documentation.Andreas Damgaard Pedersen
2014-06-05Fixed #18400 -- Modified length template filter to return 0 for unknown varia...Susan Tan
2014-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-06-02Fixed #22753 -- Documented ability to use a note with the {% comment %} tag.Bryce Nesbitt
2014-05-16Fixed #22167 -- Improved documentation on context processorsMoritz
2014-05-06Updated the messages context processor docsClaude Paroz
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-22Fixed #22294 -- Prevented converting length filter output to stringClaude Paroz
2014-03-22Improved strip_tags and clarified documentationClaude Paroz
2014-03-21Switched {% cycle %} and {% firstof %} tags to auto-escape their variables pe...Tim Graham
2014-03-21Removed fix_ampersands template filter per deprecation timeline.Tim Graham
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