mirror of
https://github.com/django/django.git
synced 2025-10-04 07:46:37 +00:00
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
This commit is contained in:
parent
1aa3e09c20
commit
8958170755
22 changed files with 73 additions and 60 deletions
|
@ -5,8 +5,9 @@ from collections import OrderedDict
|
|||
|
||||
from django.apps import apps
|
||||
from django.conf import settings
|
||||
from django.core.exceptions import FieldDoesNotExist
|
||||
from django.db.models.fields.related import ManyToManyRel
|
||||
from django.db.models.fields import AutoField, FieldDoesNotExist
|
||||
from django.db.models.fields import AutoField
|
||||
from django.db.models.fields.proxy import OrderWrt
|
||||
from django.utils import six
|
||||
from django.utils.encoding import force_text, smart_text, python_2_unicode_compatible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue