Commit History

Author SHA1 Message Date
  Aymeric Augustin 822cfce3df Fixed #18951 -- Formatting of microseconds. 12 years ago
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 years ago
  Florian Apolloner 62ae711cec Added a missing space to the description of the `cut` filter. 12 years ago
  Kevin McCarthy c3a05d8794 Changed the word "brackets" to "parentheses" 12 years ago
  Jannis Leidel 0a68a2994b Fixed #18254 -- Added ability to the static template tags to store the result in a contextt variable. Many thanks to Andrei Antoukh for the initial patch. 12 years ago
  Chris Beaven c57ba67331 Fixed #14502 again -- saner verbatim closing token 12 years ago
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 12 years ago
  Aymeric Augustin 4464bbba15 Fixed #14502 -- Added a verbatim template tag. 12 years ago
  Jacob Kaplan-Moss 7edf231d46 Replaced documentation snippets using "gender" with less sensitive examples. 12 years ago
  Aymeric Augustin 29a80354ab Added alt attribute to img tags in docs. 12 years ago
  Claude Paroz eb351ac9cb Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 13 years ago
  Chris Beaven 5ccc6f17b8 Fixed #16939 -- Inaccurate implementation of {% comment %} presented in custom template tag 'howto' guide. Thanks sebastian for the patch. 13 years ago
  Jannis Leidel bd13cfa917 Added a note to the release notes about the new format strings added in r17473. 13 years ago
  Jannis Leidel a6b6c6e171 Fixed #16416 -- Added two new date formatting options for timezones and ISO week numbers. Thanks, poirier. 13 years ago
  Adrian Holovaty 6ecadcbdd2 Made a bunch more edits up until [17418] 13 years ago
  Aymeric Augustin 62766f4248 Reverted parts of r17359 that could cause false positives in URL detection, especially on file names. 13 years ago
  Aymeric Augustin 05a3ecbf96 Fixed #16656 -- Changed the urlize filter to accept more top-level domains. 13 years ago
  Aymeric Augustin 4403ce10b7 Removed a redundant paragraph from the templates builtins doc. 13 years ago
  Aymeric Augustin 4c445fdfaa Fixed #17110 -- Mentionned that the {% filter %} tag doesn't support the 'safe' and 'escape' filters. Thanks benspaulding. 13 years ago
  Timo Graham fe876f0119 Fixed #17442 - Broken link in refs/templates/builtins.txt 13 years ago
  Aymeric Augustin 19cbdf8c8f Fixed #17348 -- Implemented {% elif %}. Refs #3100. 13 years ago
  Adrian Holovaty 346324f131 Tweaked templates/builtins.txt to make it clearer that cycle and firstof filters don't auto-escape. Refs #10912 13 years ago
  Aymeric Augustin c5a899b190 Fixed #16787 -- Restored the ability to {% load %} template tags libraries within packages. Thanks Ivan Sagalaev for the report and patch. 13 years ago
  Timo Graham 9b8e211dd3 Fixed #17028 - Changed diveintopython.org -> diveintopython.net 13 years ago
  Aymeric Augustin 9b1cb755a2 Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 13 years ago
  Luke Plant 543984f462 Fixed some ReST errors in 'regroup' template tag docs 13 years ago
  Karen Tracey 3fa49c4e6e Fix #17179: Document that yesno filter's default argument is "yes,no,maybe". Thanks CarlFK and calvinspealman. 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Julien Phalip c2b9f6496e Added some sphinx cross-reference links to the built-in template tags and filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it. 13 years ago
  Julien Phalip 482388cd61 Fixed #16927 -- Corrected the `{% ifchanged %}` template tag's documentation. Thanks to sebastian for the report and patch. 13 years ago