We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3833271 commit 5a284a0Copy full SHA for 5a284a0
docs/usage.md
@@ -703,6 +703,14 @@ class OrderSerializer(serializers.HyperlinkedModelSerializer):
703
}
704
```
705
706
+<div class="warning">
707
+ <strong>Note:</strong>
708
+ Even though with related urls relations are served on different urls there are still served
709
+ by the same view. This means that the object permission check is performed on the parent object.
710
+ In other words when the parent object is accessible by the user the related object will be as well.
711
+</div>
712
+
713
714
### RelationshipView
715
`rest_framework_json_api.views.RelationshipView` is used to build
716
relationship views (see the
0 commit comments