From 57a9e32ad8225b9adaff3a9f0f22caf89fc09c50 Mon Sep 17 00:00:00 2001 From: Zach Moody Date: Wed, 22 Jun 2016 23:55:53 -0500 Subject: [PATCH] extras: removed useractions fixture --- netbox/extras/fixtures/extras.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/netbox/extras/fixtures/extras.json b/netbox/extras/fixtures/extras.json index b35082f46..83b947cb2 100644 --- a/netbox/extras/fixtures/extras.json +++ b/netbox/extras/fixtures/extras.json @@ -31,17 +31,5 @@ "source": "http://localhost/interface_graph.png", "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 TEST" - } } ] \ No newline at end of file