from django.db.models import BooleanField, Case, Value, When prospect_list = ( Prospect.objects.annotate( is_hot=Case( When( ...
確定! 回上一頁