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

Add support for full QuerySet API

Open IwoHerka opened this issue 6 years ago • 0 comments

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.

IwoHerka avatar May 17 '18 18:05 IwoHerka