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 /fixtures | |
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 'fixtures')
-rw-r--r-- | fixtures/initial_data-auth-fr.json | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/fixtures/initial_data-auth-fr.json b/fixtures/initial_data-auth-fr.json index 43a7f4d34..a74c70fa9 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -233,39 +233,6 @@ { "model": "auth.permission", "fields": { - "name": "Can add registration profile", - "content_type": [ - "registration", - "registrationprofile" - ], - "codename": "add_registrationprofile" - } -}, -{ - "model": "auth.permission", - "fields": { - "name": "Can change registration profile", - "content_type": [ - "registration", - "registrationprofile" - ], - "codename": "change_registrationprofile" - } -}, -{ - "model": "auth.permission", - "fields": { - "name": "Can delete registration profile", - "content_type": [ - "registration", - "registrationprofile" - ], - "codename": "delete_registrationprofile" - } -}, -{ - "model": "auth.permission", - "fields": { "name": "Can add item key", "content_type": [ "ishtar_common", |