aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorXavier Ordoquy2014-07-31 21:45:25 +0200
committerXavier Ordoquy2014-07-31 21:45:25 +0200
commit0d2c0ef11191feacfad47877cfeb52a6fd36d17d (patch)
tree1465c2f76a518ff59e775a6f42d9d9108a6ad580 /docs
parent57d6e04ff5512f11594e29bf49c47b610594666c (diff)
parentc0f002b09d07275d8dbba7266d1180623b78f6a5 (diff)
downloaddjango-rest-framework-0d2c0ef11191feacfad47877cfeb52a6fd36d17d.tar.bz2
Merge pull request #1724 from kevinlondon/patch-1
Updated Permissions doc link to Django docs
Diffstat (limited to 'docs')
-rw-r--r--docs/api-guide/permissions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/permissions.md b/docs/api-guide/permissions.md
index c44b22de..38ae3d0a 100644
--- a/docs/api-guide/permissions.md
+++ b/docs/api-guide/permissions.md
@@ -244,7 +244,7 @@ The [REST Condition][rest-condition] package is another extension for building c
[authentication]: authentication.md
[throttling]: throttling.md
[filtering]: filtering.md
-[contribauth]: https://docs.djangoproject.com/en/1.0/topics/auth/#permissions
+[contribauth]: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#custom-permissions
[objectpermissions]: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#handling-object-permissions
[guardian]: https://github.com/lukaszb/django-guardian
[get_objects_for_user]: http://pythonhosted.org/django-guardian/api/guardian.shortcuts.html#get-objects-for-user