Fixed indexing on _id for covered indexes

fixes #4
This commit is contained in:
Ross Lawley
2012-05-01 11:27:37 +01:00
parent f80f0b416f
commit ca8b58d66d
4 changed files with 82 additions and 59 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.6.X
================
- Fixed indexing on '_id' or 'pk' or 'id'
- Invalid data from the DB now raises a InvalidDocumentError
- Cleaned up the Validation Error - docs and code
- Added meta `auto_create_index` so you can disable index creation