queryish icon indicating copy to clipboard operation
queryish copied to clipboard

A library for constructing queries on arbitrary data sources following Django's QuerySet API

Results 3 queryish issues
Sort by recently updated
recently updated
newest added

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...