diff options
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/models_finds.py | 2 | ||||
-rw-r--r-- | archaeological_finds/models_treatments.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 63afb9dff..2218cb011 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -470,7 +470,6 @@ class BaseFind( verbose_name = _("Base find") verbose_name_plural = _("Base finds") permissions = ( - ("view_basefind", "Can view all Base finds"), ("view_own_basefind", "Can view own Base find"), ("add_own_basefind", "Can add own Base find"), ("change_own_basefind", "Can change own Base find"), @@ -2010,7 +2009,6 @@ class Find( verbose_name = _("Find") verbose_name_plural = _("Finds") permissions = ( - ("view_find", "Can view all Finds"), ("view_own_find", "Can view own Find"), ("add_own_find", "Can add own Find"), ("change_own_find", "Can change own Find"), diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index 7cbf0334a..d52516ff2 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -289,7 +289,6 @@ class Treatment( verbose_name_plural = _("Treatments") unique_together = ("year", "index") permissions = ( - ("view_treatment", "Can view all Treatments"), ("view_own_treatment", "Can view own Treatment"), ("add_own_treatment", "Can add own Treatment"), ("change_own_treatment", "Can change own Treatment"), @@ -1176,7 +1175,6 @@ class TreatmentFile( verbose_name_plural = _("Treatment requests") unique_together = ("year", "index") permissions = ( - ("view_treatmentfile", "Can view all Treatment requests"), ("view_own_treatmentfile", "Can view own Treatment request"), ("add_own_treatmentfile", "Can add own Treatment request"), ("change_own_treatmentfile", "Can change own Treatment request"), |