Refs #25809 -- Prefered imports from django.db.models.

This commit is contained in:
Mads Jensen 2017-01-15 20:09:38 +01:00 committed by Markus Holtermann
parent e585c43be9
commit 7e299c0e03
No known key found for this signature in database
GPG Key ID: AFE79D68D41C7E39
1 changed files with 1 additions and 1 deletions

View File

@ -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']