From f3951539f1750698976359411e19c1ccb79210ed Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 9 Jun 2020 18:19:11 -0700 Subject: [PATCH] Hopefully fix horizontal scroll with changelog on mobile --- docs/changelog.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e4e6057b..911fb1b6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1051,9 +1051,7 @@ request all rows where that column is less than 50 meters or more than 20 feet f - Fix SQLite error when loading rows with no incoming FKs. [Russ Garrett] - This fixes ``ERROR: conn=, sql - = 'select ', params = {'id': '1'}`` caused by an invalid query when - loading incoming FKs. + This fixes an error caused by an invalid query when loading incoming FKs. The error was ignored due to async but it still got printed to the console.