summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-21 01:31:49 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-21 01:31:49 +0200
commitea73bf44c5d527f407c89b35b22b21abf2f32617 (patch)
treeb0ce9167008a2ef608f522680f3d11a0459663e4 /archaeological_operations/forms.py
parent8d594a01220d5cbbe9d6e856d1aef04bbb8daf3e (diff)
downloadIshtar-ea73bf44c5d527f407c89b35b22b21abf2f32617.tar.bz2
Ishtar-ea73bf44c5d527f407c89b35b22b21abf2f32617.zip
Djangoization - Major refactoring (step 7)
Work on archaeological_files wizards
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index d87e72423..dc342f477 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -29,6 +29,7 @@ from django.template import RequestContext
from django.core import validators
from django.core.exceptions import ObjectDoesNotExist
from django.db.models import Max
+from django.forms.formsets import DELETION_FIELD_NAME
from django.utils.translation import ugettext_lazy as _
from ishtar_common.models import valid_id, PersonType, Person, Town