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

Add table of differences between similar projects #19

Closed blag closed 7 years ago

blag commented 7 years ago

Adds tables of differences between django-field-history, django-reversion, and django-simple-history. This should hopefully stop people from creating duplicates of #4 and #7.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 95.402% when pulling 4c063d353e11eb4de7d97ae30b5948a814d79984 on blag:patch-1 into ded49368fa35e842def6bd0b854586a9bf2b008a on grantmcconnaughey:master.

blag commented 7 years ago

The Lintly check didn't fail, it errored. Fixing that is probably outside the scope of this PR. Also, I didn't touch any code, only README.rst.

grantmcconnaughey commented 7 years ago

Thanks, @blag. Not sure why Lintly errored there... I'll look into it.

Thanks a lot for taking the time to do this!

grantmcconnaughey commented 7 years ago

Apparently I can't merge this on my phone because of the failing status check... I'll get it merged later tonight.

blag commented 7 years ago

@grantmcconnaughey No worries; thanks!