Fix missing description for ManyRelatedField and tested for SlugField#895
Conversation
Codecov ReportBase: 98.68% // Head: 98.71% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #895 +/- ##
==========================================
+ Coverage 98.68% 98.71% +0.02%
==========================================
Files 68 68
Lines 7827 7921 +94
==========================================
+ Hits 7724 7819 +95
+ Misses 103 102 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
Eh, appying this to my own API, it seems like the "[$help_text]" format is not pretty with Redoc. Possibly we should just take the description, as the type is already clear from the type field |
I agree I will still need to think a bit about the implications before merging this. |
|
Then think 😄 As no tests were failing I'm assuming that this shouldn't break something. But take your time to evaluate whether there are really no unintended side-effect. After all it's you who needs to maintain the library |
This fixes #894
Here I went with a list description of "[$help_text]", which could be modified in case needed.
I have also adapted the tests based on that, they are passing with my changeset