From 2ad77565603e1526a3b1d3f6c2c15b4b58bab994 Mon Sep 17 00:00:00 2001 From: Mathieu Pillard Date: Wed, 7 Nov 2012 00:27:12 +0100 Subject: [PATCH] Add a note referencing media grouping earlier in the usage docs Thanks to ksamuel for the original patch --- docs/usage.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/usage.txt b/docs/usage.txt index bfdffcd..3e18a8f 100644 --- a/docs/usage.txt +++ b/docs/usage.txt @@ -46,6 +46,10 @@ Which would be rendered something like: +.. note:: + + Remember that django-compressor will try to :ref:`group ouputs by media `. + Linked files **must** be accessible via :attr:`~django.conf.settings.COMPRESS_URL`. @@ -204,6 +208,8 @@ sends the following arguments: every different media attribute on the tags within the ``{% compress %}`` tag in question. +.. _css_notes: + CSS Notes ---------