danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
595 stars 158 forks source link

fix typo: ObjectDoesNotExist -> DoesNotExist #346

Closed PetrDlouhy closed 2 years ago

PetrDlouhy commented 2 years ago

Fix typo ObjectDoesNotExist -> DoesNotExist

danirus commented 2 years ago

Thanks for the catch. It was fixed already in rel-3.0.0 but not in master.