summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-03Fixed #11413 -- Added notes on the cycle and firstof tag detailing that varia...Russell Keith-Magee
2009-05-27Fixed #11204 -- Corrected typo in the pluralize doc. Thanks martin and Smile...Karen Tracey
2009-05-14Fixed #11046: fixed a use of the deprecated cycle tag syntax in the template ...Jacob Kaplan-Moss
2009-05-08Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte...Jacob Kaplan-Moss
2009-04-16Fixed #10704 -- Resurrected documentation for {% else %} clause on {% ifchang...Russell Keith-Magee
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31Fixed #10375 -- Added documentation about the default format strings used for...Gary Wilson Jr
2009-03-02Fixed #9701 -- Added a "safeseq" template filter.Malcolm Tredinnick
2009-02-22Fixed #10007 -- Corrected (and narrowed) a reference to the Python standard l...Russell Keith-Magee
2009-02-21Fixed #10177 -- Fixed typo in docs/ref/templates/builtins.txt. Thanks, bmjamesAdrian Holovaty
2008-12-03Fixed #9735 -- Documentation typo fix.Malcolm Tredinnick
2008-11-24Fixed #6398: added an optional `{% empty %}` clause to the `{% for %}` templa...Jacob Kaplan-Moss
2008-11-24Fixed a small reST header glitch in docs/ref/templates/builtins.txtJacob Kaplan-Moss
2008-11-02Fixed #9497 - Doc typos. Many thanks ramiro.Karen Tracey
2008-11-01Fixed #9487 -- Corrected several links into the Python docs that were broken ...Karen Tracey
2008-09-30Rewrote bits of the cycle tag documentation, which was confusing -- it implie...Adrian Holovaty
2008-09-27Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.Malcolm Tredinnick
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-29Merge branch 'url-tag-asvar'Jacob Kaplan-Moss
2008-08-28Fixed #8595: Removed a note about possible changes to the syntax of the {% ur...Russell Keith-Magee
2008-08-26Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-awareMalcolm Tredinnick
2008-08-25Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c...Russell Keith-Magee
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss