Merge branch 'develop' of github.com:jezdez/django_compressor into develop

This commit is contained in:
Jannis Leidel
2011-08-10 17:38:47 +02:00

View File

@@ -14,7 +14,7 @@ HEAD
now only has the form ``'django_compressor.<KEY>'``.
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.