mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Sort keys to past tests in Python 3.5
This commit is contained in:
parent
5ef3b2d6c9
commit
182a3017c2
2 changed files with 3 additions and 2 deletions
|
|
@ -638,6 +638,7 @@ class ManyToManyFacet(Facet):
|
|||
"value": str(row["value"]),
|
||||
},
|
||||
separators=(",", ":"),
|
||||
sort_keys=True,
|
||||
)
|
||||
selected = ("_through", through) in args
|
||||
if selected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue