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

Closes #6781: Disable database query caching by default

This commit is contained in:
jeremystretch
2021-07-23 11:34:24 -04:00
parent d1af15037c
commit a8140d1f70
5 changed files with 14 additions and 13 deletions

View File

@@ -13,6 +13,10 @@
* [#6780](https://github.com/netbox-community/netbox/issues/6780) - Include rack location in navigation breadcrumbs
* [#6794](https://github.com/netbox-community/netbox/issues/6794) - Fix device name display on device status view
### Other Changes
* [#6781](https://github.com/netbox-community/netbox/issues/6781) - Database query caching is now disabled by default
---
## v2.11.9 (2021-07-08)