diff options
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 68fbeda88..43d11248b 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -3093,39 +3093,6 @@ { "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": { "name": "Can add Integrity type", "content_type": [ "archaeological_finds", |