mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-09 09:59:37 -06:00
345 B
345 B
Signals
In addition to Django's built-in signals, NetBox defines some of its own, listed below.
post_clean
This signal is sent by models which inherit from CustomValidationMixin at the end of their clean() method.
Receivers
extras.signals.run_custom_validators()