diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-02-17 03:14:02 +0100 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-02-17 03:14:02 +0100 |
| commit | 253efbb2066200778a897187de513ab8f6736d91 (patch) | |
| tree | 995f47a5dbaeeb4a9451df63cb54d741eb1138ea /docs | |
| parent | 55a02cfb7ce1d5fd1e2405df87b84b931ad022ee (diff) | |
| parent | c199bff8cbf31e3f2d88f8030f3ad7edc9b0c959 (diff) | |
| download | django-compressor-0.6b2.tar.gz | |
Merge branch 'release/0.6b2'0.6b2
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/index.txt | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 1779b74..61c559b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2011, Django compressor authors' # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6b1' +release = '0.6b2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.txt b/docs/index.txt index 4f5e542..c695037 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -182,6 +182,13 @@ COMPRESS_STORAGE The dotted path to a Django Storage backend to be used to save the compressed files. +``compressor`` ships with one additional storage backend: + +* ``'compressor.storage.GzipCompressorFileStorage'`` + + A subclass of the default storage backend, which will additionally + create ``*.gz`` files of each of the compressed files. + COMPRESS_PARSER ^^^^^^^^^^^^^^^ @@ -222,7 +229,7 @@ no file changes are detected. This is also used by the ``compress`` management command which pre-compresses the contents of ``{% compress %}`` template tags in the cache. -COMPRESS_MINT_DELAY`` +COMPRESS_MINT_DELAY ^^^^^^^^^^^^^^^^^^^ :Default: ``30`` (seconds) |
