diff options
| author | Tom Christie | 2014-07-31 22:33:59 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-07-31 22:33:59 +0100 |
| commit | 18f2ca4b020f7a06eecd45a83473b0beb413f98e (patch) | |
| tree | f298cd5e24d5118a9748904500f0dbcbf3dc9cd6 /docs/api-guide | |
| parent | 6677374e9b7ec0d4379042cc3e2ee601bf95a9ab (diff) | |
| parent | 0d2c0ef11191feacfad47877cfeb52a6fd36d17d (diff) | |
| download | django-rest-framework-18f2ca4b020f7a06eecd45a83473b0beb413f98e.tar.bz2 | |
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Diffstat (limited to 'docs/api-guide')
| -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 |
