1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

More complete superuser fix.

This commit is contained in:
Luke Sneeringer 2014-11-07 16:23:42 -06:00
parent ea1b70273d
commit 2925498c4e

View File

@ -839,6 +839,7 @@ class UserActivityStreamList(SubListAPIView):
return qs.filter(Q(actor=parent) | Q(user__in=[parent]))
class UserDetail(RetrieveUpdateDestroyAPIView):
model = User