diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-10 12:45:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-10 12:45:38 +0200 |
commit | e8db442d6568ead94995bcb9cecc9950878cd456 (patch) | |
tree | 3e526005b577ff15ab187e7f961d45c8443debe5 /ishtar_common/models.py | |
parent | f28a84102fcea5dffd8618c9253687d57acda035 (diff) | |
download | Ishtar-e8db442d6568ead94995bcb9cecc9950878cd456.tar.bz2 Ishtar-e8db442d6568ead94995bcb9cecc9950878cd456.zip |
Migrations: back to non translated fields description (Django fun)
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 |