mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed #23957 -- Started deprecation toward requiring session verification.
Thanks Carl Meyer for review.
This commit is contained in:
parent
1d3e41e1cf
commit
b6ea059b4a
5 changed files with 82 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ details on these changes.
|
|||
* ``django.shortcuts.render()``
|
||||
* ``django.shortcuts.render_to_response()``
|
||||
|
||||
* Session verification will be enabled regardless of whether or not
|
||||
``'django.contrib.auth.middleware.SessionAuthenticationMiddleware'`` is in
|
||||
``MIDDLEWARE_CLASSES``.
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue