We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b23c5 commit b591f03Copy full SHA for b591f03
docs/validation.rst
@@ -272,6 +272,7 @@ you can add a validator that checks for viruses in uploaded files.
272
273
.. code-block:: python
274
275
+ FILER_REMOVE_FILE_VALIDATORS = ["application/octet-stream"]
276
FILER_ADD_FILE_VALIDATORS = {
277
"application/octet-stream": ["my_validator_app.validators.validate_octet_stream"],
278
}
0 commit comments