Ram Mehta
Ram Mehta
+1 for a fix. Since the api doesn't support negation, I'm guess that 'is' implies 'is null'. I needed this to work, so I hacked it in by overriding RestResource.process_query...
1. Sweet, I forgot that master now supports negation. 2. I thought about patching a different operator into the DJANGO_MAP but decided against it as the following usage would be...
Add this plugin to your static plugins in your capacitor config. See the documentation for `staticPlugins` here: https://capacitorjs.com/docs/config#schema For example ```typescript { cordova: { staticPlugins: [ 'cordova-plugin-googleplus', ] } }...
I too have the same issue. I do not have this issue when using celery+kombu 3.1.
+1 This post seems to have some potentially useful information: http://stackoverflow.com/a/26577303