How to limit columns returned by Django query ?

Posted by PhilGo20 on Stack Overflow See other posts from Stack Overflow or by PhilGo20
Published on 2010-03-15T17:07:55Z Indexed on 2010/03/15 17:09 UTC
Read the original article Hit count: 202

Filed under:
|

That seems simple enough, but all Django Queries seems to be 'SELECT *'

How do I build a query returning only a subset of fields ?

© Stack Overflow or respective owner

Related posts about django

Related posts about orm