+ Add readonly, disable_save, disable_insert, disable_update, and disable_remove options to document Meta. * Fields now default to require=False.
1.2
* Make setup.py work properly when installing from source. * Minor docstring updates.
1.1
+ Add support for Reference fields. + Extend test coverage to 100%. + Encode sort specs. * Rebuild update and query encoders.
1.0
+ Support field types: Document, date, time, datetime, list, set, dict, and all basic builtins. + Easy configuration of multiple connections. + Lazy decoding of field values. + Query building.