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:
Matthew Ellison
2014-12-03 23:50:51 -05:00
committed by Matthew Ellison
parent ff659a0be3
commit db36d0a375
3 changed files with 32 additions and 2 deletions

View File

@@ -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