aboutsummaryrefslogtreecommitdiff
path: root/models.py
diff options
context:
space:
mode:
authorAlban Gruin2017-09-05 10:47:57 +0200
committerAlban Gruin2017-09-05 10:47:57 +0200
commitb4ed0a15e5bc11c7c41d4d8308ff900a34486697 (patch)
tree46714cf76354d325c35efb8395492fa7f6e4e62d /models.py
parent78920718408ab411680b7f5dd003b70c4e458e37 (diff)
Suppression de l’import de django.db.connection
Diffstat (limited to 'models.py')
-rw-r--r--models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/models.py b/models.py
index 21b08f5..1aeb8e2 100644
--- a/models.py
+++ b/models.py
@@ -14,7 +14,7 @@
# with celcatsanitizer; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-from django.db import connection, models
+from django.db import models
from django.db.models import Count, Manager, Q
from django.db.models.functions import ExtractWeek, ExtractYear
from django.utils.text import slugify