mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Added clarifying note to docs for CSRF_COOKIE_DOMAIN
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8122ce7c76
commit
bf7af2be15
2 changed files with 8 additions and 2 deletions
|
@ -280,6 +280,8 @@ CSRF checks::
|
|||
>>> from django.test import Client
|
||||
>>> csrf_client = Client(enforce_csrf_checks=True)
|
||||
|
||||
.. _csrf-limitations:
|
||||
|
||||
Limitations
|
||||
===========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue