Fix usage of deprecated 'mimetype' parameter for HttpResponse.
Review Request #6256 — Created Aug. 21, 2014 and submitted — Latest diff uploaded
Django renamed the 'mimetype' parameter to 'content_type'. This change updates
our usages of it.
Ran unit tests.