Thank you, this is more or less what I am looking for. I don't however
want to make the CF class an abstract class as I want to have some
common fields in there. The Idea behind this is that I want to store
custom fields (CF) for various models that a user will be defining
themselves. I do not want to keep the data in a single table as I want
to be able to filter and do database actions on specific field types.
But in order recreate a dynamic form from all the CF fields belonging
to a document (Doc)  I want to be able to iterate over Doc.cf.all()
and add the specific CF field type to a form. I hope that makes
sense :)


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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