-
-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AsgiFileDownload: filename not correctly passed #909
Labels
Comments
I think this results in a bug where the "download database" link doesn't include the correct filename: datasette/datasette/views/database.py Lines 110 to 131 in 549b1c2
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
datasette/datasette/utils/asgi.py
Lines 396 to 405 in 3c33b42
self.filename
should be passed toasgi_send_file()
The text was updated successfully, but these errors were encountered: