From 3b8c2e3bff7c1ba8931f0c6b4c5ec94b95f7a2fe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 29 Apr 2020 18:47:44 +0200 Subject: Remove collection from initial data --- 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 64fbd8051..43a7f4d34 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -3948,39 +3948,6 @@ "codename": "delete_containerlocalisation" } }, -{ - "model": "auth.permission", - "fields": { - "name": "Can add Collection", - "content_type": [ - "archaeological_warehouse", - "collection" - ], - "codename": "add_collection" - } -}, -{ - "model": "auth.permission", - "fields": { - "name": "Can change Collection", - "content_type": [ - "archaeological_warehouse", - "collection" - ], - "codename": "change_collection" - } -}, -{ - "model": "auth.permission", - "fields": { - "name": "Can delete Collection", - "content_type": [ - "archaeological_warehouse", - "collection" - ], - "codename": "delete_collection" - } -}, { "model": "auth.permission", "fields": { -- cgit v1.2.3