-
Type: Improvement
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
-
Environment:All
The documentation for collection.insert() states that "Bulk insert works with any iterable" when in fact this isn't true.
For example insert("a string") fails with:
TypeError: 'str' object does not support item assignment