From: Terry N. Brown Date: Mon, 6 May 2019 16:33:13 +0000 (-0400) Subject: fixes #242, deletes link to Jinja 1 docs. X-Git-Tag: 2.10.2~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F988%2Fhead;p=thirdparty%2Fjinja.git fixes #242, deletes link to Jinja 1 docs. This just fixes a broken link by deleteing it. I'm assuming Jinja 1 docs. aren't readily available anymore. I looked for a git tag for version 1 as an alternative target, but didn't see that either. --- diff --git a/docs/faq.rst b/docs/faq.rst index 624a797a..114d1060 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -153,7 +153,7 @@ Why is there no Python 2.3/2.4/2.5/3.1/3.2 support? Python 2.3 is missing a lot of features that are used heavily in Jinja2. This decision was made as with the upcoming Python 2.6 and 3.0 versions it becomes harder to maintain the code for older Python versions. If you really need -Python 2.3 support you either have to use `Jinja 1`_ or other templating +Python 2.3 support you either have to use Jinja 1 or other templating engines that still support 2.3. Python 2.4/2.5/3.1/3.2 support was removed when we switched to supporting @@ -188,4 +188,3 @@ templates passing information to the parent template. To avoid this issue rename the macro or variable in the parent template to have an uncommon prefix. -.. _Jinja 1: http://jinja.pocoo.org/1/