We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bfff4 commit d45e000Copy full SHA for d45e000
rest_framework/__init__.py
@@ -25,9 +25,9 @@
25
default_app_config = 'rest_framework.apps.RestFrameworkConfig'
26
27
28
-class RemovedInDRF312Warning(DeprecationWarning):
+class RemovedInDRF313Warning(DeprecationWarning):
29
pass
30
31
32
-class RemovedInDRF313Warning(PendingDeprecationWarning):
+class RemovedInDRF314Warning(PendingDeprecationWarning):
33
0 commit comments