dont send a "cls" option to ensureIndex (related to https://jira.mongodb.org/browse/SERVER-769)

This commit is contained in:
Stefan Wojcik
2015-05-06 11:25:45 +02:00
parent d9c8285806
commit 9bdc320cf8
4 changed files with 72 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ Changes in 0.9.X - DEV
- Fixed unpickled documents replacing the global field's list. #888
- Fixed storage of microseconds in ComplexDateTimeField and unused separator option. #910
- Django support was removed and will be available as a separate extension. #958
- Don't send a "cls" option to ensureIndex (related to https://jira.mongodb.org/browse/SERVER-769)
Changes in 0.9.0
================