macaron
macaron copied to clipboard
Add QuerySet#fields() method
Like this.
for rec in Member.all().fields("name"):
print rec["name"]
fields(), fields_tuple(), and field() are apploximately implemented. @ef418ce90525a0c72c70343730f8ff0497c56996 DISTINCT option needs to be tested.