diff options
| 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 |
| commit | dc37c72d10b5358ef692e73f671c15c083693c05 (patch) | |
| tree | 206966ec7684d85811f7a8686fd781d3ab9d9fd4 /archaeological_context_records/migrations/0101_squashed.py | |
| parent | e046ed00e790fbb82b43de9404d8ca3955c8de2f (diff) | |
| download | Ishtar-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.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 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, |
