Skip to content

Commit

Permalink
Add quote in WHITENOISE_SKIP_COMPRESS_EXTENSIONS
Browse files Browse the repository at this point in the history
Add a missing quote in the default value for WHITENOISE_SKIP_COMPRESS_EXTENSIONS.
  • Loading branch information
jamesbeith authored and evansd committed Sep 24, 2018
1 parent 8883095 commit 4adf070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ arguments upper-cased with a 'WHITENOISE\_' prefix.

.. attribute:: WHITENOISE_SKIP_COMPRESS_EXTENSIONS

:default: ``('jpg', 'jpeg', 'png', 'gif', 'webp','zip', 'gz', 'tgz', 'bz2', 'tbz', 'xz', 'br', swf', 'flv', 'woff')``
:default: ``('jpg', 'jpeg', 'png', 'gif', 'webp','zip', 'gz', 'tgz', 'bz2', 'tbz', 'xz', 'br', 'swf', 'flv', 'woff')``

File extensions to skip when compressing.

Expand Down

0 comments on commit 4adf070

Please sign in to comment.