Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.

Thanks Sergei Maertens for the report and patch.
This commit is contained in:
Tim Graham 2016-08-15 15:39:22 -04:00 committed by GitHub
parent 21aec54296
commit 937d752d3d
3 changed files with 10 additions and 3 deletions

View file

@ -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`).