1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #10803: Fix exception when ordering contacts by number of assignments

This commit is contained in:
jeremystretch
2022-11-01 15:27:35 -04:00
parent a25ee66150
commit 7990cfb078
2 changed files with 9 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
* [#10282](https://github.com/netbox-community/netbox/issues/10282) - Enforce advisory locks when allocating available IP addresses to prevent race conditions
* [#10770](https://github.com/netbox-community/netbox/issues/10282) - Fix social authentication for new users
* [#10803](https://github.com/netbox-community/netbox/issues/10803) - Fix exception when ordering contacts by number of assignments
---