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/migrations | |
| parent | ce7d642318f4e4c57dd552915b12eef360d33d70 (diff) | |
| download | Ishtar-ed6d2a764fcc76a0feba1c586acb9afddbecd16b.tar.bz2 Ishtar-ed6d2a764fcc76a0feba1c586acb9afddbecd16b.zip | |
♻️ clean all "add_own"
Diffstat (limited to 'archaeological_context_records/migrations')
| -rw-r--r-- | archaeological_context_records/migrations/0101_squashed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/migrations/0101_squashed.py b/archaeological_context_records/migrations/0101_squashed.py index 119e28b61..7ba8feb3d 100644 --- a/archaeological_context_records/migrations/0101_squashed.py +++ b/archaeological_context_records/migrations/0101_squashed.py @@ -109,7 +109,7 @@ class Migration(migrations.Migration): 'verbose_name': 'Context Record', 'verbose_name_plural': 'Context Record', 'ordering': ('cached_label',), - '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')), + 'permissions': (('view_own_contextrecord', 'Can view own Context Record'), ('change_own_contextrecord', 'Can change own Context Record'), ('delete_own_contextrecord', 'Can delete own Context Record')), }, bases=(ishtar_common.models.DocumentItem, ishtar_common.models.StatisticItem, |
