Django Model 返回空的 QuerySet 0 By 董德多 on 2022年3月11日 Django >>> from django.contrib.auth.models import User >>> User.objects.none() <QuerySet []>