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

All fields #4

Closed stiig closed 8 years ago

stiig commented 8 years ago

Please add keyword for track all fields, like a __all__

stiig commented 8 years ago

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

grantmcconnaughey commented 8 years ago

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.

grantmcconnaughey commented 8 years ago

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! :+1: