Fixed inner queryset looping (#204)

This commit is contained in:
Ross Lawley
2013-01-29 10:33:13 +00:00
parent 156ca44a13
commit 025e17701b
5 changed files with 67 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ Changes in 0.8.X
- Added the "get_decoded" method to the MongoSession class (#216)
- Fixed invalid choices error bubbling (#214)
- Updated Save so it calls $set and $unset in a single operation (#211)
- Fixed inner queryset looping (#204)
Changes in 0.7.9
================