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

Closes #9434: Enabled django-rich test runner for more user-friendly output

This commit is contained in:
jeremystretch
2022-06-09 11:48:32 -04:00
parent a74dba865c
commit 87b3be26a0
4 changed files with 9 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
### Other Changes
* [#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
### REST API Changes