Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NikAzanov committed Aug 25, 2023
1 parent 4d22194 commit 67a3084
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
History
=======

0.1.5 (2023-05-22)
------------------
* Improve GitHub workflow name
* Get rid of DjangoObjectActions and implement default django admin action instead (Maybe later we can extend this)
* Use mixins.BaseExportMixin, mixins.BaseImportMixin and admin.ImportExportMixinBase from original package for celery admin mixins
* Use admin/import_export/ templates instead of copies in admin/import_export_ext/
* Small improvements:

* Fix static folder name
* Fix invoke command to run celery
* Fix progress bar widget
* Rename filter_class to filterset_class
* Add cancel_job action for exporting

0.1.4 (2023-05-22)
------------------
* Add coverage badge
Expand Down
2 changes: 1 addition & 1 deletion docs/api_admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Admin
.. automodule:: import_export_extensions.admin.forms.import_admin_form
:members:

.. automodule:: import_export_extensions.admin.mixins.base
.. automodule:: import_export_extensions.admin.mixins.types
:members:

.. automodule:: import_export_extensions.admin.mixins.export_mixin
Expand Down

0 comments on commit 67a3084

Please sign in to comment.