Advanced export box now obeys allow_csv_stream config - refs #266

This commit is contained in:
Simon Willison 2018-06-18 08:11:11 -07:00
commit 54f805dca3
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
3 changed files with 2 additions and 2 deletions

View file

@ -401,6 +401,7 @@ class BaseView(RenderMixin):
"extra_css_urls": self.ds.extra_css_urls(),
"extra_js_urls": self.ds.extra_js_urls(),
"datasette_version": __version__,
"config": self.ds.config,
}
}
if "metadata" not in context: