summaryrefslogtreecommitdiff
path: root/docs/templates.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-12Clarified a bit of the {% url %} documentation. Fixes #7714.Jacob Kaplan-Moss
2008-07-30Fixed #7935 -- Corrected typo in template docs, plus slightly clarified the l...Russell Keith-Magee
2008-07-26Fixed #4534 -- Added an "else" option to the "ifchanged" template tag.Malcolm Tredinnick
2008-07-26Fixed #7948 -- Fixed a typo in the linebreaks filter documentation, pointed outMalcolm Tredinnick
2008-07-22Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, u...Adrian Holovaty
2008-07-01Changed a documentation example that wasn't wrong to stop complaints.Malcolm Tredinnick
2008-06-17Fixed #7470 -- Corrected typo in template docs. Thanks to cbmeeks@gmail.com f...Russell Keith-Magee
2008-06-16Fixed #6993 -- Fixed a grammar error in docs/templates.txt. Thanks, Ionut Cio...Adrian Holovaty
2008-03-18Fixed #6166: Improved example of autoescaping with template inheritance. Base...James Bennett
2008-03-18Edited docs/templates.txt changes from [7276]Adrian Holovaty
2008-03-18Fixed #6351: added more examples to template filters. Thanks, David Tulig and...Jacob Kaplan-Moss
2008-02-16Made a bunch of small doc rewordings from changes over the past couple of weeksAdrian Holovaty
2008-01-09Fixed #6345 -- Django supports week numbers all the way up to 53, not just 23.Malcolm Tredinnick
2008-01-06Fixed #6330 -- Fixed reST error in templates documentation, thanks `SmileyChr...Gary Wilson Jr
2008-01-06Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel.Malcolm Tredinnick
2007-12-11Fixed #6151 -- Added some code formatting to the `floatformat` template filte...Gary Wilson Jr
2007-12-04Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up...Jacob Kaplan-Moss
2007-12-04Removed some 'behaviour's from the docsAdrian Holovaty
2007-12-02Fixed #6097 -- Fixed some broken RST markup. Thanks, Simeon.Malcolm Tredinnick
2007-12-01Edited templates.txt and templates_python.txt auto-escaping changes from [6671]Adrian Holovaty
2007-12-01Edited docs/custom_model_fields.txt from [6652]Adrian Holovaty
2007-11-30Edited docs/templates.txt changes from [6533]. Let's not smash people over th...Adrian Holovaty
2007-11-17Fixed #5945 -- Treat string literals in template filter arguments as safeMalcolm Tredinnick
2007-11-14Content coming via {{ block.super }} is always going to be correctly escapedMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-11-04Added pretty tables for `floatformat` documentation.Gary Wilson Jr
2007-11-04Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch...Gary Wilson Jr
2007-10-20Fixed #4123 -- Changed the firstof template tag to correctly handle a literalMalcolm Tredinnick
2007-10-20Added a section to the template documentation to clarify the arbitrary PythonMalcolm Tredinnick
2007-10-19Fixed #5658 -- Added a note to the top of the "for template authors" template...Gary Wilson Jr
2007-09-17Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...Gary Wilson Jr
2007-09-15Fixed #5477 -- Added links from the markup filters to the more extensive docu...Malcolm Tredinnick
2007-09-14Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. Thanks,...Adrian Holovaty
2007-09-14Fixed #5340 -- Fixed a broken link. Thanks, Justin Lilly.Malcolm Tredinnick
2007-09-14Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ...Russell Keith-Magee
2007-09-09Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txtAdrian Holovaty
2007-08-26Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim...Gary Wilson Jr
2007-08-19Edited docs/templates.txt change from [5938]Adrian Holovaty
2007-08-19Added a note that the development version supports named URL patterns in the ...Malcolm Tredinnick
2007-08-19Clarified that urlize and urlizetrunc should only be applied to plain text. R...Malcolm Tredinnick
2007-07-15Improved docs/templates.txt section on the 'regroup' tagAdrian Holovaty
2007-07-12Fixed #4522 -- Clarified the allowed filter arguments on the time and date fi...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-23Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter.Malcolm Tredinnick
2007-06-08Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil...Russell Keith-Magee
2007-06-07Fixed #4000 - changed documentation to note that filter arguments no longer n...Jacob Kaplan-Moss
2007-05-27Added a clarification that {#...#} is only for single-line comments.Malcolm Tredinnick
2007-05-26Fixed #4355 -- Clarified a confusing example in the use of the url templateMalcolm Tredinnick
2007-04-16Fixed #4038 -- Added reference to django.contrib.webdesign in the template docs.Russell Keith-Magee