Can't save models where a datetime field is nested in a dict/list
Issue #7
open
List and dicts are persisted as JSON string in DynamoDB. Unfortunately datetime object can not be JSON (de-)serialized thus causing "save" to fail with an exception.
Comments (5)
-
-
- changed status to resolved
-
-
assigned issue to
- changed version to 1.6.3
-
assigned issue to
-
- changed status to open
-
- removed version
- Log in to comment
This can also be thought of as “deep schema”, i.e. the need for a way to define types or converters for items in list, set and dict fields.