Django

Code

Changeset 7524

Show
Ignore:
Timestamp:
05/13/08 09:38:31 (2 months ago)
Author:
gwilson
Message:

newforms-admin: Fixed #7227 -- Added missing import, thanks marinho.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/newforms-admin/django/contrib/comments/views/comments.py

    r7191 r7524  
    88from django.contrib.comments.models import Comment, FreeComment, RATINGS_REQUIRED, RATINGS_OPTIONAL, IS_PUBLIC 
    99from django.contrib.contenttypes.models import ContentType 
     10from django.contrib.auth import authenticate 
    1011from django.contrib.auth.forms import AuthenticationForm 
    1112from django.http import HttpResponseRedirect