[1.6.x] Fixed #23785 -- Typo in docs/releases/1.6.txt

Backport of 091f5b5a4e from master
This commit is contained in:
Tim Graham 2014-11-09 22:10:31 +01:00
parent 61f20b42cd
commit df47f0c918
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}