Comment 2 for bug 1183310

Revision history for this message
Julie Pichon (jpichon) wrote :

Tihomir suggested this was due to importing

from django.http.response import HttpResponse

instead of

from django.http import HttpResponse

which works for me, tested in 1.4 and 1.5 environments.