2025-02-27 09:28:24 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-django-import-export: updated to 4.3.7
4.3.7 (2025-02-25)
- Update French translation
|
2025-02-24 20:31:42 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-django-import-export: updated to 4.3.6
4.3.6 (2025-02-21)
- Add flag to ignore empty rows in XLSX import
- Add support for Django 5.2
- Fix Chinese translation
|
2025-02-04 11:19:09 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-django-import-export: updated to 4.3.5
4.3.5 (2025-02-01)
- Clarify documentation on creating non-existent relations
- Update Turkish translations
|
2025-01-16 10:39:53 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-django-import-export: updated to 4.3.4
4.3.4 (2025-01-15)
- Handle QuerySets called with ``values()`` on export
4.3.3 (2024-12-02)
- Update all translations
4.3.2 (2024-12-01)
- Updated Farsi translation
- Updated German translation
4.3.1 (2024-11-19)
- Fix imports for openpyxl
4.3.0 (2024-11-19)
- Addition of import & export management commands
- Handle ``IllegalCharacterError`` in xlsx exports
- Add ``__repr__`` method to InvalidRow for improved debugging
|
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) |  |
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) |  |
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) |  |
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) |  |
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
|