Ensure Indexes before Each Save
- Rely on caching within the PyMongo driver to provide lightweight calls while indices are cached. - Closes MongoEngine/mongoengine#812.
This commit is contained in:
committed by
Matthew Ellison
parent
ff659a0be3
commit
db36d0a375
@@ -5,7 +5,8 @@ Changelog
|
||||
|
||||
Changes in 0.9.X - DEV
|
||||
======================
|
||||
- Generate Unique Indicies for Lists of EmbeddedDocuments #358
|
||||
- Ensure Indexes before Each Save #812
|
||||
- Generate Unique Indices for Lists of EmbeddedDocuments #358
|
||||
- Sparse fields #515
|
||||
- write_concern not in params of Collection#remove #801
|
||||
- Better BaseDocument equality check when not saved #798
|
||||
|
||||
Reference in New Issue
Block a user