just-work / django-celery-rpc

Remote access from one system to models of another one using Celery machinery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception: Q-object when x-json encoder enebled.

voron3x opened this issue · comments

RequestError: ('Something goes wrong while sending request', EncodeError(RuntimeError("Django Q-objects does not supported by 'x-json' codec. For running with Q-objects use celery_rpc>0.16 on both sides and set 'x-rpc-json' as task serializer for client",),))

it seems impossible to do default value with empty Q object in filter sinature.