- Migrated to poetry - Changes to allow partial updates (columns required for creation are dropped for updates)
0.4.5
Fixed a bug importing fields where the field being imported is excluded in _meta.exclude
0.4.4
- Added a `none_if_missing` kwarg to `CachedChoiceField` for better fidelity between required/non-required fields. - Added support for callback logging per-row - Make it easier to subclass the "cached get" on `CachedChoiceField`
0.4.3
Be OKAY with composite lookups that don't have all values set.
0.4.2
Trade in some performance but improve the preview-step validation