1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

newforms-admin: Fixed #4732 -- Moved admin.utils to admindocs.utils. Thanks, _@student.ethz.ch

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@5570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-07-01 00:52:21 +00:00
parent d8411ca54d
commit 7a981380de
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from django.shortcuts import render_to_response
from django.core.exceptions import ImproperlyConfigured, ViewDoesNotExist from django.core.exceptions import ImproperlyConfigured, ViewDoesNotExist
from django.http import Http404, get_host from django.http import Http404, get_host
from django.core import urlresolvers from django.core import urlresolvers
from django.contrib.admin import utils from django.contrib.admindocs import utils
from django.contrib.sites.models import Site from django.contrib.sites.models import Site
import inspect, os, re import inspect, os, re