computed_settings: Remove deprecated USE_L10N setting.

This is deprecated and defaults to True in Django 4.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-06-27 18:22:08 -07:00
committed by Tim Abbott
parent 81892df176
commit 6b4474d4b5

View File

@@ -145,10 +145,6 @@ LANGUAGE_CODE = "en-us"
# 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 time-zone-aware datetimes.
USE_TZ = True