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.
RemovedInDRF317Warning
1 parent 7d9563c commit e12e8efCopy full SHA for e12e8ef
rest_framework-stubs/__init__.pyi
@@ -9,4 +9,5 @@ HTTP_HEADER_ENCODING: str
9
ISO_8601: str
10
default_app_config: str
11
12
-class RemovedInDRF315Warning(PendingDeprecationWarning): ...
+class RemovedInDRF315Warning(DeprecationWarning): ...
13
+class RemovedInDRF317Warning(PendingDeprecationWarning): ...
scripts/stubtest/allowlist_todo.txt
@@ -137,7 +137,6 @@ rest_framework.views.AsView
137
rest_framework.views.GenericView
138
139
# Added in 3.15:
140
-rest_framework.RemovedInDRF317Warning
141
rest_framework.authtoken.migrations.0004_alter_tokenproxy_options
142
rest_framework.fields.DecimalField.__init__
143
rest_framework.fields.Field.__class_getitem__
0 commit comments