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