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 | e2ec8a3bf016f1cc1e86a9ddd8cfc6e4eadbc35f (patch) | |
tree | 45e9ef5617a75ecdbe9f3dab0e6d8be095b69e79 /archaeological_finds/models_treatments.py | |
parent | e50b4030deb722c3c7d2ba79a7b7d0545ccd24f8 (diff) | |
download | Ishtar-e2ec8a3bf016f1cc1e86a9ddd8cfc6e4eadbc35f.tar.bz2 Ishtar-e2ec8a3bf016f1cc1e86a9ddd8cfc6e4eadbc35f.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) |