Created
August 7, 2019 13:25
-
-
Save akshar-raaj/f32b2e82edae0dee958bad05486b90c3 to your computer and use it in GitHub Desktop.
User serializer to_internal_value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def to_internal_value(self, data): | |
| user_data = data['user'] | |
| return super().to_internal_value(user_data) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment