aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-05-08Add ChainableUndefined allowing getattr & getitem (#997)Étienne Pelletier
2019-05-06fixes #242, deletes link to Jinja 1 docs.Terry N. Brown
2019-05-06Merge remote-tracking branch 'origin/2.10.x'David Lord
2019-05-06Fix tox docs-html buildsKevin Brown
2019-02-08Fix typoRuben Garcia
2018-11-25Fix broken nl2br filter exampleMark Amery
2018-11-02Remove reference to deprecated easy_install; use pip insteadJon Dufresne
2018-10-18Fix ambiguity in include sectionGrey Li
2018-08-29Trim trailing white space throughout the projectJon Dufresne
2018-08-07Merge pull request #853 from doobeh/584-filters-indexDavid Lord
2018-08-07Merge pull request #869 from jwflory/docs/vim-syntaxDavid Lord
2018-08-07Import abstract base classes from collections.abcFlorian Bruhin
2018-06-27Also drop Python 2.6Florian Bruhin
2018-06-27Update integration docs for Vim syntax highlightingJustin W. Flory
2018-06-27Drop Python 3.3 supportFlorian Bruhin
2018-05-15Merge pull request #849 from funkyfuture/patch-1Hsiaoming Yang
2018-05-14Quick lookup table for builtin filters and tests-- references #584Anthony Plunkett
2018-05-14Merge pull request #852 from ngr/html_highlight_fixDavid Lord
2018-05-14remove html+jinja highlightngr
2018-05-14{% raw %} tests and note for documentationngr
2018-05-11Fixes 'awaitable' typo in api.rstFrank Sachsenheim
2018-04-18Update all pypi.python.org URLs to pypi.orgJon Dufresne
2018-04-17Fix small typonwalsh1995
2018-02-06add changelogDavid Lord
2018-01-30Remove old statement about Python 3 (#803)Godefroid Chapelle
2018-01-18fix code block markupDavid Lord
2017-11-08Trivial typosUnknown
2017-11-08clean up MANIFEST.inDavid Lord
2017-10-31Support filters in set blockThiefMaster
2017-07-06Add support for the Environment to optionally return native types.James Tanner
2017-07-06allow using comparison operator symbols as testsDavid Lord
2017-07-06fix docs warningsDavid Lord
2017-07-03Add support for `{% trans trimmed ... %}`Adrian Moennich
2017-06-24Add docs for namespace functionalityAdrian Moennich
2017-06-24Add changed() to loop contextAdrian Moennich
2017-06-24Add previtem/nextitem to loop contextAdrian Moennich
2017-04-09In documentation, prefer https over http when availableJon Dufresne
2017-04-03Merge branch 'master' of github.com:pallets/jinjaArmin Ronacher
2017-03-01Fix typo (#687)Daniel van Flymen
2017-02-26Use proper `versionadded` annotation in docsAdrian Moennich
2017-01-12Added a note for #657Armin Ronacher
2017-01-12Added a note on loop scopingArmin Ronacher
2017-01-10Allow to reconfigure the default for truncate leewayArmin Ronacher
2017-01-07Updated docs on autoescaping and made select_autoescape case insensitiveArmin Ronacher
2017-01-07Move the autoescape extension and with statement to be built-inArmin Ronacher
2017-01-07Add a policy for the ascii literal behavior. Fixes #392Armin Ronacher
2017-01-06Ported tojson filter. Fixes #458Armin Ronacher
2017-01-06Fix and/or logic in docs (#521)Zach Malone
2016-12-31Added docs for policiesArmin Ronacher
2016-12-28Started doc work for asyncArmin Ronacher