mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
committed by
Tim Abbott
parent
81892df176
commit
6b4474d4b5
@@ -145,10 +145,6 @@ LANGUAGE_CODE = "en-us"
|
|||||||
# to load the internationalization machinery.
|
# to load the internationalization machinery.
|
||||||
USE_I18N = True
|
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.
|
# If you set this to False, Django will not use time-zone-aware datetimes.
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user