Skip to content

Add support for full QuerySet API #8

Open
@IwoHerka

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

Assignees

No one assigned

    Labels

    enhancementEnhancement / improvement to existing feature setnew featureNew feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions