Skip to content

Commit

Permalink
Expose HttpResponseBase in django.http
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Aug 24, 2022
1 parent 3ac34f1 commit 206859f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django-stubs/http/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ from .response import BadHeaderError as BadHeaderError
from .response import FileResponse as FileResponse
from .response import Http404 as Http404
from .response import HttpResponse as HttpResponse
from .response import HttpResponseBase as HttpResponseBase
from .response import HttpResponseBadRequest as HttpResponseBadRequest
from .response import HttpResponseForbidden as HttpResponseForbidden
from .response import HttpResponseGone as HttpResponseGone
Expand Down

0 comments on commit 206859f

Please sign in to comment.