I'm using Django 2.2.17 and have a dropdown of actions in admin list view.
When choosing exporting function then click Go, the file is downloaded but
the button hangs at Executing..., cannot click again
My export function use HttpResponse to return excel file (use xlsxwriter
lib)
[[Image(https://pasteboard.co/XIV6wQujG6pC.png)]]
--
Ticket URL: <https://code.djangoproject.com/ticket/33812>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "Capture.PNG" added.
Old description:
> Hi people,
>
> I'm using Django 2.2.17 and have a dropdown of actions in admin list
> view. When choosing exporting function then click Go, the file is
> downloaded but the button hangs at Executing..., cannot click again
>
> My export function use HttpResponse to return excel file (use xlsxwriter
> lib)
>
> [[Image(https://pasteboard.co/XIV6wQujG6pC.png)]]
New description:
Hi people,
I'm using Django 2.2.17 and have a dropdown of actions in admin list view.
When choosing exporting function then click Go, the file is downloaded but
the button hangs at Executing..., cannot click again
My export function use HttpResponse to return excel file (use xlsxwriter
lib)
--
--
Ticket URL: <https://code.djangoproject.com/ticket/33812#comment:1>
* component: Uncategorized => contrib.admin
--
Ticket URL: <https://code.djangoproject.com/ticket/33812#comment:2>
* status: new => closed
* resolution: => invalid
--
Ticket URL: <https://code.djangoproject.com/ticket/33812#comment:3>