2015-10-04 127 views

回答

1

使用exclude方法:

rows.exclude(lambda r: r.id == some_id) 

當然,你可以用你喜歡的任何條件進行篩選。