Skip to content

Instantly share code, notes, and snippets.

@DJWOMS
Created September 7, 2022 12:57
Show Gist options
  • Save DJWOMS/1957cbdb63b2a2d2ae9bdeb52e7b4d50 to your computer and use it in GitHub Desktop.
Save DJWOMS/1957cbdb63b2a2d2ae9bdeb52e7b4d50 to your computer and use it in GitHub Desktop.
serializer = CommentSerializer(data=data)
serializer.is_valid()
# True
serializer.validated_data
# {'content': 'My content', 'email': 'djwoms@example.com', 'created': datetime.datetime(2022, 09, 06, 16, 20, 09, 822243)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment