django以字典或元组形式输出数据库结果集,可以选择输出特定列的结果
values()¶values(*fields, **expressions)¶Returns a QuerySet that returns dictionaries, rather than model instances, when used as an iterable.Each of those dictionaries represents an object, with the ke...