summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-16 17:35:28 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-16 17:35:28 +0200
commitc90a1671e188c85609d8c505e2ad9a3fb0cc322d (patch)
tree85733d51b7bff911d87d5a02980313349498b55e
parent85c7765cb305066b5beacd24144551999d7f245b (diff)
downloadIshtar-c90a1671e188c85609d8c505e2ad9a3fb0cc322d.tar.bz2
Ishtar-c90a1671e188c85609d8c505e2ad9a3fb0cc322d.zip
Fixtures: update default groups
-rw-r--r--fixtures/initial_data-auth-fr.json33
1 files changed, 32 insertions, 1 deletions
diff --git a/fixtures/initial_data-auth-fr.json b/fixtures/initial_data-auth-fr.json
index a27cc4159..fb58cd390 100644
--- a/fixtures/initial_data-auth-fr.json
+++ b/fixtures/initial_data-auth-fr.json
@@ -331,5 +331,36 @@
264
]
}
+ },
+ {
+ "pk": 33,
+ "model": "auth.group",
+ "fields": {
+ "name": "Entit\u00e9s arch\u00e9ologiques : ajout",
+ "permissions": [
+ 255
+ ]
+ }
+ },
+ {
+ "pk": 34,
+ "model": "auth.group",
+ "fields": {
+ "name": "Entit\u00e9s arch\u00e9ologiques : modification/suppression",
+ "permissions": [
+ 256,
+ 257
+ ]
+ }
+ },
+ {
+ "pk": 35,
+ "model": "auth.group",
+ "fields": {
+ "name": "Entit\u00e9s arch\u00e9ologiques : voir",
+ "permissions": [
+ 258
+ ]
+ }
}
-] \ No newline at end of file
+]