mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #27058 -- Reallowed the {% for %} tag to unpack any iterable.
Thanks Sergei Maertens for the report and patch.
This commit is contained in:
parent
21aec54296
commit
937d752d3d
3 changed files with 10 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue