Allow strings to be used in index creation #677

This commit is contained in:
Ross Lawley
2014-06-27 12:49:31 +01:00
parent 1bd83cc9bc
commit 94e177c0ef
3 changed files with 18 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Allow strings to be used in index creation #675
- Fixed EmbeddedDoc weakref proxy issue #592
- Fixed nested reference field distinct error #583
- Fixed change tracking on nested MapFields #539