Class Ref

Reference to column alias of the query. For example, Ref('sum_cost') in qs.annotate(sum_cost=Sum('cost')) query.

Declaration

class Ref(Expression)
source link

Documentation

Methods

Inherited methods

Reexports