Hello All, I am a Django novice, and I recently discovered the _meta methods for use with models. Using _meta.fields to return the field names in a model instance, the current value of an instance (getattr()) and set the value (setattr ()).
I was wondering if anyone knows how to use _meta.fields to return the datatype for a field in a model ? Your assistance is greatly appreciated :-). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---