summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-11-10 07:31:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-14 23:39:53 +0000
commitca74df3a6900f7836fe617a0baec65c4efe003aa (patch)
tree38b13e291a69ca4652998257f41b515f7fe8fb05 /bitbake/lib/toaster/toastermain
parentf6aa17c2dd82ffe8c37fd6bfea505d9e686b322d (diff)
downloadpoky-ca74df3a6900f7836fe617a0baec65c4efe003aa.tar.gz
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 <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastermain')
-rw-r--r--bitbake/lib/toaster/toastermain/settings.py4
1 files changed, 0 insertions, 4 deletions
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
108# to load the internationalization machinery. 108# to load the internationalization machinery.
109USE_I18N = True 109USE_I18N = True
110 110
111# If you set this to False, Django will not format dates, numbers and
112# calendars according to the current locale.
113USE_L10N = True
114
115# If you set this to False, Django will not use timezone-aware datetimes. 111# If you set this to False, Django will not use timezone-aware datetimes.
116USE_TZ = True 112USE_TZ = True
117 113