diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-05-10 04:31:12 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-05-10 04:31:12 +0000 |
| commit | 4aeb7b02107bdc2842e9e9c82b4f2369cb3ca2bf (patch) | |
| tree | e3d23b39c4602fa5dca7dbc9e9d44f3eef4f3699 | |
| parent | c386867d7424c4987ee1280dc7c88f5a8903405c (diff) | |
multi-auth: Removed SESSION_KEY from django.contrib.auth.models... it's in django.contrib.auth now.
git-svn-id: http://code.djangoproject.com/svn/django/branches/multi-auth@2890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/auth/models.py | 2 |
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 |
