From dfae19ca1cfd9ae801390a6a29b3bffc90b7330e Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 10 Apr 2024 10:30:14 -0700 Subject: [PATCH] 15688 remove USE_L10N setting --- netbox/netbox/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 257a86a7a..18feee262 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -719,7 +719,6 @@ LOCALE_PATHS = ( ) if not ENABLE_LOCALIZATION: USE_I18N = False - USE_L10N = False # # Strawberry (GraphQL)