Djangomodelimport

Latest version: v0.4.9

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.3

- Added JSONField support. Similar to FlatRelatedFields, but combines multiple columns into a single dict to pass to a JSONField on the current model instead. Columns are passed in as `myfield_a`, `myfield_b`, `myfield_c`, which is converted to `myfield = {'a': data, 'b': data, 'c': data}` then saved in the `myfield` JSONField on the model.
- Refactored some magic form code to not pollute the form definition.
- Added tests! 🎉

0.2

New arguments to ModelImporter.process:
- allow_updates=True
Allow existing instances to be updated
- allow_inserts=True
Allow the creation of new instances
- limit_to_queryset=None
A queryset of objects that are allowed to be updated

0.1.3

- Fixed another bug with DateTimeParserField where it would prematurely raise an error for an empty field.

0.1.2

- Fixed a bug with stripping `None` in `DateTimeParserField`.

0.1.1

- Changed package name on PyPI to have hyphens: `django-model-import`

0.1

Initial release.

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.