From 6373e25f80f70cdeed5d3573322792e557cbe07f Mon Sep 17 00:00:00 2001 From: "Terry N. Brown" Date: Mon, 6 May 2019 12:33:13 -0400 Subject: [PATCH] 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. --- docs/faq.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/ -- 2.47.2