Ordering in Model not working
holger-dev opened this issue · 1 comments
holger-dev commented
Hi! I'am using some crypto-fields on different models. But if i try something like this...
ordering = ["short"]
... in the Meta-Area of my Model, it does not order on the encrypted data. Why? That would be very helpful. Thx!
jdabtieu commented
Doing
ClassName.objects.filter(param=something).order_by('param')
also does not work