Releases: uptick/django-model-import
Releases · uptick/django-model-import
v0.6.3
What's Changed
- bump: Bumped django version to
4.1.7
in #38
New Contributors
- @hutchinsp01 made their first contribution in #38
Full Changelog: v0.6.0...v0.6.3
v0.6.2
What's Changed
- fix: Error reporting on save by @bayangan1991 in #34
- fix(TW-659): Squelch errors when given an invalid ID format for a model update by @uptickmetachu in #35
New Contributors
- @uptickmetachu made their first contribution in #35
Full Changelog: v0.6.0...v0.6.2
v0.6.0
What's Changed
- Task/black isort by @jarekwg in #32
- Rework ImportModelClass to provide available headers by @bayangan1991 in #33
Full Changelog: 0.5.1...v0.6.0
0.5.1
0.5.0
v0.4.15
What's Changed
- Bump sqlparse from 0.4.1 to 0.4.2 by @dependabot in #22
- Bump django from 3.2.5 to 3.2.11 by @dependabot in #23
- Add warnings by @bayangan1991 in #24
Full Changelog: v0.4.14...v0.4.15
v0.4.14
Merge pull request #21 from uptick/WF-4410 Cache re-raise errors instead of returning none
0.4.13
v0.4.5
Fixed a bug importing fields where the field being imported is excluded in _meta.exclude
v0.4.4
- Added a
none_if_missing
kwarg toCachedChoiceField
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