Changeset 2890
- Timestamp:
- 05/09/06 23:31:12 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/multi-auth/django/contrib/auth/models.py
r2882 r2890 4 4 from django.utils.translation import gettext_lazy as _ 5 5 import datetime 6 7 SESSION_KEY = '_auth_user_id'8 6 9 7 def check_password(raw_password, enc_password):
