summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2011-07-14Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...Jannis Leidel
2011-07-04Fixed #16392 -- Clarified docs of the "c" date format with regard to naive da...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-27More accurate documentation for how the urlize template works. Refs #9189.Chris Beaven
2011-06-26Fixed #16297 -- make_list documentation error regarding integers. Thanks ned ...Simon Meers
2011-06-18Fixed typos introduced in r16430 and r16431. Thanks, magopian.Jannis Leidel
2011-06-17Fixed #16071 -- Added note to fix_ampersands documentation about its limitati...Jannis Leidel
2011-06-16Fixed #15908 -- Mention blocktrans in the pluralize filter documentation sect...Jannis Leidel
2011-06-11Fixed #9189 -- Added not about urlize only covering .com, .net, and .org doma...Jannis Leidel
2011-06-05Enhanced a bit the documentation and docstring for the url template tag. Also...Ramiro Morales
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-22Fixed #16067 - Couple reST fixes in ref/templates/builtins.txt; thanks julien.Timo Graham
2011-05-21Tweaked some `render_to_response` links in the documentation.Ramiro Morales
2011-05-07Fixed #15263 -- Added support for format localization to the now template tag...Jannis Leidel
2011-05-03Fixed #15952 -- fixed an error in the template builtins docs.Alex Gaynor
2011-04-19Fixed #15791 - method to signal that callable objects should not be called in...Luke Plant
2011-04-18Fixed #15843 -- removed an extraneous quotation mark in the template tag docs...Gabriel Hurley
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-03-17Changed 'raise' statements to new style syntax in documentation. Thanks DaNma...Ramiro Morales
2011-03-08Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee
2011-03-03Fixed #15528 -- Added versionchanged directive to load template tag docs.Gabriel Hurley
2011-03-03Added crossref targets for a couple of Django exceptions and cleaned up relat...Gabriel Hurley
2011-03-01Reverted 'now' template tag documentation changes so it describes the real co...Ramiro Morales
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-19Fixed #15351 -- Corrected a missing word in the template reference docs. Than...Gabriel Hurley
2011-02-14Fixed "the the" typos.Timo Graham
2011-01-25Fixed #14038 -- Added information to release notes and version changed|added ...Ramiro Morales
2011-01-13Fixed #15057 - documented change in [14992]Luke Plant
2010-12-29Fixed #13452 - Document that regroup can be used with any template lookup. T...Timo Graham
2010-12-29Fixed #14987 - Alpha sort date filter arguments. Thanks Peter for the report;...Timo Graham
2010-12-28Fixed #14912 -- Expanded documentation for the urlize template filter. Thanks...Gabriel Hurley
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-18Fixed #14676 - Document that the removetags filter is case-sensitive. Thanks ...Timo Graham
2010-12-18Fixes #7817 and #9456.Chris Beaven
2010-12-13Fixed #14570 -- Added new date format character for alternative month names u...Jannis Leidel
2010-11-29Fixed #11152 - Add some classes to the template docs. Thanks adamv for the pa...Timo Graham
2010-11-24Fixes #3529 -- more explicit documentation about Context.update. Thanks for t...Chris Beaven
2010-11-22Fixed #14736 -- corrected an ungrammatical sentence in the template tags docs...Gabriel Hurley
2010-11-20Corrected a typo in the docs for {% load %}. Thanks to Jannis for the report.Russell Keith-Magee
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-11Reverted deprecation of media context processor (from r14293) to separate sta...Jannis Leidel
2010-11-07Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...Gabriel Hurley
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-11-02Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...Russell Keith-Magee
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-28Corrected to markup problems with docs added for recent features.Russell Keith-Magee
2010-10-25Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-15Fix the version which the safe argument for the urlencode filter was added. T...Chris Beaven