summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2017-06-05 21:58:18 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2017-06-05 21:58:52 +0200
commitf6afd724fb52a37181dc32f979c54d88e665ae3f (patch)
tree8b85cfea685599f8748a3614f0536c1bd0f1fb9b /main
parent063784db760a85236068a8bbacd01af2d1036d4b (diff)
downloadarchweb-f6afd724fb52a37181dc32f979c54d88e665ae3f.tar.gz
archweb-f6afd724fb52a37181dc32f979c54d88e665ae3f.zip
Add fixtures for the signoff testers group
Add the fixtures corresponding to the signoff testers group on the live server. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Diffstat (limited to 'main')
-rw-r--r--main/fixtures/groups.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/main/fixtures/groups.json b/main/fixtures/groups.json
index 2205be7c..9fa0e411 100644
--- a/main/fixtures/groups.json
+++ b/main/fixtures/groups.json
@@ -500,5 +500,24 @@
},
"model": "auth.group",
"pk": 11
+},
+{
+ "fields": {
+ "name": "Testers",
+ "permissions": [
+ [
+ "add_signoff",
+ "packages",
+ "signoff"
+ ],
+ [
+ "change_signoff",
+ "packages",
+ "signoff"
+ ]
+ ]
+ },
+ "model": "auth.group",
+ "pk": 12
}
]