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 | 42c6c2166d0e2845c28c776b404072d0b226664d (patch) | |
tree | 11f9aef00b3d7c0b544def0ddc42bd0af6e956bb /archaeological_operations | |
parent | bb8e1f0d4b7b6243fa60f1ec3280165fdc297a0f (diff) | |
download | Ishtar-42c6c2166d0e2845c28c776b404072d0b226664d.tar.bz2 Ishtar-42c6c2166d0e2845c28c776b404072d0b226664d.zip |
Tests for import and export of gen types
Diffstat (limited to 'archaeological_operations')
-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) |