If you came here from Google looking for model to dict, skip my question, and just jump down to the first answer. My question will only confuse you.
Is ther
You can also rely on django code already written ;).
from django.forms.models import model_to_dict model_to_dict(instance, fields=[], exclude=[])