-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
fix: model serializer instance should not be sequence #719
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could not find any Sequence
usages in https://github.com/encode/django-rest-framework/blob/master/rest_framework/serializers.py
Thanks!
just fixed the type ignore error in ci |
There was a plan to fix this with an overloaded Serializer |
got it. thanks for clarifying! will close. |
Sorry for the lack of reply. It's a tricky decision between two bad options and I've been pondering this in the background. I'm rather inclined to merge this. |
fixes #718