As far as I know, they are absolute equal. However, browsing some django docs, I\'ve found this piece of code:
HttpResponse.__init__(content=\'\', mimetype=Non
Why we use 2 different naming for (almost the same) thing?
Backwards compatibility, based on your quote from the documentation.