summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | {% raw %} tests and note for documentationngr2018-05-141-0/+5
|/ / /
* | | Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-182-5/+5
| | | | | | | | | | | | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* | | Fix small typonwalsh19952018-04-171-1/+1
| | |
* | | add changelogDavid Lord2018-02-061-4/+2
| | | | | | | | | | | | fix unrelated docs issue
* | | Remove old statement about Python 3 (#803)Godefroid Chapelle2018-01-301-16/+0
| | | | | | | | | There is now Python 3 support...
* | | fix code block markupDavid Lord2018-01-181-1/+1
| | | | | | | | | closes #800
* | | Trivial typosUnknown2017-11-081-1/+1
|/ / | | | | Most non-user facing.
* | clean up MANIFEST.inDavid Lord2017-11-081-1/+1
| | | | | | | | | | | | clean up make-release.py for py3 add rst extension to CHANGES for GitHub clean up changelog formatting
* | Support filters in set blockThiefMaster2017-10-311-0/+11
| | | | | | | | | | - e.g {% set foo | trim %}...{% endset %} - closes #486
* | Add support for the Environment to optionally return native types.James Tanner2017-07-062-0/+65
| | | | | | | | | | | | This works by having an alternate CodeGenerator that avoids doing to_string after the yield statement and a new version of concat that handles the returned generator with a bit more "intelligence".
* | allow using comparison operator symbols as testsDavid Lord2017-07-061-4/+16
| | | | | | | | | | | | add tests and aliases for all comparison operators adjust docs to prefer short names for compare tests closes #664
* | fix docs warningsDavid Lord2017-07-062-8/+10
| |
* | Add support for `{% trans trimmed ... %}`Adrian Moennich2017-07-033-0/+32
| | | | | | | | | | | | | | Same behavior as in Django: All linebreaks and the whitespace surrounding linebreaks are replaced with a single space. closes #504
* | Add docs for namespace functionalityAdrian Moennich2017-06-242-0/+43
| |
* | Add changed() to loop contextAdrian Moennich2017-06-241-0/+13
| |
* | Add previtem/nextitem to loop contextAdrian Moennich2017-06-241-0/+20
| | | | | | | | related: #641
* | In documentation, prefer https over http when availableJon Dufresne2017-04-095-11/+11
| |
* | Merge branch 'master' of github.com:pallets/jinjaArmin Ronacher2017-04-031-2/+2
|\ \ | |/ |/|
| * Use proper `versionadded` annotation in docsAdrian Moennich2017-02-261-2/+2
| |
* | Fix typo (#687)Daniel van Flymen2017-03-011-1/+1
|/
* Added a note for #657Armin Ronacher2017-01-121-0/+18
|
* Added a note on loop scopingArmin Ronacher2017-01-121-0/+31
|
* Allow to reconfigure the default for truncate leewayArmin Ronacher2017-01-101-0/+6
| | | | Refs #610
* Updated docs on autoescaping and made select_autoescape case insensitiveArmin Ronacher2017-01-071-16/+33
|
* Move the autoescape extension and with statement to be built-inArmin Ronacher2017-01-073-24/+28
|
* Add a policy for the ascii literal behavior. Fixes #392Armin Ronacher2017-01-071-0/+10
|
* Ported tojson filter. Fixes #458Armin Ronacher2017-01-061-0/+12
|
* Fix and/or logic in docs (#521)Zach Malone2017-01-061-1/+1
|
* Added docs for policiesArmin Ronacher2016-12-311-0/+29
|
* Started doc work for asyncArmin Ronacher2016-12-281-0/+40
|
* Remove `sudo` command from documentation (fixes #543).Raphael Boidol2016-05-011-4/+1
| | | | Installations should be in a virtualenv.
* Fix the typoDmitriy Trifonov2016-04-191-2/+2
|
* Update GAE example codeAttila-Mihaly Balazs2016-04-141-2/+2
| | | Update the Google App Engine example code to be compatible with the latest google app engine devserver.
* Fixed typo/grammar error (#532)Kojo Idrissa2016-04-101-1/+1
|
* Fix typo (#531)Guillaume Paumier2016-04-101-1/+1
|
* link fix (#527)Abdullah2016-04-101-2/+2
|
* Change links for Babel to new docs location. (#562)Tim Swast2016-04-102-3/+3
|
* change from @mitsuhiko to pallets projectJosé Carlos García2016-04-033-4/+4
|
* docs: Integration link fixAbdullah2016-01-041-2/+3
|
* Removed outdated condition section on DjangoDaniel Greenfeld2015-08-061-31/+0
|
* Update FAQ about unsupported Python versionsMarkus Unterwaditzer2015-06-011-2/+8
| | | | | Thanks to @ThomasWaldmann for the original patch. His fork is gone so I can't apply the original commits.
* Merge pull request #450 from jenisys/fixdoc.extension_exampleMarkus Unterwaditzer2015-06-011-1/+1
|\ | | | | FIX DOC-EXAMPLE: cache_extension.py
| * FIX EXAMPLE:jenisys2015-05-091-1/+1
| | | | | | | | | | No longer working with current code base since the TokenStream.next() method was removed.
* | Fix typoÉric Araujo2015-06-011-1/+1
|/
* Let the Environment override the ContextThiefMaster2015-04-061-0/+7
| | | | closes #404
* Let the Environment override the CodeGeneratorThiefMaster2015-04-061-0/+6
| | | | see #404
* Fix a few small typos in the docsAlex Chan2015-04-053-4/+4
|
* Merge pull request #254 from yoloseem/masterMarkus Unterwaditzer2015-03-111-6/+0
|\ | | | | Duplication of index and search links on main page of documentation.
| * Remove index and search function from contents.rst.incHyunjun Kim2013-07-161-6/+0
| |
* | Merge pull request #343 from joernhees/patch-1Markus Unterwaditzer2015-03-111-1/+1
|\ \ | | | | | | Custom Filters example inserts escaped <br>s