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

Fixes #11483: Apply configured formatting to custom date fields

This commit is contained in:
jeremystretch
2023-01-13 08:23:57 -05:00
parent 24de404fbc
commit d7c37d9dd6
2 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
* [#11438](https://github.com/netbox-community/netbox/issues/11438) - Fix deletion of scheduled job using non-default queues
* [#11444](https://github.com/netbox-community/netbox/issues/11444) - Adding/removing a device from a device bay should record a pre-change snapshot on the device bay
* [#11467](https://github.com/netbox-community/netbox/issues/11467) - Correct count on interfaces tab when viewing a VC master device
* [#11483](https://github.com/netbox-community/netbox/issues/11483) - Apply configured formatting to custom date fields
---