Loading django/http/multipartparser.py +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ class MultiPartParser(object): """ # # Content-Type should containt multipart and the boundary information. # Content-Type should contain multipart and the boundary information. # content_type = META.get('HTTP_CONTENT_TYPE', META.get('CONTENT_TYPE', '')) Loading Loading
django/http/multipartparser.py +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ class MultiPartParser(object): """ # # Content-Type should containt multipart and the boundary information. # Content-Type should contain multipart and the boundary information. # content_type = META.get('HTTP_CONTENT_TYPE', META.get('CONTENT_TYPE', '')) Loading