• Juanjo Salvador@programming.devM
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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.

    • Jason Novinger@programming.devOPM
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      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!