Replies: 1 comment
-
Here's my first pass at doing this. It seems to be working but I'm not familiar enough with the API or making extensive enough use of any of the optional arguments to know if this breaks anything.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is anyone aware of a simple way to subclass DjangoFilterConnectionField in order to provide default fields. Something like this:
Looking at the implementation, it seems like this would involve reaching into the internals a bit and, before proceeding down that path, I wanted to see if anyone had already come up with a simple/robust solve for what I imagine is a pretty common use case.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions