Rename obj to object; clean up docstrings

This commit is contained in:
Jeremy Stretch
2020-03-26 21:46:56 -04:00
parent 8aa97854c7
commit b27b3d5175
3 changed files with 15 additions and 11 deletions

View File

@@ -329,7 +329,7 @@ Additionally, a `render()` method is available for convenience. This method acce
When a PluginTemplateExtension is instantiated, context data is assigned to `self.context`. Available data include:
* `obj` - The object being viewed
* `object` - The object being viewed
* `request` - The current request
* `settings` - Global NetBox settings
* `config` - Plugin-specific configuration parameters