mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
More inclusive language
This commit is contained in:
parent
f78ebdc045
commit
6e9b07be92
3 changed files with 3 additions and 3 deletions
|
|
@ -281,7 +281,7 @@ class DataView(BaseView):
|
|||
)
|
||||
request.scope = new_scope
|
||||
if stream:
|
||||
# Some quick sanity checks
|
||||
# Some quick soundness checks
|
||||
if not self.ds.setting("allow_csv_stream"):
|
||||
raise BadRequest("CSV streaming is disabled")
|
||||
if request.args.get("_next"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue