magic-removal: Fixed #1223. Thanks nick at efford dot net.

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Joseph Kocherhans 2006-01-14 19:32:47 +00:00
parent 90baed7dd5
commit 1edaa09f25
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
from django.models.auth import User
from django.contrib.auth.models import User
from django.core import validators
from django import forms

View File

@ -2,8 +2,8 @@ from django import forms
from django.core import validators
from django.core.extensions import render_to_response
from django.template import Context, RequestContext, loader
from django.models.auth import User
from django.models.core import Site
from django.contrib.auth.models import User
from django.contrib.sites.models import Site
from django.views.decorators.auth import login_required
from django.http import HttpResponseRedirect