Changes between Initial Version and Version 1 of Ticket #29459, comment 4
- Timestamp:
- May 31, 2018, 3:49:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29459, comment 4
initial v1 9 9 10 10 11 At least, {{{MultiValueDict}}} supports the {{{getlist}}}, {{ setlist}}} and {{{lists}}} APIs. So, those would behave the same because the dicts are empty anyway. Althought, I would rather tend to option 2.11 At least, {{{MultiValueDict}}} supports the {{{getlist}}}, {{{setlist}}} and {{{lists}}} APIs. So, those would behave the same because the dicts are empty anyway. Althought, I would rather tend to option 2. 12 12 13 13 What do you think?