Message ID | 20231110153150.3592843-1-tim.orling@konsulko.com |
---|---|
State | New |
Headers | show |
Series | toaster: drop deprecated USE_L10N from settings | expand |
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
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(-)