Merge branch 'master' into 0.8

Conflicts:
	AUTHORS
	mongoengine/base.py
	tests/test_dereference.py
This commit is contained in:
Ross Lawley
2013-04-18 13:30:00 +00:00
4 changed files with 28 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ Changes in 0.8.X
Changes in 0.7.10
=================
- Fix UnicodeEncodeError for dbref (#278)
- Allow construction using positional parameters (#268)
- Updated EmailField length to support long domains (#243)
- Added 64-bit integer support (#251)