Closes #3185: Improve performance for custom field access within templates

This commit is contained in:
Jeremy Stretch
2019-05-29 15:04:57 -04:00
parent f4560467a3
commit 1c807fa212
2 changed files with 9 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
* [#3138](https://github.com/digitalocean/netbox/issues/3138) - Add 2.5GE and 5GE interface form factors
* [#3156](https://github.com/digitalocean/netbox/issues/3156) - Add site link to rack reservations overview
* [#3183](https://github.com/digitalocean/netbox/issues/3183) - Enable bulk deletion of sites
* [#3185](https://github.com/digitalocean/netbox/issues/3185) - Improve performance for custom field access within templates
* [#3186](https://github.com/digitalocean/netbox/issues/3186) - Add interface name filter for IP addresses
## Bug Fixes