toaster.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] toaster: drop deprecated USE_L10N from settings
@ 2023-11-10 15:31 Tim Orling
  0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2023-11-10 15:31 UTC (permalink / raw)
  To: bitbake-devel, toaster; +Cc: Tim Orling

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 <tim.orling@konsulko.com>
---
 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-10 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-10 15:31 [PATCH] toaster: drop deprecated USE_L10N from settings Tim Orling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).