Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for full QuerySet API #8

Open
IwoHerka opened this issue May 17, 2018 · 0 comments
Open

Add support for full QuerySet API #8

IwoHerka opened this issue May 17, 2018 · 0 comments
Labels
enhancement Enhancement / improvement to existing feature set new feature New feature
Milestone

Comments

@IwoHerka
Copy link
Collaborator

IwoHerka commented May 17, 2018

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 IwoHerka added enhancement Enhancement / improvement to existing feature set new feature New feature labels May 17, 2018
@IwoHerka IwoHerka added this to the 2.0 milestone Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement / improvement to existing feature set new feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant