I have this:
我有这个:
excl = dict()
kwargs['field1__isnull'] = False
kwargs['field2__isnull'] = False
kwargs['field3__isnull'] = False
items = MyModel.objects.filter(**kwargs).exclude(**excl)
excl = dict()
kwargs['fI have this:
我有这个:
excl = dict()
kwargs['field1__isnull'] = False
kwargs['field2__isnull'] = False
kwargs['field3__isnull'] = False
items = MyModel.objects.filter(**kwargs).exclude(**excl)
excl = dict()
kwargs['f