-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementEnhancement / improvement to existing feature setEnhancement / improvement to existing feature setnew featureNew featureNew feature
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementEnhancement / improvement to existing feature setEnhancement / improvement to existing feature setnew featureNew featureNew feature