From c5ebd0d029c6f95097c8fef20787aaeac0186b01 Mon Sep 17 00:00:00 2001 From: Stanislav Khlud Date: Tue, 21 Jan 2025 11:44:39 +0700 Subject: [PATCH] Improve docs --- HISTORY.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 8f358e2..8723cce 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,11 @@ UNRELEASED * Add explicit `created_by` argument to `CeleryResourceMixin` and pass it in `ExportJobSerializer` validation +* Add export/import action mixins `api.mixins.ExportStartActionMixin` + and `api.mixins.ImportStartActionMixin` +* Add `api.views.BaseExportJobViewSet`, `BaseExportJobForUsersViewSet`, + `api.views.BaseImportJobViewSet` and `BaseImportJobForUsersViewSet` for + job management 1.3.1 (2025-01-13) ------------------