> Thank you all for your help!!! I know I'm a bit late to the party (blame timezones :), but thought I'd put my 2 cents worth in :)
For inspecting models from command lines (usually when working with models from legacy databases) I often use model_to_dict which is "hidden" in django.forms.models. >>> from django.forms.models import model_to_dict >>> print model_to_dict(some_model) HTH Jirka -- 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.