Add documentation for dropping fields in from_response request body

This commit is contained in:
Harrison Gregg 2017-04-30 19:14:47 -04:00
parent 26f723e4e6
commit 45a323024c
1 changed files with 3 additions and 1 deletions

View File

@ -417,7 +417,9 @@ fields with form data from :class:`Response` objects.
:param formdata: fields to override in the form data. If a field was
already present in the response ``<form>`` element, its value is
overridden by the one passed in this parameter.
overridden by the one passed in this parameter. If a value passed in
this parameter is ``None``, the field will not be included in the
request, even if it was present in the response ``<form>`` element.
:type formdata: dict
:param clickdata: attributes to lookup the control clicked. If it's not