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

Refs #23957 -- Removed the useless SessionAuthenticationMiddleware.

This commit is contained in:
Tim Graham
2016-12-31 13:58:42 -05:00
parent d334f46b7a
commit 401c5b2e42
3 changed files with 3 additions and 23 deletions

View File

@@ -212,7 +212,9 @@ Database backend API
Miscellaneous
-------------
* ...
* The ``SessionAuthenticationMiddleware`` class is removed. It provided no
functionality since session authentication is unconditionally enabled in
Django 1.10.
.. _deprecated-features-2.0: