Fixed #24447 -- Made migrations add FK constraints for existing columns
When altering from e.g. an IntegerField to a ForeignKey, Django didn't add a constraint.
Loading
Please register or sign in to comment
When altering from e.g. an IntegerField to a ForeignKey, Django didn't add a constraint.