diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-04-10 19:45:16 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 08:39:42 +0200 |
commit | 4d245b7651c2d8c6b2d345f33d90cf6844d22969 (patch) | |
tree | 3f66ea609a8943a43e5154d76e8570bdff871960 /fixtures | |
parent | 184e6614b0c3e5cf2c8290923d0aa4fd27dd20b4 (diff) | |
download | Ishtar-4d245b7651c2d8c6b2d345f33d90cf6844d22969.tar.bz2 Ishtar-4d245b7651c2d8c6b2d345f33d90cf6844d22969.zip |
Update fixtures
Diffstat (limited to 'fixtures')
-rw-r--r-- | fixtures/initial_data-auth-fr.json | 330 |
1 files changed, 330 insertions, 0 deletions
diff --git a/fixtures/initial_data-auth-fr.json b/fixtures/initial_data-auth-fr.json index 048c3ab55..2b158b7f4 100644 --- a/fixtures/initial_data-auth-fr.json +++ b/fixtures/initial_data-auth-fr.json @@ -5357,6 +5357,336 @@ } }, { + "model": "auth.permission", + "fields": { + "name": "Can add Json data - Field", + "content_type": [ + "ishtar_common", + "jsondatafield" + ], + "codename": "add_jsondatafield" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can change Json data - Field", + "content_type": [ + "ishtar_common", + "jsondatafield" + ], + "codename": "change_jsondatafield" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can delete Json data - Field", + "content_type": [ + "ishtar_common", + "jsondatafield" + ], + "codename": "delete_jsondatafield" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can add Json data - Menu", + "content_type": [ + "ishtar_common", + "jsondatasection" + ], + "codename": "add_jsondatasection" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can change Json data - Menu", + "content_type": [ + "ishtar_common", + "jsondatasection" + ], + "codename": "change_jsondatasection" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can delete Json data - Menu", + "content_type": [ + "ishtar_common", + "jsondatasection" + ], + "codename": "delete_jsondatasection" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can add Custom form", + "content_type": [ + "ishtar_common", + "customform" + ], + "codename": "add_customform" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can change Custom form", + "content_type": [ + "ishtar_common", + "customform" + ], + "codename": "change_customform" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can delete Custom form", + "content_type": [ + "ishtar_common", + "customform" + ], + "codename": "delete_customform" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can add Image", + "content_type": [ + "ishtar_common", + "ishtarimage" + ], + "codename": "add_ishtarimage" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can change Image", + "content_type": [ + "ishtar_common", + "ishtarimage" + ], + "codename": "change_ishtarimage" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can delete Image", + "content_type": [ + "ishtar_common", + "ishtarimage" + ], + "codename": "delete_ishtarimage" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can add License type", + "content_type": [ + "ishtar_common", + "licensetype" + ], + "codename": "add_licensetype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can change License type", + "content_type": [ + "ishtar_common", + "licensetype" + ], + "codename": "change_licensetype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can delete License type", + "content_type": [ + "ishtar_common", + "licensetype" + ], + "codename": "delete_licensetype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can add Excluded field", + "content_type": [ + "ishtar_common", + "excludedfield" + ], + "codename": "add_excludedfield" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can change Excluded field", + "content_type": [ + "ishtar_common", + "excludedfield" + ], + "codename": "change_excludedfield" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can delete Excluded field", + "content_type": [ + "ishtar_common", + "excludedfield" + ], + "codename": "delete_excludedfield" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can add Image type", + "content_type": [ + "ishtar_common", + "imagetype" + ], + "codename": "add_imagetype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can change Image type", + "content_type": [ + "ishtar_common", + "imagetype" + ], + "codename": "change_imagetype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can delete Image type", + "content_type": [ + "ishtar_common", + "imagetype" + ], + "codename": "delete_imagetype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can add Communicability type", + "content_type": [ + "archaeological_finds", + "communicabilitytype" + ], + "codename": "add_communicabilitytype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can change Communicability type", + "content_type": [ + "archaeological_finds", + "communicabilitytype" + ], + "codename": "change_communicabilitytype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can delete Communicability type", + "content_type": [ + "archaeological_finds", + "communicabilitytype" + ], + "codename": "delete_communicabilitytype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can add Profile type", + "content_type": [ + "ishtar_common", + "profiletype" + ], + "codename": "add_profiletype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can change Profile type", + "content_type": [ + "ishtar_common", + "profiletype" + ], + "codename": "change_profiletype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can delete Profile type", + "content_type": [ + "ishtar_common", + "profiletype" + ], + "codename": "delete_profiletype" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can add User profile", + "content_type": [ + "ishtar_common", + "userprofile" + ], + "codename": "add_userprofile" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can change User profile", + "content_type": [ + "ishtar_common", + "userprofile" + ], + "codename": "change_userprofile" + } +}, +{ + "model": "auth.permission", + "fields": { + "name": "Can delete User profile", + "content_type": [ + "ishtar_common", + "userprofile" + ], + "codename": "delete_userprofile" + } +}, +{ "model": "auth.group", "fields": { "name": "Op\u00e9rations : lecture", |