-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
Not Needed
-
Context
The `create` option for Collections should not be used by users. They should instead use db.create_collection. We should add a deprecation warning every time `create=True` is used telling users that the option is being removed in 5.0.
Definition of done
Every use of `create=True` should warn users that the API is being removed in PyMongo 5.0
Pitfalls
N/A.