Fixed GridFSProxy __getattr__ behaviour (#196)

This commit is contained in:
Ross Lawley
2012-12-21 11:55:05 +00:00
parent 485b811bd0
commit c5b047d0cd
9 changed files with 384 additions and 318 deletions

View File

@@ -22,6 +22,7 @@ Changes in 0.8.X
- Only allow QNode instances to be passed as query objects (#199)
- Dynamic fields are now validated on save (#153) (#154)
- Added support for multiple slices and made slicing chainable. (#170) (#190) (#191)
- Fixed GridFSProxy __getattr__ behaviour (#196)
Changes in 0.7.9
================