Skip to content

Commit 27350e5

Browse files
author
Pete Wildsmith
committed
import our compatiblity UUIDField in migrations too
1 parent e538a26 commit 27350e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_dbq/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
try:
99
from django.db.models import UUIDField
1010
except ImportError:
11-
from uuidfield import UUIDField
11+
from django_dbq.fields import UUIDField
1212

1313

1414
class Migration(migrations.Migration):

0 commit comments

Comments
 (0)