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
0.4
4358a9667f083d85301aea050d7dca882e54a012 Inlined import of `tablib`, so that it's not loaded on app startup, and so that it's not imported at all if the tablib parsers aren't used. Also renamed `ImportParser` to `BaseImportParser`; emphasising that it must be subclassed.
0.3.1
- [10] Improved date parsing logic in `DateTimeParserField` to better read "human" dates (ie. not big-endian). Also emphasised that little-endian is the default and provided a `middle_endian` flag for getting parser to use middle-endian form.