Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-import-export
From: Adam Ciarcinski
Date: 2024-07-17 11:16:14
Message id: 20240717091614.31584FC74@cvs.NetBSD.org
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`
Files: