summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-03-24 19:04:54 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:20 +0100
commit2d7a40f22bc9da10515330becff08c589012c0ba (patch)
tree75e1154c53fa775498c3fb91d70c6a7f7a6d59f1 /ishtar_common
parentd357a8d182d9eb7b3df67d9eb9e127d83bb952fe (diff)
downloadIshtar-2d7a40f22bc9da10515330becff08c589012c0ba.tar.bz2
Ishtar-2d7a40f22bc9da10515330becff08c589012c0ba.zip
Container: add parents - localisation refactoring
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index a22a9307f..4b4753fe3 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -4358,7 +4358,6 @@ class Organization(Address, Merge, OwnPerms, ValueGetter, MainItem):
url = models.URLField(verbose_name=_("Web address"), blank=True, null=True)
cached_label = models.TextField(_("Cached name"), null=True, blank=True,
db_index=True)
- history = HistoricalRecords()
DOWN_MODEL_UPDATE = ['members']
@@ -4563,7 +4562,6 @@ class Person(Address, Merge, OwnPerms, ValueGetter, MainItem):
verbose_name=_("Is attached to"), blank=True, null=True)
cached_label = models.TextField(_("Cached name"), null=True, blank=True,
db_index=True)
- history = HistoricalRecords()
DOWN_MODEL_UPDATE = ["author"]
class Meta: