Re: Test Client response.json() UnicodeDecodeError

2017-03-02 Thread Aniruddha Maru
Running into the same issue - charset isn't correct, I think it ought to be hardcoded to `utf-8`. On Thursday, March 31, 2016 at 5:24:39 AM UTC-7, Tim Graham wrote: > > Looks reasonable, although I am not entirely clear what role charset has > in a JsonResponse. See https://code.djangoproject.co

Re: Test Client response.json() UnicodeDecodeError

2017-03-02 Thread Aniruddha Maru
Filed as https://code.djangoproject.com/ticket/27895 On Thursday, March 2, 2017 at 2:59:46 PM UTC-8, Aniruddha Maru wrote: > > Running into the same issue - charset isn't correct, I think it ought to > be hardcoded to `utf-8`. > > On Thursday, March 31, 2016 at 5:24:39 AM UTC