Django Book 翻译
菜单>:
TOC
返回
原文:
Returns a special ``QuerySet`` that evaluates to a list of dictionaries instead of model-instance objects. Each of those dictionaries represents an object, with the keys corresponding to the attribute names of model objects:
翻译:
返回一个特殊的QuerySet相当于一个字典列表,而不是model的实例。每个字典代表一个对象,它的keys对应于这个model的属性名。
备注:
译者: