Skip to content

Commit 1f02c4a

Browse files
authored
Update README.rst
1 parent 1ecabe2 commit 1f02c4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ A fully configured example project can be found in the example directory of this
4949
The available parameters are `app_label`, `model_name`, and `resource`. 'resource' should be a function which returns a django-import-export `Resource <https://django-import-export.readthedocs.io/en/latest/api_resources.html>`__.
5050

5151
3. Done
52-
4. Configure to turn off default dry run import. By default dry run import is `True`
52+
53+
54+
By default a dry run of the import is initiated when the import object is created. To instead import the file immediately without a dry-run set the `IMPORT_DRY_RUN_FIRST_TIME` to `False`
5355

5456
::
5557

0 commit comments

Comments
 (0)