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 f6956e2 commit bd54768Copy full SHA for bd54768
rest_framework-stubs/request.pyi
@@ -77,11 +77,7 @@ class Request(HttpRequest):
77
def successful_authenticator(self) -> BaseAuthentication | ForcedAuthentication | None: ...
78
def __getattr__(self, attr: str) -> Any: ...
79
@property
80
- def DATA(self) -> None: ...
81
- @property
82
def POST(self) -> _ImmutableQueryDict: ... # type: ignore[override]
83
84
def FILES(self): ...
85
86
- def QUERY_PARAMS(self) -> None: ...
87
def force_plaintext_errors(self, value: Any) -> None: ...
0 commit comments