- Notifications
You must be signed in to change notification settings - Fork302
-
Hi folks, I stumbled across the followingline and i'am not sure if this is the right way to figure out the Should this better rewrite to: get_serializer_func=getattr(view,"get_serializer_class",None)ifget_serializer_func:serializer_class=get_serializer_func()else:serializer_class=None |
BetaWas this translation helpful?Give feedback.
All reactions
Answered by slivercNov 25, 2021
Replies: 1 comment
-
This code bit was an invalid bug fix to allow the usage of the field name |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Answer selected byjokiefer
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment