aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2012-09-27 21:51:46 +0100
committerTom Christie2012-09-27 21:51:46 +0100
commitee36e4ab0c0508a590c6b73a23ec82b7f1e49bd0 (patch)
tree8c74086caf32984fe5adb9776558f04e5e56dc76 /docs
parent4d906938a9304be119a9b15f6540a8cbab6f1154 (diff)
downloaddjango-rest-framework-ee36e4ab0c0508a590c6b73a23ec82b7f1e49bd0.tar.bz2
Only display forms when user has permissions. #159
Diffstat (limited to 'docs')
-rw-r--r--docs/api-guide/permissions.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/api-guide/permissions.md b/docs/api-guide/permissions.md
index e0ceb1ea..9a3c39ab 100644
--- a/docs/api-guide/permissions.md
+++ b/docs/api-guide/permissions.md
@@ -92,7 +92,6 @@ To implement a custom permission, override `BasePermission` and implement the `.
The method should return `True` if the request should be granted access, and `False` otherwise.
-
[cite]: https://developer.apple.com/library/mac/#documentation/security/Conceptual/AuthenticationAndAuthorizationGuide/Authorization/Authorization.html
[authentication]: authentication.md
[throttling]: throttling.md