I am using Djongo on a project and I am trying to add some exclude queries which are really vital to the application
e.g Thread.objects.all().exclude(status__icontains='sent')
but I keep getting 'Negating IN/NOT IN not supported'
Please, is there a way around this ??
Thanks
Jeremiah.