Class NamedValuesListIterable

Iterable returned by QuerySet.values_list(named=True) that yields a namedtuple for each row.

Declaration

class NamedValuesListIterable(ValuesListIterable)
source link

Documentation

Methods

Inherited methods