mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
5a8c335e5e
commit
5945c0cdd4
6 changed files with 10 additions and 10 deletions
|
|
@ -409,7 +409,7 @@ def render_pep440_old(pieces):
|
|||
|
||||
The ".dev0" means dirty.
|
||||
|
||||
Eexceptions:
|
||||
Exceptions:
|
||||
1: no tags. 0.postDISTANCE[.dev0]
|
||||
"""
|
||||
if pieces["closest-tag"]:
|
||||
|
|
|
|||
|
|
@ -387,7 +387,7 @@ class DataView(BaseView):
|
|||
return await self.as_csv(request, database, hash, **kwargs)
|
||||
|
||||
if _format is None:
|
||||
# HTML views default to expanding all foriegn key labels
|
||||
# HTML views default to expanding all foreign key labels
|
||||
kwargs["default_labels"] = True
|
||||
|
||||
extra_template_data = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue