Hi,

> I would prefer to instead auto-truncate the value (so I don't have an 
> exception). Now, I can do this manually, but what I would really want is to 
> have all of my models auto-truncate the value. (Not necessarily 
> intelligently. Just cutting it off at the 999th character is fine.) 
> 
> Should I just write a custom class that imports from models.Model and 
> override the save() method, looping through each _meta.field, checking for 
> the max_length, and then truncating? That seems inelegant and there must be a 
> better way.

Is there any reason why you don't perform a check before filling the model ?
Where do you get your data from ?

Regards,
Xavier.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to