1
0

12 Commits

Author SHA256 Message Date
ed9e0f6375 Accepting request 1165877 from devel:languages:python:django
- update to 3.3.7:
  * Pass :meth:`~import_export.mixins.BaseExportMixin.get_export_
    resource_kwargs` to Resource constructor
    :meth:`~import_export.admin.ExportMixin.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 :meth:`~import_export.mixins.B
    aseImportExportMixin.get_resource_kwargs`

OBS-URL: https://build.opensuse.org/request/show/1165877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-import-export?expand=0&rev=6
2024-04-07 20:11:48 +00:00
fb5b0c9e8c - update to 3.3.7:
* Pass :meth:`~import_export.mixins.BaseExportMixin.get_export_
    resource_kwargs` to Resource constructor
    :meth:`~import_export.admin.ExportMixin.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 :meth:`~import_export.mixins.B
    aseImportExportMixin.get_resource_kwargs`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-import-export?expand=0&rev=10
2024-04-06 19:39:56 +00:00
e8f110e85d Accepting request 1142778 from devel:languages:python:django
- update to 3.3.6:
  * Fix issue with highlight when using 'light' color scheme
  * Remove unnecessary ChangeList queries to speed up export via
    Admin UI
  * Respect color scheme override
  * Update FAQ to cover skipping rows with validation errors
  * Added support for django5
  * Show list of exported fields in Admin UI
  * Added support for python 3.12
  * Update Finnish translations
  * :meth:`~import_export.admin.ExportActionMixin.export_admin_ac
    tion` can be overridden by subclassing it in the ModelAdmin
  * 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
  * Added .readthedocs.yaml
  * Remove 'escape output' deprecation (#1618) Removal of
    deprecated :ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
    Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`.
    Refer to :ref:`installation` docs.
  * Removal of deprecated
    :ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
  * Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`.
    Refer to :ref:`installation` docs.

OBS-URL: https://build.opensuse.org/request/show/1142778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-import-export?expand=0&rev=5
2024-01-30 17:26:57 +00:00
1de108b252 - update to 3.3.6:
* Fix issue with highlight when using 'light' color scheme
  * Remove unnecessary ChangeList queries to speed up export via
    Admin UI
  * Respect color scheme override
  * Update FAQ to cover skipping rows with validation errors
  * Added support for django5
  * Show list of exported fields in Admin UI
  * Added support for python 3.12
  * Update Finnish translations
  * :meth:`~import_export.admin.ExportActionMixin.export_admin_ac
    tion` can be overridden by subclassing it in the ModelAdmin
  * 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
  * Added .readthedocs.yaml
  * Remove 'escape output' deprecation (#1618) Removal of
    deprecated :ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
    Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`.
    Refer to :ref:`installation` docs.
  * Removal of deprecated
    :ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
  * Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`.
    Refer to :ref:`installation` docs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-import-export?expand=0&rev=8
2024-01-30 12:24:34 +00:00
53af1faa33 Accepting request 942603 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/942603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-import-export?expand=0&rev=4
2021-12-26 14:30:38 +00:00
John Vandenberg
19173d3950 Accepting request 942602 from home:jayvdb:branches:devel:languages:python:django
- Update to v2.7.1

OBS-URL: https://build.opensuse.org/request/show/942602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-import-export?expand=0&rev=7
2021-12-26 12:50:13 +00:00
f1e0c4f3c4 Accepting request 894542 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/894542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-import-export?expand=0&rev=3
2021-05-20 17:25:18 +00:00
2a7a5e8569 Accepting request 894031 from home:dimstar:Factory
- Skip python36 build: no pandas.

OBS-URL: https://build.opensuse.org/request/show/894031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-import-export?expand=0&rev=5
2021-05-20 08:10:35 +00:00
91b4d79a3d Accepting request 862656 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/862656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-import-export?expand=0&rev=2
2021-01-13 17:22:29 +00:00
dedc0a2675 Accepting request 862655 from home:jayvdb:branches:devel:languages:python:django
- Update to v2.5.0

OBS-URL: https://build.opensuse.org/request/show/862655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-import-export?expand=0&rev=3
2021-01-12 14:47:42 +00:00
8824efdac7 Accepting request 852679 from devel:languages:python:django
common drop-in addition to any Django site

OBS-URL: https://build.opensuse.org/request/show/852679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-import-export?expand=0&rev=1
2020-12-03 17:42:29 +00:00
5e2412f975 Accepting request 851662 from home:jayvdb:py-submit
~2k github stars
common drop-in addition to any Django site
In Debian https://repology.org/project/python:django-import-export/versions

OBS-URL: https://build.opensuse.org/request/show/851662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-import-export?expand=0&rev=1
2020-12-02 15:35:23 +00:00