summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/auth/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/contrib/auth/models.py b/django/contrib/auth/models.py
index 00a6f0b097..40037b96b4 100644
--- a/django/contrib/auth/models.py
+++ b/django/contrib/auth/models.py
@@ -4,8 +4,6 @@ from django.contrib.contenttypes.models import ContentType
from django.utils.translation import gettext_lazy as _
import datetime
-SESSION_KEY = '_auth_user_id'
-
def check_password(raw_password, enc_password):
"""
Returns a boolean of whether the raw_password was correct. Handles