http.QueryDict.__setitem__()

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()).

doc_Django
2016-10-09 18:38:57
Comments
Leave a Comment

Please login to continue.