Closes #11214: Introduce the DEFAULT_LANGUAGE configuration parameter

This commit is contained in:
jeremystretch
2022-12-16 08:56:14 -05:00
parent 2738da2d39
commit ed366c5ab2
4 changed files with 16 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#9971](https://github.com/netbox-community/netbox/issues/9971) - Enable ordering of nested group models by name
* [#11214](https://github.com/netbox-community/netbox/issues/11214) - Introduce the `DEFAULT_LANGUAGE` configuration parameter
### Bug Fixes