Changes between Version 1 and Version 2 of Ticket #29459, comment 4
- Timestamp:
- May 31, 2018, 3:49:27 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29459, comment 4
v1 v2 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. Although t, 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. Although, I would rather tend to option 2. 12 12 13 13 What do you think?