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

Fixes #4791: Update custom script documentation for ObjectVar

This commit is contained in:
Jeremy Stretch
2020-06-25 17:33:41 -04:00
parent ed1717f858
commit 71afba4d2e
2 changed files with 8 additions and 7 deletions

View File

@ -167,7 +167,7 @@ class ChoiceVar(ScriptVariable):
class ObjectVar(ScriptVariable):
"""
NetBox object representation. The provided QuerySet will determine the choices available.
A single object within NetBox.
"""
form_field = DynamicModelChoiceField