In one of my models, I have a CharField with Max_length of 2000
characters.
When I try to delete the record via admin, I get an error value too
long for type character varying(200).

It seems that the issue is because it is trying to insert the record
into the django_admin_log and the change_message field is defined as a
TextField which has a limit of 200 characters.

Any suggestions on how to get around this issue.

Thanks,
Jeff

-- 
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