Remove the ENABLE_LOCALIZATION
configuration parameter
#15752
Labels
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
Proposed Changes
Remove support for the
ENABLE_LOCALIZATION
configuration parameter. As a result of removing this parameter, the Django settingUSE_I18N
will default to True, andLocaleMiddleware
will always be enabled.Justification
As localization is now enforced in Django 5.0 and NetBox restricts the set of available translation languages to those for which string maps have been generated, this setting is no longer needed.
Impact
Translation and localization will always be enabled.
The text was updated successfully, but these errors were encountered: