In addition to Django's built-in signals, NetBox defines some of its own, listed below.
This signal is sent by models which inherit from CustomValidationMixin at the end of their clean() method.
CustomValidationMixin
clean()
extras.signals.run_custom_validators()