Release notes for 0.45a3

This commit is contained in:
Simon Willison 2020-06-27 20:22:49 -07:00
commit 1f55a4a2b6
3 changed files with 11 additions and 4 deletions

View file

@ -97,9 +97,9 @@ def test_database_page(app_client):
),
("/fixtures/from_async_hook", "from_async_hook"),
("/fixtures/from_hook", "from_hook"),
("/fixtures/magic_parameters", "magic_parameters"),
("/fixtures/neighborhood_search#fragment-goes-here", "Search neighborhoods"),
("/fixtures/pragma_cache_size", "pragma_cache_size"),
("/fixtures/magic_parameters", "magic_parameters"),
] == sorted(
[(a["href"], a.text) for a in queries_ul.find_all("a")], key=lambda p: p[0]
)