1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26628 -- Changed CSRF logger to django.security.csrf.

This commit is contained in:
Holly Becker
2016-06-02 17:24:48 -07:00
committed by Tim Graham
parent c3495bb984
commit 55fec16aaf
5 changed files with 49 additions and 21 deletions

View File

@@ -246,6 +246,9 @@ Miscellaneous
* Support for SpatiaLite < 4.0 is dropped.
* CSRF failures are logged to the ``django.security.csrf ``` logger instead of
``django.request``.
.. _deprecated-features-1.11:
Features deprecated in 1.11