Fixes #9878: Fix spurious error message when rendering REST API docs

This commit is contained in:
jeremystretch
2022-11-17 15:13:37 -05:00
parent eb591731ef
commit d3911e2a4c
2 changed files with 7 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
## v3.3.9 (FUTURE)
### Bug Fixes
* [#9878](https://github.com/netbox-community/netbox/issues/9878) - Fix spurious error message when rendering REST API docs
---
## v3.3.8 (2022-11-16)