From 111fb54c79daf2a1bcfe624f103f02da650e8741 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 20 Oct 2012 16:13:24 +0200 Subject: Djangoization - Major refactoring (step 5) Fix models imports and menu creation. --- archaeological_operations/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 9b3631114..2c008ef9b 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -19,6 +19,7 @@ from django.conf import settings from django.contrib.gis.db import models +from django.db.models import Q, Count, Sum, Max, Avg from django.db.models.signals import post_save from django.utils.translation import ugettext_lazy as _, ugettext -- cgit v1.2.3