You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
File ".venv/lib/python3.12/site-packages/django_mongodb/compiler.py", line 69, in as_operation
mongo_where = self.build_mongo_filter(self.query.where)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".venv/lib/python3.12/site-packages/django_mongodb/compiler.py", line 41, in build_mongo_filter
return MongoWhereNode(filter_expr, self.mongo_meta)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".venv/lib/python3.12/site-packages/django_mongodb/query.py", line 288, in __init__
raise NotImplementedError(f"Node not implemented: {type(child)}")
NotImplementedError: Node not implemented: <class 'django.db.models.lookups.IsNull'>