Skip to content

Add QuerySet#fields() method #33

@nobrin

Description

@nobrin

Like this.

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

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions