Skip to content

Commit bf5e2f4

Browse files
author
yanchengxin
committed
feat:The request in the dispatch function has been type annotated
1 parent 3038494 commit bf5e2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def dispatch(self, request, *args, **kwargs):
496496
self.args = args
497497
self.kwargs = kwargs
498498
request = self.initialize_request(request, *args, **kwargs)
499-
self.request = request
499+
self.request: Request = request
500500
self.headers = self.default_response_headers # deprecate?
501501

502502
try:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy