It is difficult for me to find out if my signal handler is called during the device boot or not. Most signal handlers get the extra raw keyword when django load fixtures. However, this additional keyword passes only when processing the pre / post signals, it does not pass if the signal I'm listening to is m2m_changed!
Is there any reliable way to find out if I am in device boot mode or not using m2m_changed
source share