georgemarshall/django-cryptography

Ordering in Model not working

holger-dev opened this issue · 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!

Doing

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

also does not work