reobject icon indicating copy to clipboard operation
reobject copied to clipboard

Support reverse ordering in values and values_list

Open onyb opened this issue 8 years ago • 0 comments

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

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

onyb avatar Jan 27 '17 22:01 onyb