2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Use error report fork (#5171)

* switch to django-error-report-2

* fix commit

* bump version

* bump error-report version
This commit is contained in:
Matthias Mair
2023-08-06 13:41:57 +02:00
committed by GitHub
parent 879d496e26
commit 71026c338c
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ django-cleanup # Automated deletion of old / unused upl
django-cors-headers # CORS headers extension for DRF
django-crispy-forms<2.0 # Form helpers # FIXED 2023-02-18 due to required updates in the new version
django-dbbackup # Backup / restore of database and media files
django-error-report # Error report viewer for the admin interface
django-error-report-2 # Error report viewer for the admin interface
django-filter # Extended filtering options
django-flags # Feature flags
django-formtools # Form wizard tools