Nearly-empty docs page "Writable Nested Serializers" appears as top search result over actual docs for the topic #10022
Unanswered
rblotsky
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
While searching for some documentation on nested serializers I found a documentation page titled Writable Nested Serializers, which is in the official docs but is almost entirely empty and clearly unfinished (It has 3 completely empty sections and a couple code blocks with no actual explanation of anything).
On searches on both Google and DuckDuckGo, this page appears as the top search result for several searches related to writable nested serializers in DRF, usually pretty far above the actual, complete page that discusses the same topic Serializers#Writable Nested Representations.
It seems to me that this is an old page that was never really finished and has since been superceded by a better one, so I think it might be worth removing it to help the correct page appear higher in search results, or link to the correct page from this one.
Edit: Here's a link to the page in the code docs/topics/writable-nested-serializers.md
All reactions