Skip to content

Commit 910ae60

Browse files
committed
Update fixtures for dev branch to be happy
1 parent 50553a3 commit 910ae60

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

dojo/fixtures/dojo_testdata_locations.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,24 @@
112112
"date_joined": "2018-04-13T07:59:51.527Z"
113113
}
114114
},
115+
{
116+
"pk": 7,
117+
"model": "auth.user",
118+
"fields": {
119+
"username": "globalWriter",
120+
"first_name": "Global",
121+
"last_name": "Writer",
122+
"is_active": true,
123+
"is_superuser": false,
124+
"is_staff": false,
125+
"last_login": null,
126+
"groups": [],
127+
"user_permissions": [],
128+
"password": "pbkdf2_sha256$36000$pe8Ff8HrBPac$Lb3ee6/R9z/aL9nM+D2AXWTpIt9Pa9kcLueXxYNy1ZY=",
129+
"email": "global_writer@email.com",
130+
"date_joined": "2018-04-13T07:59:51.527Z"
131+
}
132+
},
115133
{
116134
"pk": "2dqr18yqu9mzb87abk0okid75w2clakl",
117135
"model": "sessions.session",
@@ -2829,6 +2847,14 @@
28292847
"created": "2018-04-16T06:54:35.933Z"
28302848
}
28312849
},
2850+
{
2851+
"pk": "184770c4c3256aba904297610fbb4da3fa15ba37",
2852+
"model": "authtoken.token",
2853+
"fields": {
2854+
"user": 7,
2855+
"created": "2018-04-16T06:54:35.933Z"
2856+
}
2857+
},
28322858
{
28332859
"pk": "1",
28342860
"model": "dojo.dojo_group",
@@ -2896,6 +2922,14 @@
28962922
"role": 5
28972923
}
28982924
},
2925+
{
2926+
"pk": 4,
2927+
"model": "dojo.global_role",
2928+
"fields": {
2929+
"user": 7,
2930+
"role": 2
2931+
}
2932+
},
28992933
{
29002934
"model": "dojo.language_type",
29012935
"pk": 1,

0 commit comments

Comments
 (0)