From 432668acf7b8236229fca3b7726139acdc0c05f2 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Tue, 16 May 2017 16:00:26 +0200 Subject: [PATCH] Mention implementation of #667 --- docs/news.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index c249c038a..2bd6640b3 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -88,6 +88,8 @@ New Features :setting:`DOWNLOAD_FAIL_ON_DATALOSS` setting (:issue:`2590`, fixes :issue:`2586`) - Optional pretty-printing of JSON and XML items via :setting:`FEED_EXPORT_INDENT` setting (:issue:`2456`, fixes :issue:`1327`) +- Allow dropping fields in ``FormRequest.from_response`` formdata when + ``None`` value is passed (:issue:`667`) .. _brotli: https://github.com/google/brotli .. _brotlipy: https://github.com/python-hyper/brotlipy/