Closes #9903: Implement a mechanism for automatically updating denormalized fields

This commit is contained in:
jeremystretch
2022-08-02 13:49:34 -04:00
parent 29a611c729
commit e96620260a
3 changed files with 56 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ Custom field UI visibility has no impact on API operation.
* [#9261](https://github.com/netbox-community/netbox/issues/9261) - `NetBoxTable` no longer automatically clears pre-existing calls to `prefetch_related()` on its queryset
* [#9434](https://github.com/netbox-community/netbox/issues/9434) - Enabled `django-rich` test runner for more user-friendly output
* [#9903](https://github.com/netbox-community/netbox/issues/9903) - Implement a mechanism for automatically updating denormalized fields
### REST API Changes