Changes between Initial Version and Version 1 of Ticket #5865, comment 24
- Timestamp:
- Jan 17, 2024, 5:55:07 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5865, comment 24
initial v1 1 1 After the discussion in https://forum.djangoproject.com/t/cycle-template-tag-should-accept-a-single-argument/27010/3 I'm withdrawing the PR. 2 2 3 My implementation would have introduced an ambiguity that would have had itmade it harder for users to use the `cycle` tag.3 My implementation would have introduced an ambiguity that would have made it harder for users to use the `cycle` tag. 4 4 5 In the discussion @carlton mentioned that it could be worth "... to investigate [is] whether we could add * and **list and dictionary expansion to the DTL. cycle could benefit from list expansion.".5 In the discussion @carlton mentioned that it could be worth "... to investigate [is] whether we could add '*' and '**' list and dictionary expansion to the DTL. cycle could benefit from list expansion.". 6 6 7 7 So I'm trying to come up with something in that direction instead.