2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Import export fix (#5677)

* Update django-import-export

* Add custom handler to ensure data import is not too excessive
This commit is contained in:
Oliver
2023-10-09 11:48:17 +11:00
committed by GitHub
parent 608ca75763
commit e9e505edd4
3 changed files with 35 additions and 3 deletions

View File

@ -13,7 +13,7 @@ django-filter # Extended filtering options
django-flags # Feature flags
django-formtools # Form wizard tools
django-ical # iCal export for calendar views
django-import-export==2.5.0 # Data import / export for admin interface
django-import-export>=3.3.1 # Data import / export for admin interface
django-maintenance-mode # Shut down application while reloading etc.
django-markdownify # Markdown rendering
django-money<3.0.0 # Django app for currency management # FIXED 2022-06-26 to make sure py-moneyed is not conflicting