From 3349817a0b1bf52cb594816d901577d0646080af Mon Sep 17 00:00:00 2001 From: Bart Schuurmans Date: Fri, 29 Mar 2024 20:37:01 +0100 Subject: [PATCH] settings.USE_L10N is deprecated --- bookwyrm/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index 438c41d2f..e90e07eb8 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -347,8 +347,6 @@ TIME_ZONE = "UTC" USE_I18N = True -USE_L10N = True - USE_TZ = True # Imagekit generated thumbnails