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

Remove old feature version notices

This commit is contained in:
jeremystretch
2023-01-13 10:58:20 -05:00
committed by jeremystretch
parent 0b4ea14e9a
commit ef3ac25406
9 changed files with 0 additions and 27 deletions

View File

@ -93,8 +93,6 @@ commit_default = False
Set the maximum allowed runtime for the script. If not set, `RQ_DEFAULT_TIMEOUT` will be used.
!!! info "This feature was introduced in v3.2.1"
## Accessing Request Data
Details of the current HTTP request (the one being made to execute the script) are available as the instance attribute `self.request`. This can be used to infer, for example, the user executing the script and the client IP address: