Merge branch 'dev-disable-indexing' of https://github.com/colinhowe/mongoengine

Conflicts:
	mongoengine/queryset.py
This commit is contained in:
Ross Lawley
2012-05-01 09:37:01 +01:00
4 changed files with 88 additions and 51 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.6.X
================
- Added meta `auto_create_index` so you can disable index creation
- Added write concern options to inserts
- Fixed typo in meta for index options
- Bug fix Read preference now passed correctly