Skip to content

Commit bd54768

Browse files
authored
Remove long-deprecated Request DATA, QUERY_PARAMS properties (#420)
1 parent f6956e2 commit bd54768

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rest_framework-stubs/request.pyi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,7 @@ class Request(HttpRequest):
7777
def successful_authenticator(self) -> BaseAuthentication | ForcedAuthentication | None: ...
7878
def __getattr__(self, attr: str) -> Any: ...
7979
@property
80-
def DATA(self) -> None: ...
81-
@property
8280
def POST(self) -> _ImmutableQueryDict: ... # type: ignore[override]
8381
@property
8482
def FILES(self): ...
85-
@property
86-
def QUERY_PARAMS(self) -> None: ...
8783
def force_plaintext_errors(self, value: Any) -> None: ...

0 commit comments

Comments
 (0)