mirror of
https://github.com/Hopiu/django.git
synced 2026-05-03 13:14:44 +00:00
Refs #25809 -- Prefered imports from django.db.models.
This commit is contained in:
parent
e585c43be9
commit
7e299c0e03
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue