summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2012-03-05Fixed #16939 -- Inaccurate implementation of {% comment %} presented in custo...Chris Beaven
2012-02-13Added a note to the release notes about the new format strings added in r17473.Jannis Leidel
2012-02-11Fixed #17618 - Documented that variable names in template must not start with...Timo Graham
2012-02-09Fixed #16416 -- Added two new date formatting options for timezones and ISO w...Jannis Leidel
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-01-08Reverted parts of r17359 that could cause false positives in URL detection, e...Aymeric Augustin
2012-01-08Fixed #16656 -- Changed the urlize filter to accept more top-level domains.Aymeric Augustin
2011-12-24Removed a redundant paragraph from the templates builtins doc.Aymeric Augustin
2011-12-24Fixed #17110 -- Mentionned that the {% filter %} tag doesn't support the 'saf...Aymeric Augustin
2011-12-24Fixed #17442 - Broken link in refs/templates/builtins.txtTimo Graham
2011-12-09Fixed #17348 -- Implemented {% elif %}. Refs #3100.Aymeric Augustin
2011-12-09Tweaked templates/builtins.txt to make it clearer that cycle and firstof filt...Adrian Holovaty
2011-11-21Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...Aymeric Augustin
2011-11-19Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-17Fixed some ReST errors in 'regroup' template tag docsLuke Plant
2011-11-12Fix #17179: Document that yesno filter's default argument is "yes,no,maybe". ...Karen Tracey
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-25Fixed #16927 -- Corrected the `{% ifchanged %}` template tag's documentation....Julien Phalip
2011-09-16Fixed #16863 -- Corrected ReST markup to avoid errors building docs.Carl Meyer
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-09-03Two very simple docs fixes.Ramiro Morales
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
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