我已实施了“ 许多多功能” 关系, 允许在 Python/ Django < / a > 中重复多个条目 。 我也有表格, 使用模型MultipleChoice Field 处理此关系, 以便验证来自ajax 请求的数据, 但形式是_ valid () 调用后, 模式MultipleChoice 字段中的任何重复项目将被删除 。 是否有办法保留重复项目( 我对表格的提交不感兴趣, 因为不在网页上使用), 或者我必须手动处理此请求 。
How do I get two distinct random records using Django? I ve seen questions about how to get one but I need to get two random records and they must differ.