Added $setOnInsert support for upserts (#308)

Upserts now possible with just query parameters (#309)
This commit is contained in:
Ross Lawley
2013-05-07 11:11:55 +00:00
parent 52c162a478
commit 870ff1d4d9
4 changed files with 28 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ Changelog
Changes in 0.8.0
================
- Added $setOnInsert support for upserts (#308)
- Upserts now possible with just query parameters (#309)
- Upserting is the only way to ensure docs are saved correctly (#306)
- Fixed register_delete_rule inheritance issue
- Fix cloning of sliced querysets (#303)