-
Notifications
You must be signed in to change notification settings - Fork 270
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
Exception: 'ManyRelatedField' object has no attribute 'Meta' #79
Comments
jayvdb
added a commit
to jayvdb/drf-spectacular
that referenced
this issue
Jun 6, 2020
jayvdb
added a commit
to jayvdb/drf-spectacular
that referenced
this issue
Jun 6, 2020
tfranzel
added a commit
that referenced
this issue
Jun 7, 2020
i had a quick look. drf_writable_nested is indeed not the issue. i ran the example from the README and no exceptions, no warnings i fixed the many related issue. it only occurred on @jayvdb please confirm and close. |
Works well; thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
(line numbers refer to master atm)
To Reproduce
WritableNestedModelSerializer
is from https://github.com/beda-software/drf-writable-nested/blob/master/drf_writable_nested/serializers.py , but isnt related afaics.Expected behavior
Should at least be an 'array of object', but ideally the type&schema of the object is also detected and exposed.
The text was updated successfully, but these errors were encountered: