From ca74df3a6900f7836fe617a0baec65c4efe003aa Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 10 Nov 2023 07:31:51 -0800 Subject: bitbake: toaster: drop deprecated USE_L10N from settings Every build currently results in a warning because of the USE_L10N deprecation. https://docs.djangoproject.com/en/4.2/ref/settings/#use-l10n (Bitbake rev: 89df63d967dd3091fba7943f5fe5a98e2c3871e3) Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastermain/settings.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bitbake/lib/toaster/toastermain') diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index 5de881c4bb..69aa5a10c0 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/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 -- cgit v1.2.3-54-g00ecf