mirror of
https://github.com/django/django.git
synced 2025-03-06 07:22:32 +00:00
Fixed a typo (I guess).
This commit is contained in:
parent
e86aa83dc3
commit
474eeccb52
@ -252,7 +252,7 @@ class RequestFactory(object):
|
|||||||
"Construct a generic request object."
|
"Construct a generic request object."
|
||||||
return WSGIRequest(self._base_environ(**request))
|
return WSGIRequest(self._base_environ(**request))
|
||||||
|
|
||||||
def _encode_data(self, data, content_type, ):
|
def _encode_data(self, data, content_type):
|
||||||
if content_type is MULTIPART_CONTENT:
|
if content_type is MULTIPART_CONTENT:
|
||||||
return encode_multipart(BOUNDARY, data)
|
return encode_multipart(BOUNDARY, data)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user