From b5823358cb94e66a29391f22f3322aba4a3bf8e7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 14 Jun 2019 00:35:48 -0400 Subject: [PATCH] Remove repeated release notes entry Signed-off-by: Roberto Rosario --- docs/releases/3.2.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/releases/3.2.rst b/docs/releases/3.2.rst index b891b64a43..de27e5d627 100644 --- a/docs/releases/3.2.rst +++ b/docs/releases/3.2.rst @@ -854,13 +854,9 @@ Backward incompatible changes - To collect and compress the static media files, use the new ``preparestatic`` command instead of the traditional ``collectstatic``. Both work the same - way, but ``preparestatic`` has a default blacklist to avoid collecting - test files. + way, but ``preparestatic`` has a default blacklist to avoid collecting files + from tests, development setup, and demos. -- Instead of the ``collectstatic``, the new ``preparestatic`` command should be - used. ``preparestatic`` is a wrapper for ``collectstatic`` that includes - a pattern list of files that are not to be collected for production. Files - from tests, development setup, demos are ignored using this command. Bugs fixed or issues closed ---------------------------