diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-11-12 17:27:25 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:43:49 +0100 |
commit | ed6d2a764fcc76a0feba1c586acb9afddbecd16b (patch) | |
tree | a81b0bbfc3a45e6f895fc7e70652b94a97abd116 /archaeological_context_records/models.py | |
parent | ce7d642318f4e4c57dd552915b12eef360d33d70 (diff) | |
download | Ishtar-ed6d2a764fcc76a0feba1c586acb9afddbecd16b.tar.bz2 Ishtar-ed6d2a764fcc76a0feba1c586acb9afddbecd16b.zip |
♻️ clean all "add_own"
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 50b9bbf42..dbd7bc463 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -1007,7 +1007,6 @@ class ContextRecord( verbose_name_plural = _("Context Record") permissions = ( ("view_own_contextrecord", "Can view own Context Record"), - ("add_own_contextrecord", "Can add own Context Record"), ("change_own_contextrecord", "Can change own Context Record"), ("delete_own_contextrecord", "Can delete own Context Record"), ) |