mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #21495 -- Added settings.CSRF_HEADER_NAME
This commit is contained in:
committed by
Tim Graham
parent
8e744fa150
commit
668d53cd12
@@ -142,6 +142,12 @@ Models
|
||||
managers created by ``ForeignKey``, ``GenericForeignKey``, and
|
||||
``ManyToManyField``.
|
||||
|
||||
CSRF
|
||||
^^^^
|
||||
|
||||
* The request header's name used for CSRF authentication can be customized
|
||||
with :setting:`CSRF_HEADER_NAME`.
|
||||
|
||||
Signals
|
||||
^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user