From 3297cdadc31ea857ed51317081d7d3174af7dbc9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 Sep 2021 11:07:01 +0200 Subject: Migration to Django 2.2 - fixes - remove django-ajax-select - fix migrations --- fixtures/initial_data-auth-fr.json | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'fixtures') 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 @@ -230,39 +230,6 @@ "codename": "delete_site" } }, -{ - "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": { -- cgit v1.2.3