From c114d60c3106c013c0b1442c9145431883c54316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dlouh=C3=BD?= Date: Fri, 4 Feb 2022 14:43:56 +0100 Subject: [PATCH] add documentation for the WHITENOISE_COMPRESSOR_CLASS parameter --- docs/django.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/django.rst b/docs/django.rst index a1450b07..3870a44e 100644 --- a/docs/django.rst +++ b/docs/django.rst @@ -372,6 +372,11 @@ arguments upper-cased with a 'WHITENOISE\_' prefix. confident won't benefit from compression, it speeds up the process if we just skip over them. +.. attribute:: WHITENOISE_COMPRESSOR_CLASS + :default: ``"whitenoise.compress.Compressor"`` + + String with custom Compressor class dotted path. + .. attribute:: WHITENOISE_ADD_HEADERS_FUNCTION