[PATCH] toaster: drop deprecated USE_L10N from settings

Tim Orling <[email protected]> Fri, 10 Nov 2023 07:31:51 -0800
Newsgroups org.yoctoproject.lists.toaster,org.openembedded.lists.bitbake-devel
Message-ID <[email protected]>
Every build currently results in a warning because of the USE_L10N deprecation.

https://docs.djangoproject.com/en/4.2/ref/settings/#use-l10n

Signed-off-by: Tim Orling <[email protected]>
---
 lib/toaster/toastermain/settings.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/toaster/toastermain/settings.py b/lib/toaster/toastermain/settings.py
index 5de881c4..69aa5a10 100644
--- a/lib/toaster/toastermain/settings.py
+++ b/lib/toaster/toastermain/settings.py
@@ -108,10 +108,6 @@ SITE_ID = 1
 # to load the internationalization machinery.
 USE_I18N = True
 
-# If you set this to False, Django will not format dates, numbers and
-# calendars according to the current locale.
-USE_L10N = True
-
 # If you set this to False, Django will not use timezone-aware datetimes.
 USE_TZ = True
 
-- 
2.34.1