From c71e47228e0e717380e5e097b349c9a1cd13e2d1 Mon Sep 17 00:00:00 2001 From: jeffrey k eliasen Date: Wed, 24 Oct 2018 08:54:09 -1000 Subject: [PATCH] remove notes from API docs as per @carltongibson request --- docs/topics/api-clients.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/topics/api-clients.md b/docs/topics/api-clients.md index 23e63a267..ec0b4272c 100644 --- a/docs/topics/api-clients.md +++ b/docs/topics/api-clients.md @@ -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