Add atoll and island fields to user serializer; implement island and atoll serializers with depth handling
This commit is contained in:
@@ -14,6 +14,7 @@ class UserFilter(django_filters.FilterSet):
|
||||
"last_name",
|
||||
"first_name",
|
||||
"email",
|
||||
"verified",
|
||||
"is_active",
|
||||
"id_card",
|
||||
"mobile",
|
||||
|
||||
Reference in New Issue
Block a user