From 1c682ea623bd65c153b215dcd72b37935a25ae91 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Mon, 29 Oct 2018 11:29:04 -0700 Subject: [PATCH] Fix deprecation warning to match release notes --- docs/api-guide/filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/filtering.md b/docs/api-guide/filtering.md index 84c6d8d63..b755723b2 100644 --- a/docs/api-guide/filtering.md +++ b/docs/api-guide/filtering.md @@ -287,7 +287,7 @@ The `DjangoObjectPermissionsFilter` is intended to be used together with the [`d --- -**Note:** This filter has been deprecated as of version 3.9 and moved to the 3rd-party [`djangorestframework-guardian` package][django-rest-framework-guardian]. +**Note:** This filter is pending deprecation as of version 3.9 and moved to the 3rd-party [`djangorestframework-guardian` package][django-rest-framework-guardian]. It will be removed entirely in 3.11. ---