2014-07-18 61 views

回答

1

以同樣的方式,你會在filter使用它:用__in

Event.objects.filter(task="123").exclude(user__in=["bob","fred"])