Class ValuesListIterable

Iterable returned by QuerySet.values_list(flat=False) that yields a tuple for each row.

Declaration

class ValuesListIterable(BaseIterable)
source link

Documentation

Methods

Inherited methods

Subclasses