11π
β
I think⦠South is thinking in case you wanted to rollback your migration to when you had
class User(models.Model):
group = models.ForeignKey(Group)
In this case what would the default value have to be if it was rolled back. You chose option #3 which I believe disables the ability to rollback to that migration thus fixing your problem that way.
π€darren
Source:stackexchange.com