diff options
| author | Tim Graham <timograham@gmail.com> | 2016-08-15 15:39:22 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-15 15:40:34 -0400 |
| commit | 020ba4bf91aec9b13f415ace5cd538958ce3b608 (patch) | |
| tree | d60fd177fc754784915941184060a8d70d3c0a02 /docs | |
| parent | 54771f6605147136ca954e2e3fc35ad804a89327 (diff) | |
[1.10.x] Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
Thanks Sergei Maertens for the report and patch.
Backport of 937d752d3deabebe60dfbe9ff9823772730f336a from master
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`). |
