Fixes #4791: Update custom script documentation for ObjectVar

This commit is contained in:
Jeremy Stretch
2020-06-25 17:33:41 -04:00
parent e04a7cdbd0
commit 7a9efc4a8a
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