- Timestamp:
- 07/18/08 15:23:02 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/contrib/auth/models.py
r7809 r7953 370 370 def is_authenticated(self): 371 371 return False 372 373 # Register the admin options for these models.374 from django.contrib.auth import admin
