-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
PyMongo has always added an _id to any documents inserted though insert_one and related methods. This often trips up new users that expect their documents to stay "static" on insert. Add a FAQ entry that explains the hows and whys of this behavior and link to it from the docstrings for insert_one, insert_many, bulk_write, etc.