We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SlugRelatedField
PrimaryKeyRelatedField
many=True
Describe the bug See #893 (comment) Both fields are missing the description if used with many=True,
To Reproduce Have a model with a SlugRelatedField and many=True. The according field in the Model should have a help_text attached.
help_text
Expected behavior This help_text is shown, possibly with a variation like "[$help_text]" or "List of $help_text"
Further notes This commit is removing the description for the manyRelatedField. It seems that the reason was a duplicate description inserted into the nested field.
manyRelatedField
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
See #893 (comment)
Both fields are missing the description if used with
many=True
,To Reproduce
Have a model with a
SlugRelatedField
andmany=True
. The according field in the Model should have ahelp_text
attached.Expected behavior
This
help_text
is shown, possibly with a variation like "[$help_text]" or "List of $help_text"Further notes
This commit is removing the description for the
manyRelatedField
. It seems that the reason was a duplicate description inserted into the nested field.The text was updated successfully, but these errors were encountered: