P.L.

Results 2 comments of P.L.

If you are using Mongo >= 4.4 as a dirty hack you can edit `djongo/sql2mongo/query.py` line: 255: `cur = self.db[self.left_table].find(**kwargs).allow_disk_use(True)` I don't know what impact it may have on your...

Hi, [EDIT] I have done this with a djongo version before Nov 13 merge. Maybe now it is fixed but still not uploaded to PIP so try with building from...