diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-13 08:30:23 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-13 08:30:23 +0100 |
commit | 4eb5ebed5bbe24eae7e37c798fda24e895d56520 (patch) | |
tree | 11f9aef00b3d7c0b544def0ddc42bd0af6e956bb /archaeological_operations/models.py | |
parent | dabebd35dd8ab01ccc30c6ee3d2f324caac56d67 (diff) | |
download | Ishtar-4eb5ebed5bbe24eae7e37c798fda24e895d56520.tar.bz2 Ishtar-4eb5ebed5bbe24eae7e37c798fda24e895d56520.zip |
Tests for import and export of gen types
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index cf44fa52a..06d9b5af0 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -82,6 +82,8 @@ class ReportState(GeneralType): def __unicode__(self): return self.label + + post_save.connect(post_save_cache, sender=ReportState) post_delete.connect(post_save_cache, sender=ReportState) |