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

Closes #5424: Allow passing Python code to nbshell using --command

This commit is contained in:
Jeremy Stretch
2020-12-08 16:14:52 -05:00
parent cc5c000a6d
commit 27e27788cd
2 changed files with 18 additions and 3 deletions

View File

@ -2,6 +2,10 @@
## v2.9.11 (FUTURE)
### Enhancements
* [#5424](https://github.com/netbox-community/netbox/issues/5424) - Allow passing Python code to `nbshell` using `--command`
### Bug Fixes
* [#5383](https://github.com/netbox-community/netbox/issues/5383) - Fix setting user password via REST API