Fix #1322: Add note in docs about None not being sent as data
authorDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 19 Jul 2013 08:00:46 +0000 (17:00 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 19 Jul 2013 08:14:59 +0000 (17:14 +0900)
commit07ad75ee043493809f95e22788e5f85e604f96d4
treeca27ea7ca37e6a8c4a3e0759e00b92594cdaeccc
parente4b41320e61454ee69f644e99065ab08cce01c8b
Fix #1322: Add note in docs about None not being sent as data

In the case:

  payload = {'key1': 'value1', 'key2': 'value2', 'key3': None}
  r = requests.get("http://httpbin.org", params=payload)

the parameter `key3` will not be sent as a parameter in the URL.

Mention this in the documentation.
docs/user/quickstart.rst