Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要根据 request.session 中的内容为每个对象的查询集添加键/值。
怎么做?
艾伦
历史答案:
您可以在查询.extra()集上使用该方法来添加额外的“字段”。
.extra()
有一些文档可能有用。
新答案:
您应该使用该.annotate()方法添加额外的字段。
.annotate()
查看文档。