Fixes a migration bug with a missing import.
This commit is contained in:
parent
1e44e27f5e
commit
dae375d1c4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import datetime
|
||||
from south.db import db
|
||||
from south.v2 import DataMigration
|
||||
from django.db import models
|
||||
from django.db import models, utils
|
||||
|
||||
class Migration(DataMigration):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue