Skip to content

Commit

Permalink
Add docs on sending lists for multivalued query params.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Apr 10, 2012
1 parent 821cbb3 commit 5a8a8f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requests/models.py
Expand Up @@ -90,7 +90,8 @@ def __init__(self,
self.data = None

#: Dictionary or byte of querystring data to attach to the
#: :class:`Request <Request>`.
#: :class:`Request <Request>`. The dictionary values can be lists for representing
#: multivalued query parameters.
self.params = None

#: True if :class:`Request <Request>` is part of a redirect chain (disables history
Expand Down

0 comments on commit 5a8a8f2

Please sign in to comment.