QueryDict.__setitem__(key, value)
[source]
Sets the given key to [value]
(a Python list whose single element is value
). Note that this, as other dictionary functions that have side effects, can only be called on a mutable QueryDict
(such as one that was created via copy()
).
Please login to continue.