Please Please, Add a HIGHLIGHT to the default routers included in your docs. #8441
Unanswered
martinvilche98
asked this question in
General
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.
-
Please add a highlight in your docs section: https://www.django-rest-framework.org/api-guide/viewsets/#viewset-actions
People need to know sooner that they have to override the methods generated by inheritance:
ETC.
Regardless of me being against "magic" generated code. Please, if you are allowing delete method requests add a BIG HIGHLIGHT in your docs that these auto generated inherited methods are a SECURITY FLAW if you happen to accidentally miss that part of the docs.
My team is almost finished setting up the prod build and a lucky sudden test shows that I can delete model data except if by overriding the inherited methods...
Beta Was this translation helpful? Give feedback.
All reactions