Fixed distinct casting issue with ListField of EmbeddedDocuments (#470)

This commit is contained in:
Ross Lawley
2013-11-29 09:48:53 +00:00
parent 48a5679087
commit c28d9135d9
3 changed files with 31 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.5
================
- Fixed distinct casting issue with ListField of EmbeddedDocuments (#470)
- Fixed Django 1.6 sessions (#454, #480)
Changes in 0.8.4