From 551e777a039ff9c04ea8296145232b47158f9d5c Mon Sep 17 00:00:00 2001 From: Chris Streeter Date: Tue, 9 Aug 2011 12:08:17 -0700 Subject: [PATCH] Fix a documentation bug. The package django_compressor does not exist to import from, it should be compressor. --- docs/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index b3467fc..9ec3181 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -14,7 +14,7 @@ HEAD now only has the form ``'django_compressor.'``. To revert to the previous way simply set the ``COMPRESS_CACHE_KEY_FUNCTION`` - to ``'django_compressor.cache.socket_cachekey'``. + to ``'compressor.cache.socket_cachekey'``. - Added support for ``{{ block.super }}`` to ``compress`` management command.