grantmcconnaughey / django-field-history

A Django app to track changes to model fields.

Repository from Github https://github.comgrantmcconnaughey/django-field-historyRepository from Github https://github.comgrantmcconnaughey/django-field-history

All fields

stiig opened this issue · comments

Please add keyword for track all fields, like a __all__

Or maybe add keyword argument exclude=[], and if argument given, then track all field, without exclude

I'm not sure about this one. The whole point of django-field-history is to just track the history of a few fields, not every field on a model. If you want to track changes to an entire model then django-reversion or django-simple-history are your best bet.

I'm going to close this issue because I just don't think it fits with what this package is trying to accomplish. Thank you for opening the issue! 👍