From 05af268172835a80eecf06084a7d0c8efe6b4b9b Mon Sep 17 00:00:00 2001 From: Vladislav Date: Fri, 1 Dec 2023 11:18:15 +0500 Subject: [PATCH] Extend docs --- HISTORY.rst | 1 + docs/extensions.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 09ae78c..9b55517 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,7 @@ UNRELEASED * Add base model for ``ImportJob`` and ``ExportJob`` * Extend import results template: show validation errors in table * Add force-import feature: skip rows with errors while importing +* Add ``skip_parse_step`` parameter for importing API 0.4.1 (2023-09-25) ------------------ diff --git a/docs/extensions.rst b/docs/extensions.rst index adfe0b0..a1a5914 100644 --- a/docs/extensions.rst +++ b/docs/extensions.rst @@ -203,7 +203,7 @@ ___ In api there're 2 fields: ``force_import`` and ``skip_parse_step``. -- ``force_import`` allows skip rows with errors. +- ``force_import`` allows you to skip rows with errors. - ``skip_parse_step`` allows you to run the import task immediately, without having to call the ``confirm`` endpoint.