-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Support for model serializer with django-rest-framework #185
Labels
Comments
Thanks for the request. Here's a direct link to the |
Thanks for your response! |
Also i wanna suggest that AddressField model look something like openid connect address claim, may have a look at https://openid.net/specs/openid-connect-core-1_0.html#AddressClaim Thanks again @banagale |
I use this monky patch for my project.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. Please add support to serialize model to support REST API in Django. Something like django-phonenumber-field package. It would be very nice if it has the ability to serialize data out of the box without implement it manually to API view endpoint
The text was updated successfully, but these errors were encountered: