From 9d5f0791187ff6b18d3ffa4db4d593fe96834e8d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 7 Oct 2020 19:09:30 +0200 Subject: Refactoring of models. Document container - declare only id --- archaeological_files_pdl/forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_files_pdl/forms.py') diff --git a/archaeological_files_pdl/forms.py b/archaeological_files_pdl/forms.py index 9974c184a..fc10d5ddc 100644 --- a/archaeological_files_pdl/forms.py +++ b/archaeological_files_pdl/forms.py @@ -25,11 +25,12 @@ from django.utils.functional import lazy from django.utils.safestring import mark_safe from ishtar_common.utils import ugettext_lazy as _ -from ishtar_common.models import Person, Town, Department, valid_id, \ +from ishtar_common.models import Person, Town, valid_id, \ person_type_pk_lazy, person_type_pks_lazy, organization_type_pks_lazy, \ organization_type_pk_lazy, get_sra_agent_label, \ get_orga_general_contractor_label, get_general_contractor_label, \ get_orga_planning_service_label, get_responsible_planning_service_label +from ishtar_common.models_common import Department from archaeological_files import models -- cgit v1.2.3