Added support for expando style dynamic documents.

Added two new classes: DynamicDocument and DynamicEmbeddedDocument
for handling expando style setting of attributes.

[closes #112]
This commit is contained in:
Ross Lawley
2011-09-21 01:42:52 -07:00
parent 1af54f93f5
commit a7edd8602c
8 changed files with 641 additions and 21 deletions

View File

@@ -2,6 +2,11 @@
Changelog
=========
Changes in dev
==============
- Added DynamicDocument and EmbeddedDynamicDocument classes for expando schemas
Changes in v0.5
===============