mirror of
https://github.com/Hopiu/django.git
synced 2026-05-15 11:03:10 +00:00
Python 3 compat fix for callable()
This commit is contained in:
parent
2787de652a
commit
35230adf63
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ from django.db.models.fields.related import ManyToManyField
|
|||
from django.db.transaction import atomic
|
||||
from django.utils.log import getLogger
|
||||
from django.utils.six.moves import reduce
|
||||
from django.utils.six import callable
|
||||
|
||||
logger = getLogger('django.db.backends.schema')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue