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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: