mirror of
https://github.com/django/django.git
synced 2025-06-02 18:19:11 +00:00
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 __future__ import unicode_literals
|
||||||
|
|
||||||
from django.db.models.indexes import Index
|
from django.db.models import Index
|
||||||
|
|
||||||
__all__ = ['BrinIndex', 'GinIndex']
|
__all__ = ['BrinIndex', 'GinIndex']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user