Skip to content

Releases: uptick/django-model-import

v0.6.3

16 Feb 22:12
3ac8422
Compare
Choose a tag to compare

What's Changed

  • bump: Bumped django version to 4.1.7 in #38

New Contributors

Full Changelog: v0.6.0...v0.6.3

v0.6.2

07 Dec 04:02
4e07e2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.2

v0.6.0

15 Nov 23:51
0b48255
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...v0.6.0

0.5.1

07 Oct 06:35
Compare
Choose a tag to compare

No changes, just a version bump.

0.5.0

03 Oct 12:23
Compare
Choose a tag to compare

#31 Added SourceFieldSwitcher
#31 Removed virtual_fields
86380a0 Fields and Widgets must now be imported via djangomodelimport.fields and djangomodelimport.widgets respectively.

v0.4.15

01 Feb 03:36
0c9822c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.14...v0.4.15

v0.4.14

01 Feb 03:35
d985105
Compare
Choose a tag to compare
Merge pull request #21 from uptick/WF-4410

Cache re-raise errors instead of returning none

0.4.13

01 Oct 16:12
Compare
Choose a tag to compare
  • Migrated to poetry
  • Changes to allow partial updates (columns required for creation are dropped for updates)

v0.4.5

29 Jul 23:49
Compare
Choose a tag to compare

Fixed a bug importing fields where the field being imported is excluded in _meta.exclude

v0.4.4

07 Dec 06:32
Compare
Choose a tag to compare
  • 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