Opened 6 months ago
Closed 6 months ago
#36253 closed Bug (duplicate)
Django version 5.1.7 raises an error after xlsx upload using openpyxl
Reported by: | Santhosh Pillai | Owned by: | |
---|---|---|---|
Component: | contrib.admin | Version: | 5.1 |
Severity: | Normal | Keywords: | openpyxl |
Cc: | Santhosh Pillai | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Import of xlsx file results in an error TypeError: LogEntryManager.log_actions() got an unexpected keyword argument 'single_object'. It looks like a change between version 5.1.6 and 5.1.7. I am not sure if it is an error from django-import-export or from openpyxl but when I look into it more, it seems like an erro rfrom django-import-export (Version: 4.3.7).
It could be the way openpyxl (Version: 3.1.5) uses a function which changed in 5.1.7. It could be an error which should be fixed by openpyxl but thought to raise it here since it could may be break more packages or functionality for people.
P.S. Have not raised a ticket before so not sure how much more information is required.
Change History (3)
comment:1 by , 6 months ago
Description: | modified (diff) |
---|
comment:2 by , 6 months ago
comment:3 by , 6 months ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #36234
This will be fixed in the next release
This issue seems to be raised also https://github.com/django-import-export/django-import-export/pull/2045