MongoFrames v1.3.5 Release Notes

Release Date: 2020-01-16 // over 4 years ago
  • It's now possible to set the collection options for a frame within a given context, such as:

    with MyFrame.with\_options(read\_preference=ReadPreference.SECONDARY): my\_frame = MyFrame.one()
    

    🚀 This release also sees a move to pymongo>=3.9.0 requirements.