updated fixtures

This commit is contained in:
2021-12-22 15:22:23 -06:00
parent 3f39a7aa68
commit 01601bb343
3 changed files with 4 additions and 42 deletions

View File

@@ -31,45 +31,6 @@
]
}
},
{
"model": "admin.logentry",
"pk": 1,
"fields": {
"action_time": "2021-12-17T01:32:54.671Z",
"user": 1,
"content_type": 3,
"object_id": "1",
"object_repr": "a",
"action_flag": 1,
"change_message": "[{\"added\": {}}]"
}
},
{
"model": "admin.logentry",
"pk": 2,
"fields": {
"action_time": "2021-12-17T01:32:59.237Z",
"user": 1,
"content_type": 9,
"object_id": "7644001",
"object_repr": "TeamSnap Team Object (7644001)",
"action_flag": 1,
"change_message": "[{\"added\": {}}]"
}
},
{
"model": "admin.logentry",
"pk": 3,
"fields": {
"action_time": "2021-12-17T01:33:57.742Z",
"user": 1,
"content_type": 10,
"object_id": "25560745",
"object_repr": "TeamSnap User Object (25560745)",
"action_flag": 1,
"change_message": "[{\"added\": {}}]"
}
},
{
"model": "auth.permission",
"pk": 1,
@@ -1153,7 +1114,7 @@
}
},
{
"model": "benchcoach.profile",
"model": "benchcoachproject.profile",
"pk": 1,
"fields": {
"user": 1,
@@ -1163,7 +1124,7 @@
}
},
{
"model": "benchcoach.teamsnapsettings",
"model": "benchcoachproject.teamsnapsettings",
"pk": 1,
"fields": {
"user": 1,

File diff suppressed because one or more lines are too long