grantmcconnaughey / django-field-history

A Django app to track changes to model fields.
BSD 3-Clause "New" or "Revised" License
314 stars 33 forks source link

Serializing changes of parent model fields #5

Closed ramusus closed 8 years ago

ramusus commented 8 years ago

I faced with the problem, when I want to track fields of parent model using django-field-history app i'm unable to save the value of the field due to the problem of how Django serializers works. They all returns copy just of tables, but working with inherited models we need to search among parent fields too. As result data field doesn't contains any fields values.

grantmcconnaughey commented 8 years ago

Fixed in #6