Added
- Added support for dictionaries of nested models
- Added support for deeply nested models beyond level-1 deep including:
- dictionaries of lists of ... of nested models
- lists of tuples of lists .... of nested models
Changed
Fixed
- Fixed `AttributeError: 'get_primary_key_field'` when None is passed to a field with an optional nested model