From 2925498c4e488a138f5d54ac885ceae619afee07 Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Fri, 7 Nov 2014 16:23:42 -0600 Subject: [PATCH] More complete superuser fix. --- awx/api/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/api/views.py b/awx/api/views.py index 21a3a05251..f889c89ac9 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -839,6 +839,7 @@ class UserActivityStreamList(SubListAPIView): return qs.filter(Q(actor=parent) | Q(user__in=[parent])) + class UserDetail(RetrieveUpdateDestroyAPIView): model = User