Skip to content

Commit

Permalink
Closes #10821: Enable data localization
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Nov 2, 2022
1 parent 3b0a849 commit 8fb91a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/version-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* [#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
* [#10821](https://github.com/netbox-community/netbox/issues/10821) - Enable data localization

### REST API Changes

Expand Down
4 changes: 2 additions & 2 deletions netbox/netbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ def _setting(name, default=None):

# Internationalization
LANGUAGE_CODE = 'en-us'
USE_I18N = True
USE_L10N = False

# Time zones
USE_TZ = True

# WSGI
Expand Down

0 comments on commit 8fb91a1

Please sign in to comment.