Yes. But my problem is with jsonrpc service. There is a bug in tools.py, line 3554 : replace "return simplejson.dumps(..." by "return serializers.json(..."
On 6 mai, 18:49, Mathew Grabau <mgra...@seccuris.com> wrote: > For me to overcome the issues specified by this I switched to using: > > return response.json(...stuff to return...) > > The datetime encoder is not in there anymore and it was causing me > trouble. This corrected the issue. > > On May 6, 8:20 am, omicron <jacques.bouss...@gmail.com> wrote: > > > > > Before, the encoder have : > > > """Implementation of JSONEncoder > > Modified by Massimo Di Pierro to handle datetime > > """ > > > and now it's not the case in the last stable version ?