Loading django/db/backends/mysql/schema.py +0 −1 Original line number Diff line number Diff line from django.db.backends.schema import BaseDatabaseSchemaEditor from django.db.models import NOT_PROVIDED from django.utils import six class DatabaseSchemaEditor(BaseDatabaseSchemaEditor): Loading Loading
django/db/backends/mysql/schema.py +0 −1 Original line number Diff line number Diff line from django.db.backends.schema import BaseDatabaseSchemaEditor from django.db.models import NOT_PROVIDED from django.utils import six class DatabaseSchemaEditor(BaseDatabaseSchemaEditor): Loading