diff options
Diffstat (limited to 'archaeological_operations/models.py')
| -rw-r--r-- | archaeological_operations/models.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index c34478b6c..1912bc964 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -528,10 +528,6 @@ class ArchaeologicalSite( pgettext_lazy("key for text search", "collaborators"), "collaborators__cached_label__iexact" ), - "editors": SearchAltName( - pgettext_lazy("key for text search", "editor"), - "editors__cached_label__iexact" - ), "protection_id": SearchAltName( pgettext_lazy("key for text search", "protection-id"), "protection_id__iexact" @@ -800,9 +796,6 @@ class ArchaeologicalSite( QualifiedBiographicalNote, related_name="sites", verbose_name=_("Actors"), blank=True ) - editors = models.ManyToManyField( - Author, related_name="sites", verbose_name=_("Editors"), blank=True - ) documents = models.ManyToManyField( Document, related_name="sites", verbose_name=_("Documents"), blank=True ) |
