2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-14 14:41:33 +00:00

Remove django-import-export (#8685)

* Remove django-import-export requirement

* Update settings.py

* Clean up admin files

* Remove much of the old BOM exporter framework

* Add note for future self

* Remove dead unit test files

* Remove defunct AjaxView classes

* Remove InvenTreeRoleMixin

* Update docs for data import

* Export docs
This commit is contained in:
Oliver
2024-12-24 07:19:36 +11:00
committed by GitHub
parent f31ba657cc
commit 71eb2814d4
28 changed files with 125 additions and 2332 deletions

View File

@@ -11,7 +11,6 @@ django-error-report-2 # Error report viewer for the admin inte
django-filter # Extended filtering options
django-flags # Feature flags
django-ical # iCal export for calendar views
django-import-export<4.0 # Data import / export for admin interface # FIXED 2024-06-26 see https://github.com/inventree/InvenTree/pull/7521
django-maintenance-mode # Shut down application while reloading etc.
django-markdownify # Markdown rendering
django-mptt # Modified Preorder Tree Traversal