dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 90 forks source link

Diff - String comparison lengths #110

Closed SamTShaw closed 10 years ago

SamTShaw commented 10 years ago

Instead of comparing each word (which can get confusing if you have many words that have changed), compare each line, that's at most 80 characters.