2012-09-24 46 views

回答

0

如果使用過濾器將導致查詢集對象,那麼您應該只能在所述包含過濾器的末尾使用count()。像:

count = MyModel.objects.filter(Q(my_field__startswith='Hello')).count()