Changes between Initial Version and Version 2 of Ticket #27126
- Timestamp:
- Aug 26, 2016, 10:05:09 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27126
- Property Triage Stage Unreviewed → Accepted
-
Ticket #27126 – Description
initial v2 1 1 Currently, `{% regroup %}` returns a list of dictionaries with two key (`grouper` and `list`). 2 2 3 I propose chan ing that to return a namedtuplewith the same fields.3 I propose changing that to return a `namedtuple` with the same fields. 4 4 5 5 This should be backwards-compatible because attribute access and key access inside template uses the same syntax.