mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Changed the DatabaseError import to be more compatible
This commit is contained in:
parent
1cb208c9ac
commit
4107cdd125
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
from django.db import models
|
||||
from django.db.utils import DatabaseError
|
||||
from django.db import models, DatabaseError
|
||||
|
||||
from south.db import db
|
||||
from south.signals import post_migrate
|
||||
|
|
|
|||
Loading…
Reference in a new issue