-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Add ListSerializer.validate()
#2168
Labels
Milestone
Comments
Yes, I think it should. |
tomchristie
changed the title
Should ListSerializer.validate exist?
Add Dec 3, 2014
ListSerializer.validate()
tomchristie
added a commit
that referenced
this issue
Dec 8, 2014
This was referenced Mar 9, 2017
This was referenced Oct 16, 2017
This was referenced Nov 6, 2017
This was referenced Nov 14, 2017
This was referenced Dec 10, 2017
This was referenced Dec 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In d2d7e1d
Field.validate
was removed. This means thatListSerializer.validate
is no longer called inListSerializer.run_validation
. I can useListSerializer.to_internal_value
instead, but this feels very weird on a serializer.The text was updated successfully, but these errors were encountered: