unt-libraries / django-nomination

A Django application for nominating URLs by project.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Use the mimetype arg with HttpResponse() consistently #36

Open somexpert opened 8 years ago

somexpert commented 8 years ago

This should have the same mimetype value as this. Notice that one specifies the encoding, while the other does not. These inconsistencies should be fixed.