- added relation properties for 1:1 and 1:n relations
0.3.1
================
- do not apply None for ObjectProperty if property not found - fixed document.get_source for ObjectProperty handling
0.3.0
================
- added Document.get_by to build simple terms queries - added WITH_INHERITANCE property for the Document class to enable/disable the use of the db_class__ property.
0.2.3
================
- prepared for pypi - updated with readthedocs documentation
0.2.2
================
- json pickle datetime and date objects as iso8601 string This fixes problems with the jsonpickle package.
0.2.1
================
- added lazy documents
- changed the way how the primary key property is handled in the document