Fixes #9156: Fix loading UserConfig data from fixtures

This commit is contained in:
jeremystretch
2022-04-18 08:36:41 -04:00
parent 16f60ea5ff
commit 3335b381ba
2 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#9133](https://github.com/netbox-community/netbox/issues/9133) - Upgrade script should require Python 3.8 or later
* [#9156](https://github.com/netbox-community/netbox/issues/9156) - Fix loading UserConfig data from fixtures
---