From 6457ab5bab9b5ce391367cff6afc588f423c634d Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 5 Sep 2025 09:00:09 +1000 Subject: [PATCH] Update _posts/2025-08-25-1.0.0.md Co-authored-by: Matthias Mair --- _posts/2025-08-25-1.0.0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/2025-08-25-1.0.0.md b/_posts/2025-08-25-1.0.0.md index af624d8f..4922ea30 100644 --- a/_posts/2025-08-25-1.0.0.md +++ b/_posts/2025-08-25-1.0.0.md @@ -158,7 +158,9 @@ Refer to [PR #9574](https://github.com/inventree/InvenTree/pull/9574) for more i ### Remove django-import-export -In [#8685](https://github.com/inventree/InvenTree/pull/8685) we removed the [django-import-export](https://django-import-export.readthedocs.io/en/latest/) framework, which is what was previously used for data import and export. This has been replaced with a [custom API driven solution](https://github.com/inventree/InvenTree/issues/8686) which is more flexible and easier to use. Our new framework runs in the background worker, allowing for processing of large datasets without blocking the user interface (or causing the web server to timeout). +In [#8685](https://github.com/inventree/InvenTree/pull/8685) we removed the [django-import-export](https://django-import-export.readthedocs.io/en/latest/) framework, which is what was previously used for data import and export. This has been replaced with a [custom API driven solution](https://github.com/inventree/InvenTree/issues/8686) which fits our data modelling better is more flexible and easier to use. + +Our new framework runs in the background worker, allowing for processing of large datasets without blocking the user interface (or causing the web server to timeout). This enhancement only works with backgroud workers configured, there is a fallback. ### Stock Return