Merge branch 'validation-schema' of https://github.com/n1k0/mongoengine into validation-schema

Conflicts:
	mongoengine/base.py
	mongoengine/fields.py
This commit is contained in:
Ross Lawley
2011-11-01 01:45:32 -07:00
4 changed files with 270 additions and 146 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Added recursive validation error of documents / complex fields
- Fixed breaking during queryset iteration
- Added pre and post bulk-insert signals
- Added ImageField - requires PIL