You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-guide/permissions.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ As with `DjangoModelPermissions` you can use custom model permissions by overrid
201
201
202
202
---
203
203
204
-
**Note**: If you need object level`view` permissions for`GET`,`HEAD` and`OPTIONS` requests and are using django-guardian for your object-level permissions backend, you'll want to consider using the`DjangoObjectPermissionsFilter` class provided by the[`djangorestframework-guardian2` package][django-rest-framework-guardian2]. It ensures that list endpoints only return results including objects for which the user has appropriate view permissions.
204
+
**Note**: If you need object level`view` permissions for`GET`,`HEAD` and`OPTIONS` requests and are using django-guardian for your object-level permissions backend, you'll want to consider using the`DjangoObjectPermissionsFilter` class provided by the[`djangorestframework-guardian` package][django-rest-framework-guardian]. It ensures that list endpoints only return results including objects for which the user has appropriate view permissions.
205
205
206
206
---
207
207
@@ -356,6 +356,6 @@ The [Django Rest Framework PSQ][drf-psq] package is an extension that gives supp
Copy file name to clipboardExpand all lines: docs/community/third-party-packages.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ To submit new content, [create a pull request][drf-create-pr].
126
126
*[djangorestframework-chain][djangorestframework-chain] - Allows arbitrary chaining of both relations and lookup filters.
127
127
*[django-url-filter][django-url-filter] - Allows a safe way to filter data via human-friendly URLs. It is a generic library which is not tied to DRF but it provides easy integration with DRF.
128
128
*[drf-url-filter][drf-url-filter] is a simple Django app to apply filters on drf`ModelViewSet`'s`Queryset` in a clean, simple and configurable way. It also supports validations on incoming query params and their values.
129
-
*[django-rest-framework-guardian2][django-rest-framework-guardian2] - Provides integration with django-guardian, including the`DjangoObjectPermissionsFilter` previously found in DRF.
129
+
*[django-rest-framework-guardian][django-rest-framework-guardian] - Provides integration with django-guardian, including the`DjangoObjectPermissionsFilter` previously found in DRF.
130
130
131
131
###Misc
132
132
@@ -242,7 +242,7 @@ To submit new content, [create a pull request][drf-create-pr].