milkman
milkman copied to clipboard
Issue generating comments
I'm having an issue generating comments. I get the error that 'Data too long for column 'name' at row 1'
This is related to the content_type, but nothing I've done fixes it. What do I do?
A solution is to make a flag "no_save" and handle generics after.
I also added
if field.name == 'content_type':
break
to "def set_local_fields" so that generics are ignored.