order BO user by date they joined

This commit is contained in:
Kuroshini 2020-01-17 17:07:23 +03:00
parent df5888a048
commit c3ed88339e

View File

@ -41,7 +41,8 @@ class UserListView(generics.ListCreateAPIView):
'is_active',
'is_superuser',
'roles',
'last_login'
'last_login',
'date_joined',
)