diff options
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 |
commit | 48eb91979705f9999b724c8e2f960fd7931775c1 (patch) | |
tree | b0ce9167008a2ef608f522680f3d11a0459663e4 /archaeological_operations/forms.py | |
parent | 5b8c7201eefa8b404afb0cb89b389fd3e8f92899 (diff) | |
download | Ishtar-48eb91979705f9999b724c8e2f960fd7931775c1.tar.bz2 Ishtar-48eb91979705f9999b724c8e2f960fd7931775c1.zip |
Djangoization - Major refactoring (step 7)
Work on archaeological_files wizards
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 1 |
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 |