Commit 99c86bbf by Sander Smits

COMPRESS_VERSION=True and COMPRESS_AUTO=False is now possible

removed the check for this
parent 2c6d0634
......@@ -18,6 +18,3 @@ if COMPRESS_CSS_FILTERS is None:
if COMPRESS_JS_FILTERS is None:
COMPRESS_JS_FILTERS = []
if COMPRESS_VERSION and not COMPRESS_AUTO:
raise ImproperlyConfigured('COMPRESS_AUTO needs to be True when using COMPRESS_VERSION.')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment