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

Merge pull request #14 from digitalocean/fix-extras-fixtures

extras: removed useractions fixture
This commit is contained in:
Zach Moody
2016-06-22 23:56:20 -05:00
committed by GitHub

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>"
}
} }
] ]