Comment 3 for bug 2015411

Revision history for this message
Igor Brovtsin (igor-brovtsin) wrote (last edit ):

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`.