fixed microsecond-level ordering/filtering bug with ComplexDateTimeField as well as unused separator option

This commit is contained in:
Jimmy Shen
2015-04-19 03:26:14 -04:00
parent 19dc312128
commit 2ffdbc7fc0
3 changed files with 47 additions and 30 deletions

View File

@@ -10,6 +10,7 @@ Changes in 0.9.X - DEV
- Support += and *= for ListField #595
- Use sets for populating dbrefs to dereference
- Fixed unpickled documents replacing the global field's list. #888
- Fixed storage of microseconds in ComplexDateTimeField and unused separator option. #910
Changes in 0.9.0
================