-
Notifications
You must be signed in to change notification settings - Fork 768
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 support for write_only fields in SerializerMutation #555
Add support for write_only fields in SerializerMutation #555
Conversation
@syrusakbary @patrick91 I would appreciate your feedback guys 🙂 |
I'm afraid I don't have any experience with Django Rest Framework, so I'm going to opt-out of reviewing this one. |
Don't have any experience with Django Rest Framework either |
Nice! Approved from my side. |
Merged. Thanks @kamilkijak |
Could you release this update to the latest version on pip? |
Hi, I feel we also need to exclude the read_only field in the InputType. if is_not_in_only or is_excluded:
continue
if is_input and field.read_only:
continue |
@Shehab-Muhammad the latest version has been released as v2.4.0 @banxi1988 please make a PR if there are still features that need implementing. |
Closes: #487