----------------
*New:*
- Using :code:`to_python` to avoid false positives when dealing with model fields that internally convert values (4)
*Bugfix:*
- Using :code:`attname` instead of :code:`name` on fields to avoid massive useless queries on ForeignKey fields (34). For this kind of field, :code:`get_dirty_fields()` is now returning instance id, instead of instance itself.