django-cryptography icon indicating copy to clipboard operation
django-cryptography copied to clipboard

Ordering in Model not working

Open htrampe opened this issue 2 years ago • 1 comments

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!

htrampe avatar Jul 25 '22 15:07 htrampe

Doing

ClassName.objects.filter(param=something).order_by('param')

also does not work

jdabtieu avatar Feb 17 '23 23:02 jdabtieu