From f85978fe24386c9b03cb169c9b2161b1fb36fb96 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Wed, 17 May 2023 12:52:34 -0300 Subject: [PATCH] chore: Disable L10N localization --- ietf/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ietf/settings.py b/ietf/settings.py index ca7b1e179..3fd08ffa4 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -101,6 +101,10 @@ SITE_ID = 1 # to load the internationalization machinery. USE_I18N = False +# Django 4.0 changed the default setting of USE_L10N to True. The setting +# is deprecated and will be removed in Django 5.0. +USE_L10N = False + USE_TZ = True USE_DEPRECATED_PYTZ = True # supported until Django 5