milkman icon indicating copy to clipboard operation
milkman copied to clipboard

Issue generating comments

Open stormlifter opened this issue 12 years ago • 1 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?

stormlifter avatar Apr 27 '12 19:04 stormlifter

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.

stormlifter avatar Apr 27 '12 21:04 stormlifter