summaryrefslogtreecommitdiff
path: root/archaeological_finds/models_treatments.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-11-21 12:25:35 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-11-28 11:40:17 +0100
commitc05a8c1acd021a5b99830080d55465d685878923 (patch)
treef10e7be1639b8c20899d55d3a3ff0ea7ee89d2bc /archaeological_finds/models_treatments.py
parentb9f6ae3b2cec4cbe10366fc935360758fb8bf6af (diff)
downloadIshtar-c05a8c1acd021a5b99830080d55465d685878923.tar.bz2
Ishtar-c05a8c1acd021a5b99830080d55465d685878923.zip
Fix imports logic
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r--archaeological_finds/models_treatments.py3
1 files changed, 0 insertions, 3 deletions
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"),