From 2d7a40f22bc9da10515330becff08c589012c0ba Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 24 Mar 2020 19:04:54 +0100 Subject: Container: add parents - localisation refactoring --- ishtar_common/models.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ishtar_common') 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: -- cgit v1.2.3