Skip to content

compatibility with pymongo 4.7.3 #697

Description

@davidmora123

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions