Path to this page:
./
www/py-django-import-export,
Django application and library for importing and exporting data
Branch: CURRENT,
Version: 4.1.1,
Package name: py312-django-import-export-4.1.1,
Maintainer: pkgsrc-usersdjango-import-export is a Django application and library for importing
and exporting data with included admin integration.
Features:
* support multiple formats (Excel, CSV, JSON, ... and everything else that
tablib support)
* admin integration for importing
* preview import changes
* admin integration for exporting
* export data respecting admin filters
Required to run:[
devel/py-setuptools] [
textproc/py-tablib] [
textproc/py-diff-match-patch] [
www/py-django2] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 2294.97 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-django-import-export-4.1.1
- (2024-07-17) Updated to version: py311-django-import-export-4.1.1
- (2024-06-11) Updated to version: py311-django-import-export-4.0.7
- (2024-05-24) Updated to version: py311-django-import-export-4.0.5
- (2024-05-18) Updated to version: py311-django-import-export-4.0.3
- (2024-05-14) Updated to version: py311-django-import-export-4.0.2
CVS history: (Expand)
2024-04-10 10:50:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-import-export: updated to 3.3.8
3.3.8
Add additional django template block for extending import page
|
2024-02-08 15:06:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-import-export: updated to 3.3.7
3.3.7 (2024-02-03)
Pass get_export_resource_kwargs() to Resource constructor 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 get_resource_kwargs()
|
2024-01-14 21:53:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-import-export: updated to 3.3.6
3.3.6
Fix issue with highlight when using ‘light’ color scheme
|
2023-12-31 23:04:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-import-export: updated to 3.3.5
3.3.5
Remove unnecessary ChangeList queries to speed up export via Admin UI
Respect color scheme override
Update FAQ to cover skipping rows with validation errors
|
2023-12-14 11:47:19 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-import-export: updated to 3.3.4
3.3.4
Added support for django5
Show list of exported fields in Admin UI
Added CONTRIBUTING.md
Added support for python 3.12
Update Finnish translations
|
2023-12-07 19:17:11 by Adam Ciarcinski | Files touched by this commit (3) | |
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
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-13 12:03:31 by Thomas Klausner | Files touched by this commit (45) |
Log message:
*: switch django users to py-django3
|