Remove repeated release notes entry
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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
|
||||
---------------------------
|
||||
|
||||
Reference in New Issue
Block a user