diff --git a/django/contrib/postgres/indexes.py b/django/contrib/postgres/indexes.py index a2bd3918c6..897fbc1f57 100644 --- a/django/contrib/postgres/indexes.py +++ b/django/contrib/postgres/indexes.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -from django.db.models.indexes import Index +from django.db.models import Index __all__ = ['BrinIndex', 'GinIndex']