mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +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 __future__ import unicode_literals
|
||||||
|
|
||||||
from django.db.models.indexes import Index
|
from django.db.models import Index
|
||||||
|
|
||||||
__all__ = ['BrinIndex', 'GinIndex']
|
__all__ = ['BrinIndex', 'GinIndex']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue