Skip to content

Commit

Permalink
magic-removal: Moved django.parts.auth.formfields to django.contrib.a…
Browse files Browse the repository at this point in the history
…uth.forms

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jkocherhans committed Mar 7, 2006
1 parent f5dd6b9 commit bc85165
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion django/contrib/comments/views/comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.contrib.auth.models import SESSION_KEY
from django.contrib.comments.models import Comment, FreeComment, PHOTOS_REQUIRED, PHOTOS_OPTIONAL, RATINGS_REQUIRED, RATINGS_OPTIONAL, IS_PUBLIC
from django.contrib.contenttypes.models import ContentType
from django.parts.auth.formfields import AuthenticationForm
from django.contrib.auth.forms import AuthenticationForm
from django.http import HttpResponseRedirect
from django.utils.text import normalize_newlines
from django.conf import settings
Expand Down
2 changes: 1 addition & 1 deletion django/views/auth/login.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.parts.auth.formfields import AuthenticationForm
from django.contrib.auth.forms import AuthenticationForm
from django import forms
from django.shortcuts import render_to_response
from django.template import RequestContext
Expand Down

0 comments on commit bc85165

Please sign in to comment.