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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5987): https://lists.yoctoproject.org/g/toaster/message/5987 Mute This Topic: https://lists.yoctoproject.org/mt/102508745/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/toaster/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
