1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

extras: removed useractions fixture

This commit is contained in:
Zach Moody
2016-06-22 23:55:53 -05:00
parent ed794392c6
commit 57a9e32ad8

View File

@ -31,17 +31,5 @@
"source": "http://localhost/interface_graph.png", "source": "http://localhost/interface_graph.png",
"link": "" "link": ""
} }
},
{
"model": "extras.useraction",
"pk": 1,
"fields": {
"time": "2016-06-23T04:30:37.586Z",
"user": 1,
"content_type": 10,
"object_id": 1,
"action": 1,
"message": "Created site <a href=\"/dcim/sites/test/\">TEST</a>"
}
} }
] ]