mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 01:45:59 +08:00
more cleanups: http
This commit is contained in:
@@ -287,15 +287,7 @@ class JsonResponse(HttpResponse):
|
||||
wsgi_request: django.core.handlers.wsgi.WSGIRequest
|
||||
def __init__(
|
||||
self,
|
||||
data: Union[
|
||||
Dict[str, Dict[str, str]],
|
||||
Dict[str, int],
|
||||
Dict[str, str],
|
||||
List[int],
|
||||
List[str],
|
||||
str,
|
||||
UUID,
|
||||
],
|
||||
data: Any,
|
||||
encoder: Type[DjangoJSONEncoder] = ...,
|
||||
safe: bool = ...,
|
||||
json_dumps_params: Optional[Dict[str, int]] = ...,
|
||||
|
||||
Reference in New Issue
Block a user