orm: Add support for extra, distinct, and arbitrary other code
QuerySet::extra() — allow for extra tables and where clauses initially, long term, support extra fields in the SELECT and ORDER_BY clauses. QuerySet::distinct() — allow for specifying distinct columns in the query
Loading
Please register or sign in to comment