- Timestamp:
- 05/13/08 09:38:31 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/contrib/comments/views/comments.py
r7191 r7524 8 8 from django.contrib.comments.models import Comment, FreeComment, RATINGS_REQUIRED, RATINGS_OPTIONAL, IS_PUBLIC 9 9 from django.contrib.contenttypes.models import ContentType 10 from django.contrib.auth import authenticate 10 11 from django.contrib.auth.forms import AuthenticationForm 11 12 from django.http import HttpResponseRedirect
