For some reason, Django attempts to fetch the record by the foreign key, even though it is nullable. Probably because there *was* a value in the first place, although I cannot seem to reproduce that exact failure locally. A hotfix would be to handle the error in `default_gateways`.
For some reason, Django attempts to fetch the record by the foreign key, even though it is nullable. Probably because there *was* a value in the first place, although I cannot seem to reproduce that exact failure locally. A hotfix would be to handle the error in `default_gateways`.