diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 8dd1fc3fe..12cdf01f0 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -133,6 +133,7 @@ from ishtar_common.models_common import (      HierarchicalType,      BaseHistorizedItem,      LightHistorizedItem, +    HistoricalRecords,      FullSearch,      SearchAltName,      OwnPerms, @@ -4268,6 +4269,7 @@ class Document(          db_index=True,          help_text=_("Cached value - do not edit"),      ) +    history = HistoricalRecords(inherit=True)      class Meta:          verbose_name = _("Document") | 
