From 20b42ad7d9644de730441a60c2f8249e6c4a162f Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 4 Feb 2016 15:31:03 +0000 Subject: [PATCH] Remove django-compressor references from the 'Configuring Django' docs --- docs/advanced_topics/settings.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/advanced_topics/settings.rst b/docs/advanced_topics/settings.rst index 8155ccafbd..52c6a06fec 100644 --- a/docs/advanced_topics/settings.rst +++ b/docs/advanced_topics/settings.rst @@ -123,11 +123,6 @@ Wagtail Apps Third-Party Apps ---------------- -``compressor`` - Static asset combiner and minifier for Django. Compressor also enables for the use of preprocessors. See `Compressor Documentation`_. - -.. _Compressor Documentation: http://django-compressor.readthedocs.org/en/latest/ - ``taggit`` Tagging framework for Django. This is used internally within Wagtail for image and document tagging and is available for your own models as well. See :ref:`tagging` for a Wagtail model recipe or the `Taggit Documentation`_. @@ -344,7 +339,6 @@ These two files should reside in your project directory (``myproject/myproject/` 'wagtail.wagtailadmin', 'wagtail.wagtailcore', - 'compressor', 'taggit', 'modelcluster',