mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Resolve default ordering warnings from tests
This commit is contained in:
@@ -815,6 +815,7 @@ class RetrieveUpdateDestroyAPIView(RetrieveUpdateAPIView, DestroyAPIView):
|
||||
class ResourceAccessList(ParentMixin, ListAPIView):
|
||||
|
||||
serializer_class = ResourceAccessListElementSerializer
|
||||
ordering = ('username',)
|
||||
|
||||
def get_queryset(self):
|
||||
obj = self.get_parent_object()
|
||||
|
||||
Reference in New Issue
Block a user