diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-03-18 19:48:55 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:27 +0200 |
commit | de08b6afe26f2d954248482f89030b16d1d58b94 (patch) | |
tree | 45e9ef5617a75ecdbe9f3dab0e6d8be095b69e79 /archaeological_finds/models_treatments.py | |
parent | 8905293c2197dadc0bc23684546e2ff604707b68 (diff) | |
download | Ishtar-de08b6afe26f2d954248482f89030b16d1d58b94.tar.bz2 Ishtar-de08b6afe26f2d954248482f89030b16d1d58b94.zip |
Fix stats cache for integer values
Diffstat (limited to 'archaeological_finds/models_treatments.py')
-rw-r--r-- | archaeological_finds/models_treatments.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |