summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 521a3239e..d95986c70 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1898,7 +1898,7 @@ class BaseHistorizedItem(FullSearch, Imported, JsonData, FixAssociated):
return
return q.all()[0]['history_date']
- def get_previous(self, step=None, date=None, strict=True):
+ def get_previous(self, step=None, date=None, strict=False):
"""
Get a "step" previous state of the item
"""