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

`createinitialfieldhistory` creates initial value even for already tracking objects #8

Closed mariodev closed 8 years ago

mariodev commented 8 years ago

I need to run python manage.py createinitialfieldhistory inside provision script during launch, so every time I deploy it creates new values for already tracked fields, which I don't think is necessary.

Is it possible for this command to omit already tracked objects? Thanks.