We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdceb0a + 2de3c0a commit 848d850Copy full SHA for 848d850
docs/usage.md
@@ -741,6 +741,14 @@ class OrderSerializer(serializers.HyperlinkedModelSerializer):
741
}
742
```
743
744
+<div class="warning">
745
+ <strong>Note:</strong>
746
+ Even though with related urls relations are served on different urls there are still served
747
+ by the same view. This means that the object permission check is performed on the parent object.
748
+ In other words when the parent object is accessible by the user the related object will be as well.
749
+</div>
750
+
751
752
### RelationshipView
753
`rest_framework_json_api.views.RelationshipView` is used to build
754
relationship views (see the
0 commit comments