Django Book 翻译
菜单>:
TOC
返回
原文:
Now lets take a closer look at this ``queryset`` key weve been using all along. Most generic views take one of these ``queryset`` arguments its how the view knows which set of objects to display (see Selecting Objects in Chapter 5 for an introduction to QuerySets, and see Appendix C for the complete details).
翻译:
现在让我们来仔细看看这个 ``queryset`` 。大多数通用视图有一个 ``queryset`` 参数,这个参数告诉视图要显示对象的集合 (有关QuerySet的解释请看第五章的 “选择对象”章节,详细资料请参看附录C)。
备注:
译者: