Refs #25809 -- Prefered imports from django.db.models.
This commit is contained in:
parent
e585c43be9
commit
7e299c0e03
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in New Issue