Skip to content

Commit 751b7a2

Browse files
committed
Add is_active field to UserListSerializer
1 parent 8e3119b commit 751b7a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

users/serializers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class Meta:
6464
"last_name",
6565
"patronymic",
6666
"avatar",
67+
"is_active",
6768
]
6869

6970

0 commit comments

Comments
 (0)