diff options
| -rw-r--r-- | ishtar_common/models.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 54381598e..89fbd1589 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -70,6 +70,7 @@ class HistoricalRecords(BaseHistoricalRecords):          if not q_history.count():              manager.create(history_type=type, **attrs)              return +        old_instance = q_history.all()[0]          # multiple saving by the same user in a very short time are generaly          # caused by post_save signals it is not relevant to keep them          min_history_date = datetime.datetime.now() \ | 
