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
commit f9b499d83e

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