Hello Micah,

I'm not sure I understand what you're attempting to do but if so I'd
look at using a foreign key to ContentType, and storing the pk for
associating objects rather than a CharField.  The key is using
ContentType.model_class() to re-create the class.  This allows you to
store any object using two fields and re-generate it easly in two
calls.

Hope This Helps,
Mark

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