Remove repeated release notes entry

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-06-14 00:35:48 -04:00
parent dcc8b8b174
commit b5823358cb

View File

@@ -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
---------------------------