Skip to content

Commit

Permalink
Extend docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Dec 1, 2023
1 parent 8e12ea0 commit 05af268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 05af268

Please sign in to comment.