diff options
| 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 | 
| commit | 2d7a40f22bc9da10515330becff08c589012c0ba (patch) | |
| tree | 75e1154c53fa775498c3fb91d70c6a7f7a6d59f1 /ishtar_common/models.py | |
| parent | d357a8d182d9eb7b3df67d9eb9e127d83bb952fe (diff) | |
| download | Ishtar-2d7a40f22bc9da10515330becff08c589012c0ba.tar.bz2 Ishtar-2d7a40f22bc9da10515330becff08c589012c0ba.zip | |
Container: add parents - localisation refactoring
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 2 | 
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: | 
