mirror of
https://github.com/django/django.git
synced 2025-11-19 03:08:59 +00:00
Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
edfed18581
commit
49cfe25399
8 changed files with 14 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from django import forms
|
||||
from django.conf import settings
|
||||
from django.contrib.admin.util import flatten_fieldsets, lookup_field
|
||||
from django.contrib.admin.util import display_for_field, label_for_field, help_text_for_field
|
||||
from django.contrib.admin.util import (flatten_fieldsets, lookup_field,
|
||||
display_for_field, label_for_field, help_text_for_field)
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.core.exceptions import ObjectDoesNotExist
|
||||
from django.db.models.fields.related import ManyToManyRel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue