summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorAlex Gaynor
2010-05-16Added notes about the two new date format specifiers (``c`` and ``u``) added ...Jannis Leidel
2010-05-16Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u...Jannis Leidel
2010-05-09Fixed #13317 - Clarified documentation about how the blocktrans and trans tem...Jannis Leidel
2010-05-09Fixed #6752 -- Corrected the interaction of the safe template filter with oth...Russell Keith-Magee
2010-05-07Fixed typo and small formatting mistake in docsLuke Plant
2010-05-06Fixed #13287 -- Corrected the advice on argument formatting in the {% url %} ...Russell Keith-Magee
2010-05-01Fixed #13444 -- Improved the documentation around the backwards compatibility...Russell Keith-Magee
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-23Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomu...Russell Keith-Magee
2010-03-15Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...Russell Keith-Magee
2010-03-11Fixed #13072: Corrected a few markup and formatting errors in the documentation.James Bennett
2010-03-10Fixed three small doc markup errors.Malcolm Tredinnick
2010-03-08Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...Luke Plant
2010-03-03Fixed #11889: Documented the fact that context processors will overwrite pre-...James Bennett
2010-03-02Fixed #12946: Removed an invalid example of url tag usage from the docs.Karen Tracey
2010-02-26Fixed #12968 - Added missing versionadded/-changed doc markers for r12466. Th...Jannis Leidel
2010-02-26Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Th...Jannis Leidel
2010-02-22Fixed #11687: the `add` filter is now less failsome when faced with things th...Jacob Kaplan-Moss
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2010-01-12Fixed #12496 - Added code examples to built-in filter documentation. Thanks, ...Jannis Leidel
2010-01-10Fixed #10800 -- Made a small improvement to render_to_string() docs. Thanks, ...Adrian Holovaty
2010-01-09Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiroAdrian Holovaty
2010-01-01Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateforma...Jannis Leidel
2009-12-26Fixed #9465 -- Simplified API Reference documentation titles for easier looku...Gary Wilson Jr
2009-12-25Added a few Sphinx directives to the form API and template API docs.Gary Wilson Jr
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-11-23Cleaned up the release notes index page, and added some stub 1.1.2 and 1.2 re...Russell Keith-Magee
2009-10-27Documented the presence of {% csrf_token %} in Django 1.1.2 in trunk docs.Luke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
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