diff --git a/django-stubs/http/response.pyi b/django-stubs/http/response.pyi index f6f8e88..cd24508 100644 --- a/django-stubs/http/response.pyi +++ b/django-stubs/http/response.pyi @@ -93,7 +93,6 @@ class HttpResponseBase: class HttpResponse(HttpResponseBase, Iterable[bytes]): content = _PropertyDescriptor[object, bytes]() csrf_cookie_set: bool - redirect_chain: List[Tuple[str, int]] sameorigin: bool test_server_port: str test_was_secure_request: bool diff --git a/django-stubs/template/response.pyi b/django-stubs/template/response.pyi index 18306f5..4f4a87c 100644 --- a/django-stubs/template/response.pyi +++ b/django-stubs/template/response.pyi @@ -51,7 +51,6 @@ class TemplateResponse(SimpleTemplateResponse): cookies: SimpleCookie[str] csrf_cookie_set: bool json: functools.partial - redirect_chain: List[Tuple[str, int]] _request: HttpRequest status_code: int template_name: _TemplateForResponseT