diff options
| author | Tim Graham <timograham@gmail.com> | 2016-08-15 15:39:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-15 15:39:22 -0400 |
| commit | 937d752d3deabebe60dfbe9ff9823772730f336a (patch) | |
| tree | e9eab6551a8d0a3fd3eceb8df2243e399620bddf /docs | |
| parent | 21aec54296708ae29a06d9a5b97ba665bed44394 (diff) | |
Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
Thanks Sergei Maertens for the report and patch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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`). |
