diff options
Diffstat (limited to 'ishtar_common/models.py')
-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 afd9994ca..7aceb8703 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2076,6 +2076,7 @@ class BaseHistorizedItem(StatisticItem, TemplateItem, FullSearch, Imported, """ Historized item with external ID management. All historized items are searchable and have a data json field. + Historized items can be "locked" for edition. """ IS_BASKET = False SHOW_URL = None |