summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
Diffstat (limited to 'django')
-rw-r--r--django/http/__init__.py2
1 files changed, 2 insertions, 0 deletions
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",