mirror of
https://github.com/django/django.git
synced 2025-08-10 05:48:15 +00:00
[1.6.x] Fixed typo in multipartparser.py
Backport of 8a9d54aa69
from master
This commit is contained in:
parent
d41a001011
commit
4b49cbfae4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,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…
Add table
Add a link
Reference in a new issue