Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Can select a field subset in Select-Query. #1

Closed
ducdetronquito opened this issue Dec 30, 2016 · 0 comments
Closed

Can select a field subset in Select-Query. #1

ducdetronquito opened this issue Dec 30, 2016 · 0 comments
Assignees

Comments

@ducdetronquito
Copy link
Owner

ducdetronquito commented Dec 30, 2016

Allow to filter a Select-Query by providing a subset of table's fields in QuerySet.select method.
If only one field is provided, the Select-Query returns a list of values.
If several fields are provided, the Select-Query returns a list of tuple.
Else, the Select-Query apply on all field an returns a list of Model instance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant