Added match ($elemMatch) support for EmbeddedDocuments (#379)

This commit is contained in:
Ross Lawley
2013-06-21 11:29:23 +00:00
parent 9867e918fa
commit d6edef98c6
3 changed files with 10 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.3
================
- Added match ($elemMatch) support for EmbeddedDocuments (#379)
- Fixed weakref being valid after reload (#374)
- Fixed queryset.get() respecting no_dereference (#373)
- Added full_result kwarg to update (#380)