Skip to content

Commit

Permalink
Expose HttpResponseBase in django.http (#1121)
Browse files Browse the repository at this point in the history
* Expose HttpResponseBase in django.http

* isort
  • Loading branch information
adamchainz authored Aug 26, 2022
1 parent 9ba4a55 commit 063a35f
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 @@ -9,6 +9,7 @@ from .response import FileResponse as FileResponse
from .response import Http404 as Http404
from .response import HttpResponse as HttpResponse
from .response import HttpResponseBadRequest as HttpResponseBadRequest
from .response import HttpResponseBase as HttpResponseBase
from .response import HttpResponseForbidden as HttpResponseForbidden
from .response import HttpResponseGone as HttpResponseGone
from .response import HttpResponseNotAllowed as HttpResponseNotAllowed
Expand Down

0 comments on commit 063a35f

Please sign in to comment.