gorilla-co / odata-query

An OData v4 query parser and transpiler for Python
MIT License
71 stars 16 forks source link

Django; Support Django 4 features and support comparisons to boolean funcs. #20

Closed OliverHofkens closed 2 years ago

OliverHofkens commented 2 years ago

Fixes #19, while at the same time reworking the entire Django query transformer to use new Django 4 features. Blast radius: scary.

If all is well, I'm releasing this with a prerelease tag as Django 4 support is not 100% stable yet due to https://code.djangoproject.com/ticket/33705