summaryrefslogtreecommitdiff
path: root/archaeological_context_records/migrations/0101_squashed.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-09-09 11:07:01 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:20:58 +0100
commitdc37c72d10b5358ef692e73f671c15c083693c05 (patch)
tree206966ec7684d85811f7a8686fd781d3ab9d9fd4 /archaeological_context_records/migrations/0101_squashed.py
parente046ed00e790fbb82b43de9404d8ca3955c8de2f (diff)
downloadIshtar-dc37c72d10b5358ef692e73f671c15c083693c05.tar.bz2
Ishtar-dc37c72d10b5358ef692e73f671c15c083693c05.zip
Migration to Django 2.2 - fixes
- remove django-ajax-select - fix migrations
Diffstat (limited to 'archaeological_context_records/migrations/0101_squashed.py')
-rw-r--r--archaeological_context_records/migrations/0101_squashed.py2
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 d8b56641a..c61955270 100644
--- a/archaeological_context_records/migrations/0101_squashed.py
+++ b/archaeological_context_records/migrations/0101_squashed.py
@@ -111,7 +111,7 @@ class Migration(migrations.Migration):
'verbose_name': 'Context Record',
'verbose_name_plural': 'Context Record',
'ordering': ('cached_label',),
- 'permissions': (('view_contextrecord', 'Can view all Context Records'), ('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'), ('add_own_contextrecord', 'Can add own Context Record'), ('change_own_contextrecord', 'Can change own Context Record'), ('delete_own_contextrecord', 'Can delete own Context Record')),
},
bases=(ishtar_common.models.BulkUpdatedItem,
ishtar_common.models.DocumentItem,