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

Closes #6423: Cache rendered REST API specifications

This commit is contained in:
jeremystretch
2021-10-01 12:02:04 -04:00
parent ed3bc7cdcc
commit 257c0afdb5
2 changed files with 5 additions and 4 deletions

View File

@ -4,6 +4,7 @@
### Enhancements
* [#6423](https://github.com/netbox-community/netbox/issues/6423) - Cache rendered REST API specifications
* [#7387](https://github.com/netbox-community/netbox/issues/7387) - Enable arbitrary ordering of custom scripts
### Bug Fixes