mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
* Add model check so you cannot double approve an admin org affiliation * remove django namespace perms form INSTALLED_APPS * script to fix users affected by #930 * black formatted * add nsp back to installed apps for now remove remaining nsp references * fix initial_data fixtures (nsp->grainy) * fixes #934: privacy permissions scope for pocs and ixf urls * test that poc pirvacy scope works correctly on GUI (#934) * black format Co-authored-by: Elliot Frank <elliot@20c.com> Co-authored-by: Stefan Pratter <stefan@20c.com>
44 lines
765 B
JSON
44 lines
765 B
JSON
[
|
|
{
|
|
"model" : "auth.group",
|
|
"pk" : 1,
|
|
"fields" : {
|
|
"name" : "guest"
|
|
}
|
|
},
|
|
{
|
|
"model" : "auth.group",
|
|
"pk" : 2,
|
|
"fields" : {
|
|
"name" : "user"
|
|
}
|
|
},
|
|
{
|
|
"model" : "django_grainy.grouppermission",
|
|
"pk" : 1,
|
|
"fields" : {
|
|
"group" : 1,
|
|
"namespace" : "peeringdb.organization",
|
|
"permission" : 1
|
|
}
|
|
},
|
|
{
|
|
"model" : "django_grainy.grouppermission",
|
|
"pk" : 5,
|
|
"fields" : {
|
|
"group" : 2,
|
|
"namespace" : "peeringdb.organization",
|
|
"permission" : 1
|
|
}
|
|
},
|
|
{
|
|
"model" : "django_grainy.grouppermission",
|
|
"pk" : 6,
|
|
"fields" : {
|
|
"group" : 2,
|
|
"namespace" : "peeringdb.organization.*.network.*.poc_set.users",
|
|
"permission" : 1
|
|
}
|
|
}
|
|
]
|