- Update to 4.2.1:
* Removed dependency files in favour of pyproject.toml
* Documentation updates
* Fix crash on export of tz-aware datetime to binary formats
* Upgraded tablib version
* Document overriding formats
* Consistent queryset creation in ModelAdmin export mixin
* Improve deprecation warning for ExportViewFormMixin to report at point
of class definition
* Fix export for fields with custom declared name
* Hide the "Resource" form when it only has one option
* Update date, time and datetime widget render method to handle derived
instance
* Add support for Django 5.1
* Accept numbers using the numeric separators of the current language in
number widgets
* Added warning for declared fields excluded from fields whitelist
* Fix v3 regression: handle native types on export to spreadsheet
* Fix export button displayed on change screen when export permission not
assigned
* Fix crash for Django 5.1 when rows are skipped
* Allow callable in dehydrate method
* Fix crash when Resource fields declared incorrectly
* Improve Error class
* Fix response content assertions
* Admin UI: display checkboxes before labels in export form
* fix default Field returns empty string instead of None
* revert setting default value for attribute
* Enable skip export confirm page
* fix documentation to show correct method for reading form data on export
OBS-URL: https://build.opensuse.org/request/show/1224052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-import-export?expand=0&rev=7
* Removed dependency files in favour of pyproject.toml
* Documentation updates
* Fix crash on export of tz-aware datetime to binary formats
* Upgraded tablib version
* Document overriding formats
* Consistent queryset creation in ModelAdmin export mixin
* Improve deprecation warning for ExportViewFormMixin to report at point
of class definition
* Fix export for fields with custom declared name
* Hide the "Resource" form when it only has one option
* Update date, time and datetime widget render method to handle derived
instance
* Add support for Django 5.1
* Accept numbers using the numeric separators of the current language in
number widgets
* Added warning for declared fields excluded from fields whitelist
* Fix v3 regression: handle native types on export to spreadsheet
* Fix export button displayed on change screen when export permission not
assigned
* Fix crash for Django 5.1 when rows are skipped
* Allow callable in dehydrate method
* Fix crash when Resource fields declared incorrectly
* Improve Error class
* Fix response content assertions
* Admin UI: display checkboxes before labels in export form
* fix default Field returns empty string instead of None
* revert setting default value for attribute
* Enable skip export confirm page
* fix documentation to show correct method for reading form data on export
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-import-export?expand=0&rev=12
* Pass :meth:`~import_export.mixins.BaseExportMixin.get_export_
resource_kwargs` to Resource constructor
:meth:`~import_export.admin.ExportMixin.export_action`
* Fix issue with model class passed to Resource constructor
crashing on export
* Fix indentation for skip_row docstring
* Return kwargs` by default from :meth:`~import_export.mixins.B
aseImportExportMixin.get_resource_kwargs`
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-import-export?expand=0&rev=10
- update to 3.3.6:
* Fix issue with highlight when using 'light' color scheme
* Remove unnecessary ChangeList queries to speed up export via
Admin UI
* Respect color scheme override
* Update FAQ to cover skipping rows with validation errors
* Added support for django5
* Show list of exported fields in Admin UI
* Added support for python 3.12
* Update Finnish translations
* :meth:`~import_export.admin.ExportActionMixin.export_admin_ac
tion` can be overridden by subclassing it in the ModelAdmin
* Updated Spanish translations
* Added documentation and tests for retrieving instance
information after import
* :meth:`~import_export.widgets.NumberWidget.render` returns
None as empty string if coerce_to_string is True
* Updated documentation to describe how to select for export in
Admin UI
* Added catch for django5 deprecation warning
* Updated and compiled message files
* Added .readthedocs.yaml
* Remove 'escape output' deprecation (#1618) Removal of
deprecated :ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`.
Refer to :ref:`installation` docs.
* Removal of deprecated
:ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
* Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`.
Refer to :ref:`installation` docs.
OBS-URL: https://build.opensuse.org/request/show/1142778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-import-export?expand=0&rev=5
* Fix issue with highlight when using 'light' color scheme
* Remove unnecessary ChangeList queries to speed up export via
Admin UI
* Respect color scheme override
* Update FAQ to cover skipping rows with validation errors
* Added support for django5
* Show list of exported fields in Admin UI
* Added support for python 3.12
* Update Finnish translations
* :meth:`~import_export.admin.ExportActionMixin.export_admin_ac
tion` can be overridden by subclassing it in the ModelAdmin
* Updated Spanish translations
* Added documentation and tests for retrieving instance
information after import
* :meth:`~import_export.widgets.NumberWidget.render` returns
None as empty string if coerce_to_string is True
* Updated documentation to describe how to select for export in
Admin UI
* Added catch for django5 deprecation warning
* Updated and compiled message files
* Added .readthedocs.yaml
* Remove 'escape output' deprecation (#1618) Removal of
deprecated :ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`.
Refer to :ref:`installation` docs.
* Removal of deprecated
:ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
* Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`.
Refer to :ref:`installation` docs.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-import-export?expand=0&rev=8