From ba3fb2e4d0aca26f6ea37d7e31488ad09043f89d Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 12 Jan 2021 11:22:13 +0100 Subject: Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code. --- docs/ref/checks.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index a31bea19ba..a3d1b0664d 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -495,16 +495,16 @@ The following checks are run if you use the :option:`check --deploy` option: should consider enabling this header to protect user privacy. * **security.E023**: You have set the :setting:`SECURE_REFERRER_POLICY` setting to an invalid value. -* **security.E024**: The CSRF failure view ``'path.to.view'`` does not take the - correct number of arguments. -* **security.E025**: The CSRF failure view ``'path.to.view'`` could not be - imported. The following checks verify that your security-related settings are correctly configured: * **security.E100**: :setting:`DEFAULT_HASHING_ALGORITHM` must be ``'sha1'`` or ``'sha256'``. +* **security.E101**: The CSRF failure view ``'path.to.view'`` does not take the + correct number of arguments. +* **security.E102**: The CSRF failure view ``'path.to.view'`` could not be + imported. Signals ------- -- cgit v1.3