-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dot-notation not working #12
Comments
Ah yes, thanks for noting this. This does not currently work, but I will certainly look into adding support for it. The current assumption is that your request for sparse fields gets injected into a dynamic serializer that is defined in the |
Ohh. Okay. Thanks for Good Library. 👍 |
@rsinger86 this is something I need. I will gladly work up a PR, but could you please give me some guidance on the best way to implement it? |
@rsinger86 checking in again 2.5 years later :) I'm still happy to work up a PR fixing this if you can give me a steer on where to look. |
Sure! I appreciate the bump. I think you could work from the Normally, the But in this case, I don't think that's possible so maybe you want to add an |
I am having the same problem. Hope that solves the problem. |
Everybody wants it but nobody what to do anything :D |
Is it still in limbo? |
Based on https://github.com/rsinger86/drf-flex-fields#dynamically-setting-fields,
Here are my serializers:
ACTUAL RESULT
EXPECTED RESULT
The text was updated successfully, but these errors were encountered: