📅  最后修改于: 2022-03-11 14:46:16.093000             🧑  作者: Mango
# Less than or equal:
User.objects.filter(userprofile__level__lte=0)
#Greater than or equal:
User.objects.filter(userprofile__level__gte=0)