--
Ticket URL: <https://code.djangoproject.com/ticket/32154>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => needsinfo
Comment:
Hiya. Can I ask you to put together a simple example please, including the
test case, and the comparison cURL command?
There's too much that could be going on to know exactly where you think
the issue could be. e.g. if you're going via a CheckboxInput a missing
value leading to False is expected, which then makes the comparison with
cURL interesting. (And so on...)
Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/32154#comment:1>
Comment (by Aristotelis Mikropoulos):
I found out this happens because the default way the test client sends
data is as multipart data. I guess that concludes the issue. Thanks for
your time.
--
Ticket URL: <https://code.djangoproject.com/ticket/32154#comment:2>
Comment (by Carlton Gibson):
Thanks for the confirmation. 👍
--
Ticket URL: <https://code.djangoproject.com/ticket/32154#comment:3>