We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6acd4b commit 0fc9aecCopy full SHA for 0fc9aec
dbaas/logical/models.py
@@ -3,7 +3,7 @@
3
import simple_audit
4
import logging
5
import datetime
6
-from django.db import models, transaction
+from django.db import models
7
from django.core.exceptions import ValidationError
8
from django.utils.translation import ugettext_lazy as _
9
from django.db.models.signals import pre_save, post_save, pre_delete
0 commit comments