{{{
from django.http.response import HttpResponse
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22899>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => worksforme
* needs_tests: => 0
* needs_docs: => 0
Comment:
The import statements in the mentioned documentation work fine for me.
Take at look at the module:
https://github.com/django/django/blob/master/django/http/__init__.py
`HttpResponse` is imported in `__init__.py` and is therefore available.
Or maybe I've misunderstood you? If so, just reopen the ticket.
--
Ticket URL: <https://code.djangoproject.com/ticket/22899#comment:1>