From e2ec8a3bf016f1cc1e86a9ddd8cfc6e4eadbc35f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Mar 2019 19:48:55 +0100 Subject: Fix stats cache for integer values --- archaeological_finds/models_treatments.py | 1 - 1 file changed, 1 deletion(-) (limited to 'archaeological_finds/models_treatments.py') diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index fb5143c7f..572f002f2 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -1067,7 +1067,6 @@ class TreatmentFile(DashboardFormItem, ClosedItem, DocumentItem, super(TreatmentFile, self).save(*args, **kwargs) - m2m_changed.connect(document_attached_changed, sender=TreatmentFile.documents.through) -- cgit v1.2.3