Skip to content

Support reverse ordering in values and values_list #1

@onyb

Description

@onyb

This is supported:
Foo.objects.filter().order_by('-foo')

whereas, this is not:
Foo.objects.filter().values('email', 'foo').order_by('-foo')

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions