From 71f84bfa3da9db01215cc61318d6a1e3f8536c28 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 21 Nov 2018 12:25:35 +0100 Subject: Fix imports logic --- archaeological_finds/models_treatments.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'archaeological_finds/models_treatments.py') diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index b1ad5fa41..48da7c8ec 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -152,9 +152,6 @@ class Treatment(DashboardFormItem, ValueGetter, BaseHistorizedItem, start_date = models.DateField(_(u"Start date"), blank=True, null=True) end_date = models.DateField(_(u"Closing date"), blank=True, null=True) creation_date = models.DateTimeField(default=datetime.datetime.now) - finds = models.ManyToManyField( - "Find", verbose_name=_(u"Finds"), related_name='treatments', blank=True, - help_text=_(u"Related finds for non-destructive treatment")) container = models.ForeignKey(Container, verbose_name=_(u"Container"), blank=True, null=True) estimated_cost = models.FloatField(_(u"Estimated cost"), -- cgit v1.2.3