-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
database.dereference() is basically a wrapper for a call to collection.find_one() and yet it doesn't allow any of the same kwarg values. The particular itch I'm looking to scratch is to pass 'manipulate=False', but I can imagine other options to collection.find_one() being useful as well, e.g., 'fields' and 'as_class'.