Fixed EmbeddedDoc weakref proxy issue #592

This commit is contained in:
Ross Lawley 2014-06-27 12:42:45 +01:00
parent 8f972a965d
commit ecda3f4a7d

View File

@ -6,6 +6,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Fixed EmbeddedDoc weakref proxy issue #592
- Fixed nested reference field distinct error #583
- Fixed change tracking on nested MapFields #539
- Dynamic fields in embedded documents now visible to queryset.only() / qs.exclude() #425 #507