from django.db.models import Case, When, Value User.objects.filter(account__in=(189, )).update( name=Case( When(classroom_users.uid=189, ...
確定! 回上一頁