CodeYellowBV / django-binder

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

Field filter chain qualifiers #206

Open MLewiDev opened 2 years ago

MLewiDev commented 2 years ago

Added ability to use additional django field lookups like for example date or unaccent by using chained qualifiers like .last_seen:date:gt or .name:unaccent:startswith