remove notes from API docs as per @carltongibson request

This commit is contained in:
jeffrey k eliasen 2018-10-24 08:54:09 -10:00
parent cc2be97f34
commit c71e47228e

View File

@ -428,9 +428,6 @@ the user to login, and then instantiate a client using session authentication:
The authentication scheme will handle including a CSRF header in any outgoing
requests for unsafe HTTP methods.
** Note: ** This mechanism does not work when used in conjunction with
`CSRF_USE_SESSIONS = True` in your Django settings.
#### Token authentication
The `TokenAuthentication` class can be used to support REST framework's built-in