From bcc7c18b08411f7b4fc7a48e9cb13fa56cd23fa0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 Oct 2017 17:13:08 +0200 Subject: Fix fixtures without preservationtype (refs #3752) --- fixtures/initial_data-auth-fr.json | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'fixtures/initial_data-auth-fr.json') diff --git a/fixtures/initial_data-auth-fr.json b/fixtures/initial_data-auth-fr.json index 68fbeda88..43d11248b 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -3090,39 +3090,6 @@ "codename": "delete_conservatorystate" } }, -{ - "model": "auth.permission", - "fields": { - "name": "Can add Preservation type", - "content_type": [ - "archaeological_finds", - "preservationtype" - ], - "codename": "add_preservationtype" - } -}, -{ - "model": "auth.permission", - "fields": { - "name": "Can change Preservation type", - "content_type": [ - "archaeological_finds", - "preservationtype" - ], - "codename": "change_preservationtype" - } -}, -{ - "model": "auth.permission", - "fields": { - "name": "Can delete Preservation type", - "content_type": [ - "archaeological_finds", - "preservationtype" - ], - "codename": "delete_preservationtype" - } -}, { "model": "auth.permission", "fields": { -- cgit v1.2.3