./www/py-django-import-export, Django application and library for importing and exporting data

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.1.1, Package name: py312-django-import-export-4.1.1, Maintainer: pkgsrc-users

django-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)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-07-17 11:16:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-import-export: updated to 4.1.1

4.1.1 (2024-07-08)

- Restore return value for deprecated method \ 
:meth:`~import_export.resources.Resource.get_fields`
- Remove use of ``getattr()`` in ``Field.__repr__()``
- Add class path to deprecated method warnings

4.1.0 (2024-06-25)

- Improve tox setup
- Speed up tests 10x
- Use literals to create lists and dicts
- Improve Error class
- Fix response content assertions
- Admin UI: display checkboxes before labels in export form
- deprecated unused method: :meth:`~import_export.resources.Resource.get_fields`
   2024-06-10 10:48:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-import-export: updated to 4.0.7

4.0.7 (2024-05-30)

fix documentation to show correct method for reading form data on export
Admin UI: display both field name and column name on export
fix export declared field with custom column name
fix declared fields do not have correct Widget class set
docs: clarify changes to CharWidget in v4
refactor Resource to remove code duplication in export

4.0.6 (2024-05-27)

Added additional test for export field order
fix crash on import when relation has custom PK
fix crash on export from action when instance has custom PK
   2024-05-24 18:54:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-import-export: updated to 4.0.5

4.0.5 (2024-05-23)

- Fix for invalid build due to malformed README.rst

4.0.4 (2024-05-23)

- Refactored ``DateWidget`` & ``DateTimeWidget`` to remove code duplication
- Release note documentation updated
- Added missing migration to example app
- Fix admin UI display of field import order
   2024-05-18 08:08:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-import-export: updated to 4.0.3

4.0.3 (2024-05-16)

- Support widgets with CSS and JS media in ImportForm
- Documentation updates
- Clarified documentation when importing with ``import_id_fields``
- re-add ``resource_class`` deprecation warning
- fixed Arabic translation for 'import' word
   2024-05-14 16:37:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-import-export: updated to 4.0.2

4.0.2 (2024-05-13)

fix export with custom column name (1821)
fix allow column_name to be declared in fields list (1822)
fix clash between key_is_id and use_natural_foreign_keys (1824)
remove unreachable code (1825)
fix issue with widget assignment for custom ForeignKey subclasses (1826)
performance: select of valid pks for export restricted to action exports (1827)
fix crash on export with custom column name (1828)
remove outdated datetime formatting logic (1830)
   2024-05-13 11:15:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-import-export: updated to 4.0.1

4.0.1 (2024-05-08)

- fix crash on export when model has no ``id``
- fix Widget crash when django Field subclass is used
- fix regression: allow imports when default ``import_id_field`` is not present