Changeset 6988
- Timestamp:
- 01/01/08 23:30:34 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/contrib/admin/sites.py
r6811 r6988 202 202 Displays the login form for the given HttpRequest. 203 203 """ 204 from django.contrib.auth.models import User 205 204 206 # If this isn't already the login page, display it. 205 207 if not request.POST.has_key(LOGIN_FORM_KEY):
