r4fek / django-cassandra-engine

Django Cassandra Engine - the Cassandra backend for Django
BSD 2-Clause "Simplified" License
364 stars 85 forks source link

Support for values_list 'named' keyword argument #134

Open louwers opened 4 years ago

louwers commented 4 years ago

The Django ORM supports the named keyword argument to values_list. This transforms the resulting list to a named tuple for convenience.

It would be nice if django-cassandra-engine also supported this keyword argument.