CodeYellowBV / django-binder

A framework based on Django for SPA webapps with a REST-like API
MIT License
14 stars 19 forks source link

Added alternative_filters field to view #226

Closed PFvanBeerendonk closed 1 year ago

PFvanBeerendonk commented 1 year ago

Allows to group and abstract filters by using alternative_filters dict

see docs/api.md "Filtering by groups (alternative_filters)"