=================
- 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)
- Added Django sessions TTL support (224)
- Fixed issue with numerical keys in MapField(EmbeddedDocumentField()) (240)
- Fixed clearing _changed_fields for complex nested embedded documents (237, 239, 242)
- Added "id" back to _data dictionary (255)
- Only mark a field as changed if the value has changed (258)
- Explicitly check for Document instances when dereferencing (261)
- Fixed order_by chaining issue (265)
- Added dereference support for tuples (250)
- Resolve field name to db field name when using distinct(260, 264, 269)
- Added kwargs to doc.save to help interop with django (223, 270)
- Fixed cloning querysets in PY3
- Int fields no longer unset in save when changed to 0 (272)
- Fixed ReferenceField query chaining bug fixed (254)