Closed benglazer closed 7 years ago
@grantmcconnaughey: Any feedback on this PR, or things you'd like changed to make this viable for merging into master? Grateful for any thoughts from you or other members of the django-field-history community.
Hey @benglazer, sorry for the delay.
I like it. I think this will be handy for users that would prefer to use a different ID field type for their models. I'll get this merged and released to PyPI.
Thanks a lot for taking the time to do this!
django-field-history 0.6.0 is on PyPI now!
Sweet, thanks @grantmcconnaughey!
Implements a complete solution to #16 by adding a setting to override the field type of
FieldHistory.object_id
. PreservesTextField
as the default field type for backwards compatibility.See updates to README.rst for more details.