mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 17:23:15 +00:00
Fixed missing import
This commit is contained in:
parent
7879b01d1f
commit
98437e8721
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ from south.utils import datetime_utils as datetime
|
|||
from south.db import db
|
||||
from south.v2 import DataMigration
|
||||
from django.db import models, connection
|
||||
from django.db.transaction import set_autocommit
|
||||
|
||||
|
||||
class Migration(DataMigration):
|
||||
|
|
|
|||
Loading…
Reference in a new issue