Many fields too short
Many fields on core models are too short for real use or what import sources do. I suggest raising all CharField
s that do not have a defiend length in reality to 255 characters for now. We can look into turning them into TextField
s later, but that implies we will have to care about choosing the correct form widget.