Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-import-export
From: Adam Ciarcinski
Date: 2023-12-07 19:17:11
Message id: 20231207181711.D1852FA42@cvs.NetBSD.org
Log Message:
py-django-import-export: updated to 3.3.3
3.3.3 (2023-11-11)
:meth:`~import_export.admin.ExportActionMixin.export_admin_action` can be \
overridden by subclassing it in the ModelAdmin
3.3.2 (2023-11-09)
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
3.3.1 (2023-09-14)
Added .readthedocs.yaml
3.3.0 (2023-09-14)
Deprecations
Remove 'escape output' deprecation
Removal of deprecated :ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`. Refer to \
:ref:`installation` docs.
Enhancements
Refactoring and fix to support filtering exports
Store instance and original object in :class:`~import_export.results.RowResult`
Add customizable blocks in import.html
Include 'allowed formats' settings
Add kwargs to enable CharWidget to return values as strings
Internationalization
Add Finnish translation
Updated ru translation
Fixed badly formatted translation string
Remove 'escape output' deprecation
Fixes
Do not decode bytes when writing to MediaStorage
Fix for cache entries not removed
Development
Added support for Django 4.2
Add automatic formatting and linting
removed duplicate admin integration tests
Removed support for python3.7 and django4.0 (past EOL)
Documentation
Updated documentation for interoperability with third party libraries
Files: