can i get model field type from a model queryset in django?
for example:
a is b model's queryset
b model has following field:

 - f:charfield
 - g:foreignkey
 - h:manytomany

is there any way to get field g's type from queryset a?
thx.

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

Reply via email to