As of right now, only basic QuerySet methods are supported for EAV values, namely:
filter, exclude and get. Therefore, something like:
Patient.objects.all().order_by('eav__date_of_admission')
will not work.
It would be useful to add support for the full QuerySet API.
As of right now, only basic QuerySet methods are supported for EAV values, namely:
filter,excludeandget. Therefore, something like:will not work.
It would be useful to add support for the full QuerySet API.