macaron icon indicating copy to clipboard operation
macaron copied to clipboard

Add QuerySet#fields() method

Open nobrin opened this issue 10 years ago • 1 comments

Like this.

    for rec in Member.all().fields("name"):
        print rec["name"]

nobrin avatar Dec 09 '14 09:12 nobrin

fields(), fields_tuple(), and field() are apploximately implemented. @ef418ce90525a0c72c70343730f8ff0497c56996 DISTINCT option needs to be tested.

nobrin avatar Dec 15 '14 08:12 nobrin