From 091f5b5a4e83759cf9d96fe2b9f56183b49765f6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 9 Nov 2014 22:10:31 +0100 Subject: [PATCH] Fixed #23785 -- Typo in docs/releases/1.6.txt --- docs/releases/1.6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index edafbc90e1..94021adc4a 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -1021,7 +1021,7 @@ tags render their arguments as-is. Django 1.6 starts a process to correct this inconsistency. The ``future`` template library provides alternate implementations of :ttag:`cycle` and :ttag:`firstof` that autoescape their inputs. If you're using these tags, -you're encourage to include the following line at the top of your templates to +you're encouraged to include the following line at the top of your templates to enable the new behavior:: {% load cycle from future %}