mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
[1.7.x] Fixed typo in multipartparser.py
Backport of 8a9d54aa69 from master
This commit is contained in:
parent
e8a7436941
commit
6f0dcec44c
@ -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', ''))
|
content_type = META.get('HTTP_CONTENT_TYPE', META.get('CONTENT_TYPE', ''))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user