Changes between Version 1 and Version 2 of Ticket #29459, comment 1
- Timestamp:
- May 31, 2018, 12:53:44 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29459, comment 1
v1 v2 3 3 To be clear, [https://docs.djangoproject.com/en/2.0/ref/request-response/#querydict-objects QueryDict] is a subclass of dict. 4 4 5 The idea is to add feature? 5 Is the idea to add a feature? 6 7 At a first look, the dictionary is there to avoid that the code breaks. 8 # edited to fix english 6 9 7 10