Updates to ComplexFields

Required now means they cannot be empty [#302]
This commit is contained in:
Ross Lawley
2011-10-04 04:26:56 -07:00
parent 17728d4e74
commit 6961a9494f
4 changed files with 22 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Updated ComplexFields so if required they won't accept empty lists / dicts
- Fixed ListField so it doesnt accept strings
- Added DynamicDocument and EmbeddedDynamicDocument classes for expando schemas