Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility with pymongo 4.7.3 #697

Open
davidmora123 opened this issue Jul 2, 2024 · 0 comments
Open

compatibility with pymongo 4.7.3 #697

davidmora123 opened this issue Jul 2, 2024 · 0 comments

Comments

@davidmora123
Copy link

I am using Django 3.0.4 and PyMongo 3.11.4, and everything works fine. However, since Atlas will be deprecating PyMongo 3.x versions in the coming months, I am trying to upgrade PyMongo to version 4.7.3. Unfortunately, I encountered an error because the remove method is apparently no longer available in PyMongo 4.x. I believe this method is used in Djongo. My question is about Djongo's compatibility with PyMongo 4.x versions.

Traceback

'Collection' object is not callable. If you meant to call the 'remove' method on a 'Collection' object it is failing because no such method exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant