Fixes #10938: render_field template tag should respect label kwarg

This commit is contained in:
jeremystretch
2022-11-21 09:49:30 -05:00
parent 4e27e8d3dd
commit 90f15b8d55
3 changed files with 10 additions and 9 deletions

View File

@@ -14,6 +14,7 @@
* [#10236](https://github.com/netbox-community/netbox/issues/10236) - Fix TypeError exception when viewing PDU configured for three-phase power
* [#10579](https://github.com/netbox-community/netbox/issues/10579) - Mark cable traces terminating to a provider network as complete
* [#10721](https://github.com/netbox-community/netbox/issues/10721) - Disable ordering by custom object field columns
* [#10938](https://github.com/netbox-community/netbox/issues/10938) - `render_field` template tag should respect `label` kwarg
* [#10969](https://github.com/netbox-community/netbox/issues/10969) - Update cable paths ending at associated rear port when creating new front ports
---