import ContentType, ContentTypeManager from contenttypes module (#10308)

This commit is contained in:
Frédéric Péters 2016-03-16 11:03:17 +01:00
parent 7b9313838b
commit c72ded80d2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from django.conf import settings
from django.core.exceptions import ImproperlyConfigured, ValidationError
import django.db.utils
from django.contrib.auth.models import ContentType, ContentTypeManager
from django.contrib.contenttypes.models import ContentType, ContentTypeManager
from tenant_schemas.utils import get_public_schema_name, get_limit_set_calls
from tenant_schemas.postgresql_backend.introspection import DatabaseSchemaIntrospection