From 896c30a8eb1ea5d03898b27f238243ea629a3e42 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 12 May 2017 19:39:31 +0200 Subject: [PATCH] Reference items pretty-printing issue number --- docs/news.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 64995dd10..c249c038a 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -86,6 +86,8 @@ New Features using the new :setting:`MEDIA_ALLOW_REDIRECTS` setting (:issue:`2616`, fixes :issue:`2004`) - Accept non-complete responses from websites using a new :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`) .. _brotli: https://github.com/google/brotli .. _brotlipy: https://github.com/python-hyper/brotlipy/