Fixes #11128: Disable ordering changelog table by object to avoid exception

This commit is contained in:
jeremystretch 2022-12-08 08:59:26 -05:00
parent 35596ddcbc
commit ab9c253310

View File

@ -12,6 +12,7 @@
* [#11041](https://github.com/netbox-community/netbox/issues/11041) - Correct power utilization percentage precision
* [#11087](https://github.com/netbox-community/netbox/issues/11087) - Fix background color of bottom banner content
* [#11101](https://github.com/netbox-community/netbox/issues/11101) - Correct circuits count under site view
* [#11128](https://github.com/netbox-community/netbox/issues/11128) - Disable ordering changelog table by object to avoid exception
---