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

Rename obj to object; clean up docstrings

This commit is contained in:
Jeremy Stretch
2020-03-26 21:46:56 -04:00
parent af302d8368
commit 8a3ebf64bc
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