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

Fixes #3780: Fix AttributeError exception in API docs

This commit is contained in:
Jeremy Stretch
2019-12-19 14:04:18 -05:00
parent aff4ad0f97
commit 55b503da5b
3 changed files with 44 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
# v2.6.10 (FUTURE)
## Bug Fixes
* [#3780](https://github.com/netbox-community/netbox/issues/3780) - Fix AttributeError exception in API docs
---
# v2.6.9 (2019-12-16)
## Enhancements
@@ -13,6 +21,8 @@
* [#3749](https://github.com/netbox-community/netbox/issues/3749) - Fix exception on password change page for local users
* [#3757](https://github.com/netbox-community/netbox/issues/3757) - Fix unable to assign IP to interface
---
# v2.6.8 (2019-12-10)
## Enhancements
@@ -35,6 +45,8 @@
* [#3724](https://github.com/netbox-community/netbox/issues/3724) - Fix API filtering of interfaces by more than one device name
* [#3725](https://github.com/netbox-community/netbox/issues/3725) - Enforce client validation for minimum service port number
---
# v2.6.7 (2019-11-01)
## Enhancements