diff options
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |