我想使用数组作为字段的约束来过滤django查询集.AKA,我的数组,例如,一组主键.我想只获取该数组中的对象,就像SQL中的查询一样
SELECT*from table in where in [1,3,4,5,6 ....];
django django-queryset
django ×1
django-queryset ×1