From b8cc5febdc07a34b2baee7578eda07abf46601bf Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Mon, 12 Jun 2023 12:37:58 +0600 Subject: [PATCH] Update rest_framework/__init__.py --- rest_framework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 870782d75..da7b88dfa 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -33,5 +33,5 @@ class RemovedInDRF315Warning(DeprecationWarning): pass -class RemovedInDRF315Warning(PendingDeprecationWarning): +class RemovedInDRF317Warning(PendingDeprecationWarning): pass