- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
You must log in or register to comment.
This is really cool. I tried something like this long time ago, but pretty limited and crappy. Currently I don’t need it for any of my current projects, but I want to implement one.
Same, this has come up on a couple different projects for me. Right now, we only really take defined GET query params in a DRF endpoint and django-filter has been handling that perfectly.
But, I’ll be on the lookout for places to use this approach!