Fix usage of deprecated 'mimetype' parameter for HttpResponse.

Review Request #6256 — Created Aug. 21, 2014 and submitted — Latest diff uploaded

Information

Review Board
release-2.0.x
3bcb89f...

Reviewers

Django renamed the 'mimetype' parameter to 'content_type'. This change updates
our usages of it.

Ran unit tests.

    Loading...