mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-03 19:00:17 +03:00
:mod: directive is nicer here
This commit is contained in:
parent
9871532746
commit
7a3d97a2fc
|
@ -60,7 +60,7 @@ both::
|
|||
|
||||
permissions = (PerUserThrottling, Isauthenticated)
|
||||
|
||||
To see what other throttles are available, have a look at the :doc:`../library/permissions` module.
|
||||
To see what other throttles are available, have a look at the :mod:`permissions` module.
|
||||
|
||||
If you want to implement your own authentication method, then refer to the :doc:`../library/authentication`
|
||||
If you want to implement your own authentication method, then refer to the :mod:`authentication`
|
||||
module.
|
||||
|
|
Loading…
Reference in New Issue
Block a user