Replies: 1 comment
-
could be a possibility if achieving this don't change much from architectural point of view |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
currently,
Serializer.data
property return python dictionary, it would be much cleaner code ifSerializer.data
returndataclass
instance of that class instate of dictionary, So that we could access serialize data with dot notation, the source-code editor could show better suggestion and write more clean code.Beta Was this translation helpful? Give feedback.
All reactions