aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
diff options
context:
space:
mode:
authorKevin London2014-07-31 12:41:15 -0700
committerKevin London2014-07-31 12:41:15 -0700
commitc0f002b09d07275d8dbba7266d1180623b78f6a5 (patch)
tree1465c2f76a518ff59e775a6f42d9d9108a6ad580 /docs/api-guide
parent57d6e04ff5512f11594e29bf49c47b610594666c (diff)
downloaddjango-rest-framework-c0f002b09d07275d8dbba7266d1180623b78f6a5.tar.bz2
Updated Permissions doc link to Django docs
The previous link went to version 1 docs so it was a dead link.
Diffstat (limited to 'docs/api-guide')
-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