queryish
queryish copied to clipboard
A library for constructing queries on arbitrary data sources following Django's QuerySet API
Hi, Thanks for this great package ! I've an API endpoint (DRF driven) I want to get data from, and I would like to use `queryish` to grab these data...
Add get_field, get_fields, and some other attributes to increase compatibility with django models
Hi and thanks for this great library. I'm using it to add Chooser support to Wagtail for Shopify data like Products. Do you think adding a Django-esque `__eq__` method on...