Replies: 1 comment 2 replies
-
'Field name |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
In
ModelSerializer
class, we have a function calledbuild_unknown_field
which raises error.The error is something like:
'Field name `invalid` is not valid for model `RegularFieldsModel`.'
This is annoying sometimes for me, because I don't know where is the problem coming from, and I don't know which serializer is corrupt.
I was thinking to change the error to have the module path and the serializer class name (I have a PR to do that).
Is it OK to open an issue for that ?
Beta Was this translation helpful? Give feedback.
All reactions