From 937d752d3deabebe60dfbe9ff9823772730f336a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 15 Aug 2016 15:39:22 -0400 Subject: Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable. Thanks Sergei Maertens for the report and patch. --- docs/releases/1.10.1.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index fdc00861c6..eebe4e44d1 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -51,3 +51,5 @@ Bugfixes * Fixed annotations with database functions when combined with lookups on PostGIS (:ticket:`27014`). + +* Reallowed the ``{% for %}`` tag to unpack any iterable (:ticket:`27058`). -- cgit v1.3