6👍
✅
from django.forms.models import model_to_dict
model_to_dict(intance, fields=[], exclude=[])
With this function you get the expected result.
Source:stackexchange.com