[Update] Merge from dev

This commit is contained in:
Bai
2020-04-10 14:46:35 +08:00
30 changed files with 370 additions and 223 deletions

View File

@@ -42,8 +42,7 @@ class UserSerializer(BulkSerializerMixin, serializers.ModelSerializer):
'groups', 'role', 'wechat', 'phone', 'mfa_level',
'comment', 'source', 'is_valid', 'is_expired',
'is_active', 'created_by', 'is_first_login',
'password_strategy',
'date_password_last_updated', 'date_expired',
'password_strategy', 'date_password_last_updated', 'date_expired',
'avatar_url',
]
extra_kwargs = {