summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2010-12-29Fixed #13452 - Document that regroup can be used with any template lookup. T...Timo Graham
2010-12-29Fixed #14987 - Alpha sort date filter arguments. Thanks Peter for the report;...Timo Graham
2010-12-28Fixed #14912 -- Expanded documentation for the urlize template filter. Thanks...Gabriel Hurley
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-18Fixed #14676 - Document that the removetags filter is case-sensitive. Thanks ...Timo Graham
2010-12-18Fixes #7817 and #9456.Chris Beaven
2010-12-13Fixed #14570 -- Added new date format character for alternative month names u...Jannis Leidel
2010-11-29Fixed #11152 - Add some classes to the template docs. Thanks adamv for the pa...Timo Graham
2010-11-24Fixes #3529 -- more explicit documentation about Context.update. Thanks for t...Chris Beaven
2010-11-22Fixed #14736 -- corrected an ungrammatical sentence in the template tags docs...Gabriel Hurley
2010-11-20Corrected a typo in the docs for {% load %}. Thanks to Jannis for the report.Russell Keith-Magee
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-11Reverted deprecation of media context processor (from r14293) to separate sta...Jannis Leidel
2010-11-07Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...Gabriel Hurley
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-11-02Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...Russell Keith-Magee
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-28Corrected to markup problems with docs added for recent features.Russell Keith-Magee
2010-10-25Removed obsolete 'date' filter -> 'now' tag link.Ramiro Morales
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-15Fix the version which the safe argument for the urlencode filter was added. T...Chris Beaven
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-08Fixed #14383 -- Corrected the capitalization of reStructuredText. Thanks to t...Russell Keith-Magee
2010-10-08Fixed #13188 -- Moved date format documentation from the now template tag to ...Jannis Leidel
2010-09-26Fixed #14122 -- Added example for builtin yesno template filter. Thanks, idah...Jannis Leidel
2010-09-13Fixed #13765 - 'safe' parameter for urlencode filterLuke Plant
2010-09-07Fixed #13350 - Documentation on autoescape should mention endautoescapeLuke Plant
2010-08-28Refactored markup documentation to give it it's own home.Russell Keith-Magee
2010-08-23Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-07Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and...Russell Keith-Magee
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