mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 09:28:38 -06:00
Closes #10821: Enable data localization
This commit is contained in:
parent
3b0a84969b
commit
8fb91a1f8c
@ -60,6 +60,7 @@ A new `PluginMenu` class has been introduced, which enables a plugin to inject a
|
|||||||
* [#10699](https://github.com/netbox-community/netbox/issues/10699) - Remove custom `import_object()` function
|
* [#10699](https://github.com/netbox-community/netbox/issues/10699) - Remove custom `import_object()` function
|
||||||
* [#10816](https://github.com/netbox-community/netbox/issues/10816) - Pass the current request when instantiating a FilterSet within UI views
|
* [#10816](https://github.com/netbox-community/netbox/issues/10816) - Pass the current request when instantiating a FilterSet within UI views
|
||||||
* [#10820](https://github.com/netbox-community/netbox/issues/10820) - Switch timezone library from pytz to zoneinfo
|
* [#10820](https://github.com/netbox-community/netbox/issues/10820) - Switch timezone library from pytz to zoneinfo
|
||||||
|
* [#10821](https://github.com/netbox-community/netbox/issues/10821) - Enable data localization
|
||||||
|
|
||||||
### REST API Changes
|
### REST API Changes
|
||||||
|
|
||||||
|
@ -386,8 +386,8 @@ AUTHENTICATION_BACKENDS = [
|
|||||||
|
|
||||||
# Internationalization
|
# Internationalization
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'en-us'
|
||||||
USE_I18N = True
|
|
||||||
USE_L10N = False
|
# Time zones
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
# WSGI
|
# WSGI
|
||||||
|
Loading…
Reference in New Issue
Block a user