Changes between Initial Version and Version 2 of Ticket #27126


Ignore:
Timestamp:
Aug 26, 2016, 10:05:09 AM (8 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27126

    • Property Triage Stage UnreviewedAccepted
  • Ticket #27126 – Description

    initial v2  
    11Currently, `{% regroup %}` returns a list of dictionaries with two key (`grouper` and `list`).
    22
    3 I propose chaning that to return a namedtuple with the same fields.
     3I propose changing that to return a `namedtuple` with the same fields.
    44
    55This should be backwards-compatible because attribute access and key access inside template uses the same syntax.
Back to Top