diff options
| author | Kevin London | 2014-07-31 12:41:15 -0700 |
|---|---|---|
| committer | Kevin London | 2014-07-31 12:41:15 -0700 |
| commit | c0f002b09d07275d8dbba7266d1180623b78f6a5 (patch) | |
| tree | 1465c2f76a518ff59e775a6f42d9d9108a6ad580 /docs/api-guide/permissions.md | |
| parent | 57d6e04ff5512f11594e29bf49c47b610594666c (diff) | |
| download | django-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/permissions.md')
| -rw-r--r-- | docs/api-guide/permissions.md | 2 |
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 |
