Created
September 7, 2022 10:56
-
-
Save DJWOMS/33f2fa0be4b81a1574f2726a13750540 to your computer and use it in GitHub Desktop.
This file contains 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
serializer = CommentSerializer(comment) | |
print(serializer.data) | |
# {'email': u'[email protected]', 'content': u'foo bar', 'created': datetime.datetime(2012, 8, 22, 16, 20, 9, 822774)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment