-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Missing choices for RelatedField (?) in 3.2.0 #3237
Labels
Milestone
Comments
Resolved by e63dcab |
This was referenced Mar 9, 2017
This was referenced Oct 16, 2017
This was referenced Nov 6, 2017
This was referenced Nov 14, 2017
This was referenced Dec 10, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would appear that in the html api forms the choices for HyperlinkedRelatedFields went missing from version 3.1.3 to 3.2.0. Let me illustrate with 2 screenies:
Form in 3.1.3:
Form in 3.2.0:
serializers.py: https://gist.github.com/SafPlusPlus/dc3b70e5270a3f708edf
views.py: https://gist.github.com/SafPlusPlus/cd25f6871f74586fb34c
models.py: https://gist.github.com/SafPlusPlus/8087fa8916b7e6a1ed26
The text was updated successfully, but these errors were encountered: