diff options
| author | Holly Becker <becker.holly@gmail.com> | 2016-06-02 12:35:39 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-02 20:44:23 -0400 |
| commit | cbc8ef6127a92cc59dfb28461e865242e5e39329 (patch) | |
| tree | 75f82da0eae43bf808ab903a9bdec9f7c0429781 /docs | |
| parent | 9d52cdfbbc02a21fafc74146c571ac6e50812a00 (diff) | |
[1.9.x] Refs #26628 -- Documented CSRF failure logging.
Backport of ff9198ee0f1de24a5b2861d28849344e7a5714c4 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/csrf.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/csrf.txt b/docs/ref/csrf.txt index f59b45646d..42c5754512 100644 --- a/docs/ref/csrf.txt +++ b/docs/ref/csrf.txt @@ -211,6 +211,9 @@ The error page, however, is not very friendly, so you may want to provide your own view for handling this condition. To do this, simply set the :setting:`CSRF_FAILURE_VIEW` setting. +CSRF failures are logged as warnings to the :ref:`django-request-logger` +logger. + .. _how-csrf-works: How it works |
