mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Updated permissions.py doc link to Django docs
Very similar change to the other one, sorry for making two separate pull requests. Is it worth cutting off the anchor text so it fits in 72 characters?
This commit is contained in:
parent
9af3dc0ba5
commit
ae50bb9275
|
@ -80,7 +80,8 @@ class IsAuthenticatedOrReadOnly(BasePermission):
|
|||
class DjangoModelPermissions(BasePermission):
|
||||
"""
|
||||
The request is authenticated using `django.contrib.auth` permissions.
|
||||
See: https://docs.djangoproject.com/en/dev/topics/auth/#permissions
|
||||
See:
|
||||
https://docs.djangoproject.com/en/dev/topics/auth/customizing/#custom-permissions
|
||||
|
||||
It ensures that the user is authenticated, and has the appropriate
|
||||
`add`/`change`/`delete` permissions on the model.
|
||||
|
|
Loading…
Reference in New Issue
Block a user