From 2a5d2eefc751be012fdebd75d8177c42bf5a76fc Mon Sep 17 00:00:00 2001 From: Collin Anderson Date: Thu, 5 May 2022 15:23:54 -0400 Subject: Fixed #33683 -- Document HttpResponseBase and allow import from django.http --- django/http/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'django') diff --git a/django/http/__init__.py b/django/http/__init__.py index 4c997154d9..87109059a3 100644 --- a/django/http/__init__.py +++ b/django/http/__init__.py @@ -11,6 +11,7 @@ from django.http.response import ( Http404, HttpResponse, HttpResponseBadRequest, + HttpResponseBase, HttpResponseForbidden, HttpResponseGone, HttpResponseNotAllowed, @@ -31,6 +32,7 @@ __all__ = [ "RawPostDataException", "UnreadablePostError", "HttpResponse", + "HttpResponseBase", "StreamingHttpResponse", "HttpResponseRedirect", "HttpResponsePermanentRedirect", -- cgit v1.3