Changelog & Author updates #425 #507

This commit is contained in:
Ross Lawley 2014-06-27 12:10:17 +01:00
parent fc9d99080f
commit 4d7492f682
2 changed files with 2 additions and 0 deletions

View File

@ -200,3 +200,4 @@ that much better:
* Andrei Zbikowski (https://github.com/b1naryth1ef) * Andrei Zbikowski (https://github.com/b1naryth1ef)
* Ronald van Rij (https://github.com/ronaldvanrij) * Ronald van Rij (https://github.com/ronaldvanrij)
* François Schmidts (https://github.com/jaesivsm) * François Schmidts (https://github.com/jaesivsm)
* Eric Plumb (https://github.com/professorplumb)

View File

@ -6,6 +6,7 @@ Changelog
Changes in 0.9.X - DEV Changes in 0.9.X - DEV
====================== ======================
- Dynamic fields in embedded documents now visible to queryset.only() / qs.exclude() #425 #507
- Add authentication_source option to register_connection #178 #464 #573 #580 #590 - Add authentication_source option to register_connection #178 #464 #573 #580 #590
- Implemented equality between Documents and DBRefs #597 - Implemented equality between Documents and DBRefs #597
- Fixed ReferenceField inside nested ListFields dereferencing problem #368 - Fixed ReferenceField inside nested ListFields dereferencing problem #368