From 7eeee6f616da6b44bfeb24b47b8b4c1ccef21baf Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 23 Sep 2016 16:39:09 +0200 Subject: [PATCH] Mention \uXXXX escapes in regards to FEED_EXPORT_ENCODING --- docs/news.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 0ee7642cf..a6f1ff09d 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -10,8 +10,10 @@ New Features ~~~~~~~~~~~~ - New :setting:`FEED_EXPORT_ENCODING` setting to customize the encoding - used when writing items to a file. This is useful for those wanting - something else than UTF-8 for XML or CSV output (:issue:`2034`). + used when writing items to a file. + This can be used to turn off ``\uXXXX`` escapes in JSON output. + This is also useful for those wanting something else than UTF-8 + for XML or CSV output (:issue:`2034`). - ``startproject`` command now supports an optional destination directory to override the default one based on the project name (:issue:`2005`). - New :setting:`SCHEDULER_DEBUG` setting to log requests serialization