Skip to content

Commit 2a17d3f

Browse files
authored
Remove bad redirect_chain attributes (#1148)
1 parent 8f475fa commit 2a17d3f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

django-stubs/http/response.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ class HttpResponseBase:
9393
class HttpResponse(HttpResponseBase, Iterable[bytes]):
9494
content = _PropertyDescriptor[object, bytes]()
9595
csrf_cookie_set: bool
96-
redirect_chain: List[Tuple[str, int]]
9796
sameorigin: bool
9897
test_server_port: str
9998
test_was_secure_request: bool

django-stubs/template/response.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class TemplateResponse(SimpleTemplateResponse):
5151
cookies: SimpleCookie[str]
5252
csrf_cookie_set: bool
5353
json: functools.partial
54-
redirect_chain: List[Tuple[str, int]]
5554
_request: HttpRequest
5655
status_code: int
5756
template_name: _TemplateForResponseT

0 commit comments

Comments
 (0)